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

# Self-Diagnosis and Error Codes

ORCA Level Sensors include the following diagnosis features:

- **Self-Test**: When triggered by the respective IO-Link System Command, the RGB LED is checked electrically.
- **Monitoring** of Supply and internal Voltages and MCU Temperature
- **Overload Detection** on digital and analog outputs

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.

## Error Codes

<table>
  <colgroup>
    <col />
    <col />
    <col />
  </colgroup>
  <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>2</td>
      <td>0x0002</td>
      <td>Error with intermediate voltage</td>
    </tr>
    <tr>
      <td>4</td>
      <td>0x0008</td>
      <td>Supply voltage overrun / underrun</td>
    </tr>
    <tr>
      <td>8</td>
      <td>0x0080</td>
      <td>Parameter memory error</td>
    </tr>
    <tr>
      <td>9</td>
      <td>0x0100</td>
      <td>Parameter error</td>
    </tr>
    <tr>
      <td>12</td>
      <td>0x0800</td>
      <td>LED error</td>
    </tr>
    <tr>
      <td>13</td>
      <td>0x1000</td>
      <td>Overload on digital output</td>
    </tr>
    <tr>
      <td>–</td>
      <td>0x2000</td>
      <td>Overload on analog output</td>
    </tr>
    <tr>
      <td>15</td>
      <td>0x4000</td>
      <td>Temperature overrun</td>
    </tr>
  </tbody>
</table>

## Revision History

### Rev. A – 2024-04-16

- Initial release
