<!-- Source: https://docs.captron.com/trms/series5x/diagnostics -->

# series5x Diagnostics & Error Codes

## Self Diagnosis

The SENSORswitch includes the following diagnosis features:

- **Self Test**:
  - Function of LEDs is periodically checked.
- **Monitoring** of Supply Voltage and MCU Temperature
- **Output Overload Detection**

Detected errors are indicated via IO-Link Events and/or in the **Error Code** IO-Link Parameter, as well as by blinking patterns of the LED.
Device with display additionally show the error code as text "E....".

## Error Codes

<table>
  <thead>
    <tr>
      <th>Blink Code</th>
      <th>IO-Link Error Code</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>0x0001</td>
      <td>Internal error</td>
    </tr>
    <tr>
      <td>4</td>
      <td>0x0008</td>
      <td>Supply voltage out-of-range</td>
    </tr>
    <tr>
      <td>8</td>
      <td>0x0080</td>
      <td>Memory error</td>
    </tr>
    <tr>
      <td>12</td>
      <td>0x0800</td>
      <td>LED error</td>
    </tr>
    <tr>
      <td>13</td>
      <td>0x1000</td>
      <td>Overload error on digital output</td>
    </tr>
    <tr>
      <td>15</td>
      <td>0x4000</td>
      <td>Temperature overrun</td>
    </tr>
  </tbody>
</table>
