|
RS_MBGetConfig |
Retrieve the protocol module configuration |
|
RS_MBSetConfig |
Change the protocol module configuration |
|
RS_MBReadCoil |
Read values of a single coils |
|
RS_MBReadCoils |
Read the values of a sequence of coils |
|
RS_MBReadInput |
Read the values (bits) of one or more discrete Input bits |
|
RS_MBReadInputRegisters |
Read a sequence of Input Registers |
|
RS_MBReadHoldingRegisters |
Read a sequence of Holding Registers |
|
RS_MBWriteCoil |
Set the value of a single coil |
|
RS_MBWriteCoils |
Set the value of a sequence of coil |
|
RS_MBWriteRegister |
Set the value of a single register |
|
RS_MBWriteRegisters |
Set the value of a sequence of registers |
|
RS_RXMODBUS |
Receive a data packet according to the MODBUS protocol specification. Data packets received are handed over transparently. Using this function it is possible to receive custom requests, build a MODBUS slave, a MODBUS to "other protocol" converter or gateway, etc. |
|
RS_TXMODBUS |
Transmit a data packet according to the MODBUS protocol specification. Using this function it is possible to transmit responds to custom requests (e.g. custom function codes), build a MODBUS Slave, a MODBUS to "other protocol" converter or MODBUS Gateway (e.g. Serial to Ethernet), etc. |
|
RS_MBHandleRequests |
Handle Master requests - Simulate a MODBUS Slave. |
|
RS_MBSetPLCMemory |
Defines and populates a memory area in order to simulate a PLC (simulation of a MODBUS Slave). |
|
: : |
: : |