forked from epics_driver_modules/motorBase
Set deceleration the same as acceleration for SET_ACCEL command; previously the default controller decleration was always used
This commit is contained in:
@@ -240,7 +240,7 @@ static RTN_STATUS ESP300_build_trans(motor_cmnd command, double *parms, struct m
|
||||
sprintf(buff, "%.2dVA%f;", axis, cntrl_units);
|
||||
break;
|
||||
case SET_ACCEL:
|
||||
sprintf(buff, "%.2dAC%f;", axis, cntrl_units);
|
||||
sprintf(buff, "%.2dAC%f;%.2dAG%f;", axis, cntrl_units, axis, cntrl_units);
|
||||
break;
|
||||
case GO:
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user