IO-Link Process Data
Until valid Process Data have been received, CANEO series5x devices control their display according to the configured scene triggers.
When Process Data is marked invalid by the master, the recent valid data will be used for display control.
IO-Link Bit Offset counts from the last byte of the data array.
Process Data Input
64 bit / 8 bytes
Structure
| Byte | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|---|
| Bit Offset | 32 | 24 | 16 | 8 | 0 | |||
| Data | reserved | Zone 4 actuated | Zone 3 actuated | Zone 2 actuated | Zone 1 actuated | |||
Field Reference
| Bit Offset | Name | Datatype | Values | Info |
|---|---|---|---|---|
| 0 | Zone 1 actuated | 8-bit UIntegerT | 0 ... 1 | |
| 8 | Zone 2 actuated | 8-bit UIntegerT | 0 ... 1 | |
| 16 | Zone 3 actuated | 8-bit UIntegerT | 0 ... 1 | |
| 24 | Zone 4 actuated | 8-bit UIntegerT | 0 ... 1 | |
| 32 | Reserved | 32-bit UIntegerT |
Process Data Output
128 bit / 16 bytes
Structure
| Byte | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Bit Offset | 80 | 48 | 40 | 32 | 16 | 8 | 0 | |||||||||
| Data | Text to display | Number to display | Text Color | Text Select | Active Scenes | reserved | Scene Selection Mode | |||||||||
Field Reference
| Bit Offset | Name | Datatype | Values | Info |
|---|---|---|---|---|
| 0 | Scene Selection Mode | 8-bit UIntegerT | 0 - Local Data | Local Data
: Scenes are activated by the SENSORswitch according to the configured triggers. |
| 8 | reserved | |||
| 16 | Active Scenes (Bitmask) | 16-bit UIntegerT | 0 ... 65535 | Bit 0 - Scene 1 |
| 32 | Text Select | 8-bit UIntegerT | 0 - From Scene | From Scene
: Display shows the text as configured in that active scene that has the greatest number. |
| 40 | Text Color | 8-bit UIntegerT | 0 - Off | |
| 48 | Number to display | 32-bit IntegerT | -9999...99999 | |
| 80 | Text to display | StringT[6] |