This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

BACnet Client and Server
#1
Hi 

Is it possible to change BACnet-port on the BACnet-client, and at the same time run BACnet-server on standard port?
 
BR
Eirik
Reply
#2
Are you using client app or scripts?
Reply
#3
At the moment I'm testing the app.
Can easily change to script, as there is only a few datapoints I'm planning to read out from the device on port 47809(?) bac1.

Tried script, but got error on packages.
which package is the correct when using script?
Reply
#4
For scripts you need the genohm-scada-bacnet package. There you can change port like this:
Code:
require('bacnet')
bacnet.port = 0xBAC1
bacnet.write(127001, 'binary value', 2305, true)

I don't see an option of changing the port in the BACnet client app.
Reply


Forum Jump: