<< Click to Display Table of Contents >> BACnet/IP |
![]() ![]() ![]() |
To create a new Bacnet/IP server select the menu item Bacnet/IP . You’ll see the following window:
List or properties:
Property |
ST script field* |
Description |
---|---|---|
Name |
|
Name of the Bacnet server. |
IP or DNS |
ipaddress |
IP address or DNS of the local device. |
Port |
port |
Port of the server. |
Broadcast IP |
broadcastip |
Broadcast IP address |
Poll interval |
interval |
Polling interval (period) of the server's requests and discover devices. |
Device number |
devicenum |
Device number in BACnet network. |
*This field is used in ST scripts. For example: Servers.Server1.interval = 2000. In this script command poll interval of the Server1 will be changed to 2000 ms. Also for all servers you can use fields:
▪connect - connect to the server.
▪connected - check connection.
▪lostconnection - check lost or not connection.