public function dm_modbus_read_float(modbus, address, value, order) result(rc)
Reads 4-byte real from input or holding register, depending on the
address, and returns result in value. If the address is not in
input register or holding register range, it is interpreted as a
holding register address.
The function returns the following error codes:
E_BOUNDS if argument n is larger than size of data.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.