API Reference v10.1.0
CommandFailedExceptionclass
Module: ZaberMotionExceptions
Thrown when a device rejects a command.
To use this type, add import ZaberMotionExceptions to the top of your source code.
Parent Class
MotionLibException Properties
p
commandFailedException.detailsCommandFailedExceptionData Additional data for CommandFailedException.Methods
Subclasses of CommandFailedException
| Exception | Description |
|---|---|
| BadCommandException | Thrown when a device receives an invalid command. |
| BadDataException | Thrown when a parameter of a command is judged to be out of range by the receiving device. |
| DriverDisabledException | Thrown when a device cannot carry out a movement command because the motor driver is disabled. |
| RemoteModeException | Thrown when a command is rejected because the device is in EtherCAT Control (remote) mode. Change the device setting comm.ethercat.remote to 0 to switch to local control. |