![Nokeval FTR970-PRO Скачать руководство пользователя страница 28](http://html1.mh-extra.com/html/nokeval/ftr970-pro/ftr970-pro_user-manual_1699205028.webp)
28
MODBUS PROTOCOL
Supported Modbus RTU commands:
• 3 Read Holding Registers: Read settings
• 4 Read Input Registers: Read result values
• 6 Write Single Register: Change settings
• 16 Write Multiple registers: Change multiple settings at once.
• 17 Report Slave ID: Device type information.
• 109 Meku: This is used by Mekuwin confi guration software.
• 110 Nopsa: This is used to transport Nopsa protocol on Modbus.
This device uses 7E1, 8N1, 8E1, 8O1 or 8N2 parity bits.
When settings are changed device will save settings instantly to confi guration EEPROM memory.
Maximum modbus packet length is 240 bytes. This affects maximum possible register count on com-
mands 3, 4 and 16.
Command 17 return 0x11 <byte count> 0x00 0xFF, followed by for example “RTR970PRO V1.0
A123456”
If serial settings are changed, new settings will take effect only after cycling the device power, it
works this way so that all serial settings can be done.
Data types
• BOOL: On/off value. 0=off, 1=on. In lower (right hand side) byte.
• BYTE: 8-bit value. Only lower (right hand side) byte used.
• WORD: 16-bit value.
• ENUM: List of alternatives.
• FLOAT: 32-bit fl oat IEEE 754. Least signifi cant word fi rst, inside word most signifi cant byte fi rst.
• STRINGZ: Zero terminated string. In one modbus register data is presented as most signifi cant
byte fi rst.