24.01.2023, 11:35
LM firmware 2023 RC1 is ready for testing.
Changes from 2022 RC1:
BACnet client via scripting can now execute read/write requests in parallel if the target device IP address is set explicitly (bacnet.deviceip). Requires genohm-scada-bacnet_20230120 from extra packages to be installed. BACnet server can also be used together with client scripts in this case.
Video tutorials: https://forum.logicmachine.net/showthrea...9#pid21069
You can find the hardware model in the "Upgrade firmware" window:
![[Image: attachment.php?aid=1740]](https://forum.logicmachine.net/attachment.php?aid=1740)
LM5 Power devices with i.MX6 CPU
Changes from 2022 RC1:
- Default send delta for Modbus is now set to 0.2 to prevent overloading LM with duplicate or very similar values.
- Fixed iOS issue with dropped connection to the visualization that happens when device go to sleep.
- Minor bug fixes and documentation updates.
BACnet client via scripting can now execute read/write requests in parallel if the target device IP address is set explicitly (bacnet.deviceip). Requires genohm-scada-bacnet_20230120 from extra packages to be installed. BACnet server can also be used together with client scripts in this case.
Code:
require('bacnet')
-- read from 192.168.0.21, device ID 21
bacnet.deviceip = '192.168.0.21'
val1 = bacnet.readvalue(21, 'binary value', 2049)
val2 = bacnet.readvalue(21, 'binary value', 2050)
val3 = bacnet.readvalue(21, 'binary value', 2051)
log(val1, val2, val3)
Video tutorials: https://forum.logicmachine.net/showthrea...9#pid21069
You can find the hardware model in the "Upgrade firmware" window:
LM5 Power devices with i.MX6 CPU
- LM5 Lite (3 DIN units) - Signature
- LM5 Lite + Ext (4 or 6 DIN units) - Signature
- LM5 Reactor GM KNX - Signature
- LM5 Reactor GM CANx - Signature
- LM5 Reactor Dimmer KNX - Signature
- LM5 Reactor Dimmer CANx - Signature
- LM5 Reactor IO V2 - Signature
- LM5 M4 (4 DIN units) - Signature
- LM Wall (Ambient V2) - Signature