BACnet - 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: BACnet (/showthread.php?tid=4663) |
BACnet - abassi - 21.03.2023 Hello, some one help me please. I have Gateway Samsung "dms-bnet", I want to integrate it with "Lm5 Lite". It's my first Bacnet integration with Lm5. dms-bnet datasheet
BACNET SAMSUNG.PDF (Size: 1.22 MB / Downloads: 11)
RE: BACnet - admin - 22.03.2023 Basic example: https://forum.logicmachine.net/showthread.php?tid=3248&pid=20988#pid20988 For reading you can setup a resident script to poll the values. Writing can be done using event scripts. But for this to work correctly 2023 firmware must be used. It allows parallel BACnet requests if the BACnet device IP is specified. See example here: https://forum.logicmachine.net/showthread.php?tid=4530 RE: BACnet - abassi - 22.03.2023 (22.03.2023, 08:23)admin Wrote: Basic example: https://forum.logicmachine.net/showthread.php?tid=3248&pid=20988#pid20988 Quote:Ok thank you for the help |