Represents the operational status of an ASC input peripheral including connection state and input condition
Overview of AscInputStatus goes here.
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown |
| Open | 1 | Input in open (active or “normal”/idle depending on normally closed/open) state |
| Closed | 2 | Input in close (“normal”/idle or active depending on normally closed/open) state |
| OpenCircuit | 3 | (Error) Input in open circuit state, i.e. cable has been cut |
| ShortCircuit | 4 | (Error) Input in short circuit state |
| SettlingError | 5 | (Error) Input state can’t be determined, i.e. jumping between different values very fast |
| Fault | 6 | (Error) Input state is outside defined input resistor ranges or in-between logical 0 and 1 for digital input |