ModbusClientStringRecord

This is a component for reading/writing Modbus file records (client side). The input and output is a string converted to/from a byte array. Writing occurs when the linkable write action is fired. Reading occurs when the linkable read action is fired.

As needed, you can copy this component from the modbusAsync or modbusTcp palette into a ModbusAsyncDevice, ModbusTcpDevice, or ModbusTcpGatewayDevice.

Image

Property Value Description
Data read-only Displays the value of the converted string as ASCII characters.
File Number number (defaults to 0) Identifies the source file for the data as a value from 0 to 65535.
Starting Record Number number (defaults to 0) Displays the record at which the converted string begins as a number fro 0 to 9999.
Record Length number (defaults to 0) Displays the length of the converted record from 0 to 65535.
Write On Input Change true or false (default) Configures when to write a value to the register.

true writes a value when data coming in changes.

false ignores value changes.

Padding drop-down list (defaults to Pad with spaces) Indicates the type of characters used to fill out the record.
Input text box Displays the data coming in as a string from a byte array.
Output text box Displays the data going out as a string converted to a byte array.
Last Successful Write read-only date and time Reports the last successful write.
Last Failed Write read-only date and time Reports the last failed write.
Write Status additional properties Reports if the object is read-only or can be written to.
Last Successful Read read-only date and time Reports the last successful read.
Last Failed Read read-only date and time Reports the last failed read.
Read Status additional properties Reports a numerical Error Code (0-2), and a corresponding Error Description.