10.11.2023, 14:40
(This post was last modified: 10.11.2023, 14:42 by savaskorkmaz.)
Hi,
In the forum there is a example about how we can create a second virtual ethernet port.
https://forum.logicmachine.net/showthrea...2#pid16682
I need an example about how can i use second ethernet port ( eth0:2 ) for bacnet communication in my bacnet script shown below.
require('bacnet')
bacnet.deviceip = '192.168.0.21'
val1 = bacnet.readvalue(21, 'binary value', 2049)
Regards
In the forum there is a example about how we can create a second virtual ethernet port.
https://forum.logicmachine.net/showthrea...2#pid16682
I need an example about how can i use second ethernet port ( eth0:2 ) for bacnet communication in my bacnet script shown below.
require('bacnet')
bacnet.deviceip = '192.168.0.21'
val1 = bacnet.readvalue(21, 'binary value', 2049)
Regards