forked from epics_driver_modules/motorBase
motor: fixed problem with MSTA not being set at IOC startup for model 3 asyn drivers.
This commit is contained in:
@@ -151,6 +151,7 @@ asynStatus asynMotorAxis::setIntegerParam(int function, int value)
|
||||
}
|
||||
}
|
||||
// Call the base class method
|
||||
pC_->setIntegerParam(axisNo_, pC_->motorStatus_, status);
|
||||
return pC_->setIntegerParam(axisNo_, function, value);
|
||||
}
|
||||
|
||||
@@ -193,8 +194,6 @@ asynStatus asynMotorAxis::callParamCallbacks()
|
||||
return pC_->callParamCallbacks(axisNo_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* These are the functions for profile moves */
|
||||
asynStatus asynMotorAxis::initializeProfile(size_t maxProfilePoints)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user