WAGO-I/O-SYSTEM 750
Appendix 119
750-657 IO-Link Master
Manual
Version 1.0.2, valid from FW/HW-Version 02/01
Table 106: I&M0 record, field: "Order ID"
Byte
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Content
0x37
0x35
0x30
0x2D
0x36
0x35
0x37
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
ASCII
7 5 0
-
6 5 7
11.3.3.2 Serial Number
The "Serial Number" provides the serial number of the I/O module as an ASCII
string. The serial number (UNSIGNED32, format: hex) is written to the I/O
module during the manufacturing process and is unique.
Unused data bytes are populated with "0x20".
Example serial number of the IO-Link master: 005E871C
hex
Table 107: I&M0 record, field: "Serial Number"
Byte
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Content
0x30
0x30
0x35
0x45
0x38
0x37
0x31
0x43
0x20
0x20
0x20
0x20
0x20
0x20
0x20
0x20
ASCII
0 0 5 E 8 7 1 C
11.3.3.3 Hardware Revision
The "Hardware Revision" provides the revision number of the hardware as an
UNSIGNED16 value.
Example hardware revision: 0001
Table 108: I&M0 record, "Hardware Revision"
MSB
LSB
0x00 0x01
11.3.3.4 Software Revision
The "Software Revision" provides the revision number of the software as an
UNSIGNED8 array. The first byte is always populated with a "v" (76
hex
). The
following numbers are not converted into an ASCII string.
Example software revision of the IO-Link: v1.2.3
Table 109: I&M0 record, field: "Software Revision"
Byte
0 1 2 3
Content
0x76
0x01
0x02
0x03
ASCII
v --- --- ---