HTTP-server

<< Click to Display Table of Contents >>

Navigation:  Project > Servers >

HTTP-server

Previous pageReturn to chapter overviewNext page

To create a new HTTP-server select the menu item HTTP-server . You’ll see the following window:

 

bacnetserver

 

List or properties:

Property

ST script field*

Description

Name

 

Name of the HTTP server.

URI

uri

URI of the HTTP server.

Username

username

Username of the HTTP server.

Password

password

Password of the HTTP server

Poll interval

interval

Polling interval (period) of the server's requests .

* 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.