|
|
The data in the modules is stored in registers. These registers are accessed over the network using the MODBUS communication protocol. The MODBUS mode used is the RTU mode with the following set-up: BAUD RATE LOW (9600) / HIGH (19200) DATA BITS 8 PARITY NONE STOP BITS 1
There are 4 types of variables which can be accessed from the module. Each module has one or more of these data variables.
Note: Due to the limited buffer memory size in the modules, the Modbus message length must be limited to 8 consecutive read or write registers. If more registers are required then a new poll group must be added for the next 8 registers.
|