<< Click to Display Table of Contents >> Omron |
![]() ![]() ![]() |
To create a new Omron server select the menu item Omron . You’ll see the following window:
List or properties:
Property |
ST script field* |
Description |
---|---|---|
Name |
|
Name of the Omron server. |
IP or DNS |
ipaddress |
IP address or DNS of the server. |
Port |
port |
Port of the server. |
Poll interval |
interval |
Polling interval (period) of the server's requests. |
Type |
type |
Communication protocol of the server - TCP or UDP. |
Network address (DNA) |
dna |
Network address of the server. |
Node address (DA1) |
da1 |
Node address of the server. For TCP protocol it will be chosen automatically during communication. |
Unit number (DA2) |
da2 |
Unit number. |
*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.