122 WAGO TO-PASS® Web
WAGO-TO-PASS® 761
761-217 Telecontrol Module Compact, 8 AI, Web, MODBUS485
Manual
Version 1.0.0
10.3.2.1 Logger Script Standard
In the standard format, 10 logger entries are transmitted in a packet. Each entry
consists of a compressed data set of 14 binary bytes, which are attached to the
hexadecimal character string of the variable. This way, two characters are
transmitted per byte.
Table 55: Data format for logger script FW 2.20 (standard)
Index
Variable
Contents
Format
0
ID
Identity
Identity[8];Serial number[5]
1
PA
Parameter
Cycle time[4];Provider[5];Alarm counter[2]
2
TI
Date, time
YY/MM/DD,hh:mm:ss;
3
LO
Logger data sets
Log[280]
10.3.2.1.1 Binary Data Format for Data Set
Byte: 0 1 2 3 4 5 6
(Bit 76543210765432107654321076543210765432107654321076543210)
Cont.: PNNNNNNNSJJJJJMMMMDDDDDhhhhhmmmmmmssssssDIN.....AIN1....
Byte: 7 8 9 10 11 12 13
(Bit 76543210765432107654321076543210765432107654321076543210)
Cont.: AIN2....AIN3....AIN4....AIN5....AIN6....AIN7....AIN8....
P:
Pointer for the next data set to be saved
NNNNNNN:
Event number
S:
Data set already sent
YYYY: Year
DDDDD: Day
MMMM:
Month
hhhhh: Hour
mmmmmm: Minute
ssssss: Second
DIN.....: Digital inputs
AINx....:
Analog input channel x (x = 1 ... 8)
Alarm marker for the multiplex function
When the multiplex function is used, the alarm markers for D1 to D4 are all '1' for
a multiplex alarm.
Reception must be acknowledged with "Values stored" (refer to HTTP Response).
The data sets must be decompressed at the Web portal.
The data sets with the bits set P=1 or S=1 are invalid and must be deleted.
The data sets at the Web portal must be sorted by date/time.