LED scenes are available for LED Control Mode 0 (Automatic Scene Selection) and LED Control Mode 1 (Scene controlled by IO-Link Process Data).
Each scene is configured with three parameters:
- LED Color – The color of the LED
- LED Effect – The behavior (Static Ring, Flash Ring, Pulse Ring)
- Effect Frequency – Frequency of animated effects in 1/10 Hz (range: 0.1 ... 6 Hz)
Available LED Colors
| Value | Color |
|---|
| 0 | CANEO |
| 1 | Red |
| 2 | Green |
| 3 | Blue |
| 4 | Yellow |
| 5 | Magenta |
| 10 | Orange |
| 11 | Violet |
| 13 | Off |
| 14 | Clean Blue |
| 128 | Custom Color 1 |
| 129 | Custom Color 2 |
Scene ISDU Indices
| Scene | Condition | LED Color Index | LED Effect Index | Effect Frequency Index |
|---|
| Scene 0 | no Touch, E1 off, E2 off | 295 - 1 | 295 - 2 | 295 - 3 |
| Scene 1 | Touch, E1 off, E2 off | 296 - 1 | 296 - 2 | 296 - 3 |
| Scene 2 | no Touch, E1 on, E2 off | 297 - 1 | 297 - 2 | 297 - 3 |
| Scene 3 | Touch, E1 on, E2 off | 298 - 1 | 298 - 2 | 298 - 3 |
| Scene 4 | no Touch, E1 off, E2 on | 299 - 1 | 299 - 2 | 299 - 3 |
| Scene 5 | Touch, E1 off, E2 on | 300 - 1 | 300 - 2 | 300 - 3 |
| Scene 6 | no Touch, E1 on, E2 on | 301 - 1 | 301 - 2 | 301 - 3 |
| Scene 7 | Touch, E1 on, E2 on | 302 - 1 | 302 - 2 | 302 - 3 |
Custom Scene Colors
Custom colors allow you to define arbitrary RGB values for use in scenes.
Custom Color 1 (Index 306)
| Subindex | Component | Values |
|---|
| 1 | R | 0 ... 255 |
| 2 | G | 0 ... 255 |
| 3 | B | 0 ... 255 |
Custom Color 2 (Index 307)
| Subindex | Component | Values |
|---|
| 1 | R | 0 ... 255 |
| 2 | G | 0 ... 255 |
| 3 | B | 0 ... 255 |
Timer LED Settings
When the timer is active, it can override the LED scene with its own settings:
| Name | Index - Subindex | Bytes | Access | Values | Description |
|---|
| Timer Function | 322 - 1 | 1 | rw | 0 - disabled, 1 - enabled | Enable/disable timer |
| Trigger Timer | 322 - 2 | 1 | rw | 0...7 - when entering Scene n | Trigger to start timer |
| Timer Timeout | 322 - 3 | 2 | rw | 0 ... 9999 [s] | Time after which the timer stops |
| LED Color | 323 - 1 | 1 | rw | 0 - CANEO, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow, 5 - Magenta, 10 - Orange, 11 - Violet, 13 - Off, 14 - Clean Blue, 128 - Custom Color 1, 129 - Custom Color 2 | LED color during timer |
| LED Effect | 323 - 2 | 1 | rw | 0 - Static Ring, 1 - Flash Ring, 2 - Pulse Ring | LED behavior during timer |
| Effect Frequency | 323 - 3 | 1 | rw | 1...60, 0 - Default Frequency [0.1 Hz] | Frequency of LED effect |