STRING_TO_MODBUS¶
Parameter | Value |
---|---|
Library_File_Name | Modbus_AC500_V10.lib |
Firmware | V1.0.2 |
Type | Program |
The Program STRING_TO_MODBUS converts a String to data to be send via Modbus.
It does not change the value of the data but swaps and aligns data correctly. So it finally just re-arranges the original String.
Any terminating character (‘\0’) in input String is also set to ‘0’ in output data.
Since Program converts NUM characters in any case (independent of any terminating characters in between) input data may contain multiple Strings in this case.
The Program STRING_TO_MODBUS can be used for Modbus Master as well as for Modbus Slave.