Modbus datapoint type - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Modbus datapoint type (/showthread.php?tid=3007) |
Modbus datapoint type - daniel.r - 23.11.2020 Hi I have a De Dietrich air conditioning machine and I need to read the values from the attached table. When I am in the Modbus tab and in the option to read address, what type of data do I choose? Sometimes it gives me absurd values always starting from Holding Register. Thanks in advance. RE: Modbus datapoint type - Daniel - 23.11.2020 Uint32, the data may need some conversion like multiply by X, Play with the read swap too. Also try subtracting register nr by 1 as we start count from zero and some from 1. RE: Modbus datapoint type - daniel.r - 24.11.2020 (23.11.2020, 16:32)Daniel. Wrote: Uint32, the data may need some conversion like multiply by X, Play with the read swap too.Thanks Daniel |