2 byte floating point/value - 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: 2 byte floating point/value (/showthread.php?tid=5328) |
2 byte floating point/value - Borek - 01.04.2024 Hey, everybody, I'm asking for your advice. I have 3 group addresses (2 byte floating point) and I need when I change the value of any of them, they are compared and the largest value is overwritten to another group address. Can you give me some advice? RE: 2 byte floating point/value - CristianAgata - 01.04.2024 (01.04.2024, 08:21)Borek Wrote: Hey, everybody, Hi, Take a look at this link I think you can find something of interesting. https://kb.logicmachine.net/scripting/logic-functions-central-statuses/ Best regards Cristian RE: 2 byte floating point/value - admin - 02.04.2024 Another solution with an event script attached to a tag: https://forum.logicmachine.net/showthread.php?tid=3508&pid=22665#pid22665 RE: 2 byte floating point/value - Borek - 10.04.2024 Thanks, for your help... |