Modbus/TCP Plugin
Author: Lintouch Development Team Lintouch ModbusTCP Server Plugins lets you connect to ModbusTCP based devices. It can work either in the slave mode (ModbusSlave Plugin) - also known as the server mode - listening for the connections coming from ModbusTCP master devices at the specified port (default TCP 502), or in the master mode (ModbusMaster Plugin) - also known as the client mode - connecting to a remote ModbusTCP slave device. You can learn more about Modbus at http://www.modbus.org. The ModbusTCP slave supports the following modbus functions:
The ModbusTCP master uses the following functions (i.e. the ModbusTCP slave on the other side of the connection should support them for the proper function):
The Modbus variables recognized by the plugins are bits and numbers. Each variable has to define the address property. This property uses the following addressing scheme:
where *n* stands for the address of the variable within the modbus slave address space as defined by the Modbus specification: 0-1999 for the bit data types, 0-124 for the number data types. *n* can contain leading and trailing whitespaces. |