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

# Events & Commands

## Events

<table>
  <thead>
    <tr>
      <th>Event Code</th>
      <th>Type</th>
      <th>Definition and recommended maintenance action</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>6144</td>
      <td>Error</td>
      <td>Output Overload – Output current too high – max. 200 mA</td>
    </tr>
    <tr>
      <td>6145</td>
      <td>Error</td>
      <td>Voltage Output Overload – Current on analog voltage output too high</td>
    </tr>
    <tr>
      <td>6146</td>
      <td>Warning</td>
      <td>Current Output Overload – Resistance on current output too high</td>
    </tr>
    <tr>
      <td>16912</td>
      <td>Warning</td>
      <td>Device temperature over-run (above 90°C) – Clear source of heat</td>
    </tr>
    <tr>
      <td>16928</td>
      <td>Warning</td>
      <td>Device temperature under-run (below -20°C) – Insulate device</td>
    </tr>
    <tr>
      <td>20496</td>
      <td>Error</td>
      <td>Component malfunction – Repair or exchange</td>
    </tr>
    <tr>
      <td>20752</td>
      <td>Warning</td>
      <td>Primary supply voltage over-run (above 30V) – Check tolerance</td>
    </tr>
    <tr>
      <td>20753</td>
      <td>Warning</td>
      <td>Primary supply voltage under-run (below 16.8V) – Check tolerance</td>
    </tr>
    <tr>
      <td>25376</td>
      <td>Error</td>
      <td>Parameter error – Check data sheet and values</td>
    </tr>
  </tbody>
</table>

## Commands

ISDU Index 2 – System Command

### General Commands

<table>
  <thead>
    <tr>
      <th>Value</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>128</td>
      <td>Device Reset</td>
      <td>Restart the device</td>
    </tr>
    <tr>
      <td>130</td>
      <td>Restore Factory Settings</td>
      <td>Restore Factory Settings</td>
    </tr>
  </tbody>
</table>

### Calibration Commands

<table>
  <thead>
    <tr>
      <th>Value</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>164</td>
      <td>Container Teach In 'Low'</td>
      <td>Stores the current sensor value as Low Level reference point</td>
    </tr>
    <tr>
      <td>165</td>
      <td>Container Teach In 'High'</td>
      <td>Stores the current sensor value as High Level reference point</td>
    </tr>
    <tr>
      <td>166</td>
      <td>Calculate Dielectric Constant</td>
      <td>
        Calculate Medium Dielectric Constant from Capacitance of High and Low Level Reference points
      </td>
    </tr>
    <tr>
      <td>167</td>
      <td>Set Additional Reference 1</td>
      <td>Stores the current sensor value as additional reference point 1</td>
    </tr>
    <tr>
      <td>168</td>
      <td>Set Additional Reference 2</td>
      <td>Stores the current sensor value as additional reference point 2</td>
    </tr>
    <tr>
      <td>169</td>
      <td>Set Additional Reference 3</td>
      <td>Stores the current sensor value as additional reference point 3</td>
    </tr>
    <tr>
      <td>170</td>
      <td>Set Additional Reference 4</td>
      <td>Stores the current sensor value as additional reference point 4</td>
    </tr>
    <tr>
      <td>171</td>
      <td>Perform One-Click Teach-In</td>
      <td>Note: will change Low and High reference points</td>
    </tr>
    <tr>
      <td>172</td>
      <td>Adjust to changed medium</td>
      <td>Note: will change High reference point</td>
    </tr>
  </tbody>
</table>
