LED status
The status of the 4 terminal LEDs can be read electronically as follows:
Index | Name | Meaning |
|---|---|---|
0xF915:01 | RUN | RUN-LED |
0xF915:02 | Error | Error-LED |
0xF915:05 | Input OK | Input OK LED |
0xF915:06 | Output | Output LED |
0xF915:01 | RUN | RUN-LED |
Fig.146: Subindices index F915The status of the optical displays (LEDs) in the device can be read out electronically in CoE 0xF915 LED Status, e.g. for simultaneous LED display in the visualization.
These are four bytes that describe the RGB value and the light status:

- Byte 1 (from left to right): Flashing/lighting code
- 0x00: Off/ not available
- 0x01…0x14: 1..20 Hz
- 0x80: EtherCAT PreOp
- 0x81: EtherCAT SafeOp
- 0x82: EtherCAT Boot
- 0xFF: On/ available
- Byte 2..4:
- 0x00: Off
- 0xFF: On
Examples:
- 0x 00 00 00 00: LED not present
- 0x FF 00 00 00 : LED is on, RGB =0, i.e. not illuminated, meaning: LED is present
Fig.147: Examples LED status