Errors that can occur in response to status queries.
Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No error occurred. | |
NotStarted | 1 | The channel is not started. Call Start on the channel. | |
NotHomed | 2 | The channel needs to be homed. Call Home on the channel. | |
ControlError | 3 | A control error has occurred. Call Start on the channel to clear the control error. | |
WrongMode | 4 | The controller is in the wrong mode. For example, the DIP switches may be in Mixed Mode while the tune was done in Independent Mode. | |
UnrecognizedCode | 5 | ||
SerialTimeout | 6 | A serial timeout occurred, or the TX line was disconnected. Call Start on the channel to clear the serial timeout. | |
InvalidStatus | -1 | ||
TimedOut | -2 | The requested timeout expired. | |
PortNotOpen | -3 | The serial port is not open. |
See Also