Unpack String to Table

t = mbo:fs2t(tfmt, txt)
t = modbus.fs2t(tfmt, txt)

Unpack a binary block (txt) received by Modbus and convert to a table of values.

Parameter Type Description
mbo object table Modbus Object
tmft string Format string ([Modbus Format Strings])
txt string Binary data
Returns Type Description
t table Values
Note

This function is provided as a utility, and forms a building block for modbus.cmd etc.