Modbus 0.3
Библиотека Modbus для STM
Loading...
Searching...
No Matches
modbus_inputregs.h File Reference

Работа с входными регистрами Modbus. More...

#include "modbus_core.h"
Include dependency graph for modbus_inputregs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MB_ExceptionTypeDef MB_Input_Write_Global (uint16_t Addr, uint16_t WriteVal)
 Записать входной регистр по глобальному адресу.
uint16_t MB_Input_Read_Global (uint16_t Addr, MB_ExceptionTypeDef *Exception)
 Считать входной регистр по глобальному адресу.
uint8_t MB_Process_Read_Input_Regs (RS_MsgTypeDef *modbus_msg)
 Обработать функцию Read Input Registers (04 - 0x04).

Detailed Description

Работа с входными регистрами Modbus.

Definition in file modbus_inputregs.h.