Logic Machine Forum
Bacnet Commanf includes IP Address - 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: Bacnet Commanf includes IP Address (/showthread.php?tid=4830)



Bacnet Commanf includes IP Address - savaskorkmaz - 14.06.2023

Hi,
We have a project which includes Bacnet IP devices those hav fixed bacnet device id:100. We can chnage ip address of devices but we cannot chnage bacnet device id . Is there a method to send command to different Bacnet devices with same id. For example :

value = event.getvalue()
require('bacnet')
bacnet.write(192.168.1.71x100, 'analog value', 2306, value)
bacnet.write(192.168.1.81x100, 'analog value', 2306, value)

This is kind of a method for Tridium . Is there a support for LM also ?


RE: Bacnet Commanf includes IP Address - admin - 14.06.2023

See this: https://forum.logicmachine.net/showthread.php?tid=4530


RE: Bacnet Commanf includes IP Address - savaskorkmaz - 14.06.2023

Thank you Smile