MEIMotorDacStatus

MEIMotorDacStatus

 

typedef struct MEIMotorDacStatus {
    MEIMotorDacChannelStatus	cmd;
    MEIMotorDacChannelStatus	aux;
} MEIMotorDacStatus;
Description

MotorDacStatus is a structure that returns the Status for both Command and Auxiliary DACs. It is used to read the cmd and aux DAC level (in volts) from the controller.

See Also