14.06.2023, 10:31 
		
	
	
		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 ?
	
	
	
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 ?
 
 

 

