meiMotorDacConfigSet

Declaration
long meiMotorDacConfigSet(MPIMotor          motor,
                          MEIMotorDacConfig *dacConfig,
                          MEIFlash          flash);
Required Header stdmei.h
Description

MotorDacConfigSet configures a Motor's (motor) Dac using data from the structure pointed to by dacConfig. The dac configuration located in flash is set if the flash structure is not NULL.

Return Values
MPIMessageOK if MotorDacConfigSet successfully writes the Motor's Dac configuration to the controller
See Also meiMotorDacConfigGet | MEIMotorDacConfig