...
It is also possible to periodically transmit textsend text-oriented data with an identical template. The StartMark, Separator and EndMark parameters for transmission transmitting can be different from those for receptionreceiving.
Example of received data:
...
| Full name | Description | Unit | Default value | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Waiting after writing data. If writes and reads are related to each other (it is a request and a response), it is possible to set this parameter to send a request, wait, and then process the response. | sec | 00:00.000 | ||||||
| Waiting between data readings. | sec | 000:00.2200 | ||||||
| Maximum reading time of one data sentence (if data input is enabled in the station configuration). | sec5 | 00:05.000 | ||||||
| Data transmission period (if transmission transmitting is enabled in the station configuration). | sec60 | 01:00.000 | ||||||
| If the SerialOverUDP Device Redundant communication line is used, on which two serial servers are configured (e.g. Moxa NPort), the parameter specifies a timeout after which the redundant serial servers will be switched in the event of a communication error (if no data is received within this time limit). | sec | 120 |
| Info | ||||||
|---|---|---|---|---|---|---|
| ||||||
The attached ZIP contains the configuration of the line (Serial over UDP - communication took place via the Moxa NPort serial server), station, and I/O tags with ASCII Client/Server protocol.
|
| Kotva | ||||
|---|---|---|---|---|
|
...
Possible value types of I/O tag: Ai, Ci, Ao, Co, Di, Dout.
| Kotva | ||||
|---|---|---|---|---|
|
...
- The output I/O tag has a numerical address (1 ... 999) indicating the position of the value (Data1, Data2 ... Data N) in the sent data sentence.
An I/O tag of type Dout is written as 0/1, an I/O tag of type Ao as a floating point with 2 digits after the decimal point (e.g. -123.45).
Note: if there are no I/O tags for some addresses, then these values will not be sent (nor the separators between them).
Example: Output I/O tags with addresses 1 and 5 are configured, the following data sentence will be sent:
StartMark Data1 Separator Data5 EndMark
...