Process Data
hinweis
IO-Link bit offset counts from the last byte of the data array.
Process Data Input
80 bit / 10 bytes
| Byte | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
|---|---|---|---|---|---|---|---|---|---|---|
| Bit Offset | 64 | 56 | 48 | 32 | 24 | 16 | 8 | 0 | ||
| Data | unused | Surrounding Brightness | Actuation Strength | Actuation Count | Actuation Flag | Pin 5 | Pin 4 | Pin 2 |
Field Reference
| Bit Offset | Name | Datatype | Values | Info |
|---|---|---|---|---|
| 0 | Pin 2 | 8-bit UIntegerT | 4 - Input OFF, 5 - Input ON, 8 - Pin unused | E1 input pin state |
| 8 | Pin 4 | 8-bit UIntegerT | 0 - Output OFF, 1 - Output ON | OUT pin state |
| 16 | Pin 5 | 8-bit UIntegerT | 4 - Input OFF, 5 - Input ON, 8 - Pin unused | E2 input pin state |
| 24 | Actuation Flag | 8-bit UIntegerT | 0 - Idle, 1 - Actuated | Sensor actuation state |
| 32 | Actuation Count | 16-bit UIntegerT | 0 ... 65535 | Number of actuation cycles since sensor has been turned on. Counter resets when sensor restarts and after count of 65535. |
| 48 | Actuation Strength | 8-bit UIntegerT | 0 ... 100 [%] | Damping of sensor in percent. |
| 56 | Surrounding Brightness | 8-bit UIntegerT | 0 ... 100 [%] | Ambient brightness in percent. |
| 64 | unused | 16-bit UIntegerT | 0 ... 65535 |
Process Data Output
64 bit / 8 bytes
LED Control Modes "Automatic Scene Selection" (0) / "Classic Two LED Mode" (3)
Process Data Output is unused.
LED Control Mode "Scene controlled by IO-Link Process Data" (1)
| Byte | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|---|
| Data | unused | LED Scene |
| Bit Offset | Name | Datatype | Values | Info |
|---|---|---|---|---|
| 0 | LED Scene | 8-bit UIntegerT | 0...7, 255 - Automatic | Switch between LED scenes "0" to "7". For control by activation and input pins set value to "255". |
LED Control Mode "Advanced control by IO-Link Process Data" (2)
| Byte | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|---|
| Bit Offset | 56 | 48 | 40 | 32 | 24 | 16 | 0 | |
| Data | Effect Frequency | LED Effect | LED Color B | LED Color G | LED Color R | LED Brightness | Active LEDs |
| Bit Offset | Name | Datatype | Values | Info |
|---|---|---|---|---|
| 0 | Active LEDs | 16-bit UIntegerT | 0...1 | Bitmask, defining which LEDs are active. |
| 16 | LED Brightness | 8-bit UIntegerT | 0...100, 255 - Automatic Control [%] | Brightness of LED ring in percent. Value of 255 means automatic brightness control by sensor. |
| 24 | LED Color R | 8-bit UIntegerT | 0 ... 255 | Red component of LED color. |
| 32 | LED Color G | 8-bit UIntegerT | 0 ... 255 | Green component of LED color. |
| 40 | LED Color B | 8-bit UIntegerT | 0 ... 255 | Blue component of LED color. |
| 48 | LED Effect | 8-bit UIntegerT | 0 - Static Ring, 1 - Flash Ring, 2 - Pulse Ring | |
| 56 | Effect Frequency | 8-bit UIntegerT | 1...60, 0 - Default Frequency [0.1 Hz] | Frequency of LED effect in 1/10 Hz, range: 0.1 ... 6 Hz. |