modbus variable with 4 memory locations - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: modbus variable with 4 memory locations (/showthread.php?tid=1942) |
modbus variable with 4 memory locations - camilo - 04.03.2019 hi. I currently have a meter that has a modbus variable with 4 memory locations, someone knows how I can convert that variable to 32 bit format or higher Code: -- init modbus on first script execution I was looking at this example, but I can not find out how I can do it thank you RE: modbus variable with 4 memory locations - admin - 04.03.2019 For ModBus the recommended approach is to use mapper with profiles. It supports all kind of numeric values up to 64 bits. RE: modbus variable with 4 memory locations - camilo - 07.03.2019 Well, I'm new to this, you can explain to me how I could do that or if there is an example that I can take as a reference. RE: modbus variable with 4 memory locations - admin - 07.03.2019 Check this thread: https://forum.logicmachine.net/showthread.php?tid=839 |