Within each section, you define parameters using a 'key' followed by the "=" sign and followed by one or more alpha-numeric arguments. Parameters within the section may be arranged in any order. Multiple arguments must be separated by spaces, a dot, or a comma. A comment line starts with "/". The following keys are defined at the moment: Section: [UNET]
| Parameter | Description | Default value | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NODE | Sets the station id on the UNET network for this computer. The NODE consists of 1 number (between 0 and 255). |
NODE=1 | ||||||||||||
| DELAY | Idle time in milliseconds between requests to other stations. | DELAY=10 | ||||||||||||
| RETRIES | Number of consecutive failed attempts to communicate with a remote station before setting on the associated ALERT register. | RETRIES=3 | ||||||||||||
| SWITCH | The index of Register that must be in the ON state for this station to respond to requests from the remotes. | none. This station always responds | ||||||||||||
| TIMEOUT | The time in milliseconds that this station will wait for a response before trying again. | TIMEOUT=250 | ||||||||||||
| REMOTE | Specifies the IP of a remote station. Each remote is defined by 6 decimal numbers. The first number is the UNET node id. The next 4 are the IP of that station. The last number is the node type. A type 0 indicates that the node is a RTES or RTES32. A non-zero node type indicates that the node is an IP Based Device Server. You may include up to 64 "REMOTE" lines in the file. | No remote station defined | ||||||||||||
| BINARY |
Defines a cluster of binary registers to be received from a remote
station. Each "BINARY" definition consists of 6 numbers. You may include
up to 64 "BINARY" definitions in the file.
FIRST, QTY, NODE, POS, ALERT, ENABLE
|
No binary cluster | ||||||||||||
| FLOAT |
Defines a cluster of analog (floating point) registers to be received
from a remote station. Each "FLOAT" definition consists of 6 numbers. You
may include up to 64 "FLOAT" definitions in the file.
FIRST, QTY, NODE, POS, ALERT, ENABLE
|
No analog cluster | ||||||||||||
| ENABLE | Defines the behaviour of the ENABLE register, when used in FLOAT and BINARY. When set to 0, the data is exchanged as lomg as the enable register is on. When set to 1, setting the ENABLE register on intiates a data exchange and it is turned off automatically after a succesful data exchange. | ENABLE=0 |
| Parameter | Description | Default value |
|---|---|---|
| NAME |
Defines an alphanumeric name for this web host. This name appears as the "Realm" when a user id and password are requested to access this web host. |
The name is blank. |
| HTTP | Defines the IP port number for this web host. | HTTP=80 |
The parameter used in FIRST and POS is coded as follows to indicate which type of variable is used:
0-9999 R registers 20000-29999 O registersSection: [ODBC]
| Parameter | Description | Default value |
|---|---|---|
| NAME |
Alphanumeric Data Source Name to use for ODBC operations associated with
the WSQL and RSQL RTES32 command. You define this name in "Control Panel\Administrative Tools\Data Sources". |
The name is blank. |
| USER | Alphanumeric user id for the Data Source to use for ODBC operations. | The name is blank. |
| PASS | Alphanumeric password for Data Source Name to use for ODBC operations. | The name is blank. |
| IP | IP address of a server that contains the Data Source Name to use for ODBC operations. | The IP is blank and the DSN is 'local'. |
| HANDLER | The name of the server side script that handles the ODBC operations. | Only used when the IP is defined |
| LOGS | The name of the table in the database that will receive the alarm and change of state events. | Events are not logged |
| Parameter | Description | Default value |
|---|---|---|
| ACTIVE |
Turn the Inference Engine off (0) or on (1) on startup. If set to 0, you must issue the ACTIV command to turn the Inference Engine on. |
ACTIVE=1. |
| DECIMALS |
The number of default decimal positions on startup. This parameter must be between 0 and 5. The DEC command overrides this value. |
DECIMALS=2 |