forked from epics_driver_modules/motorBase
pvPut motorMVA[] and motorMAA[]
This commit is contained in:
@@ -382,6 +382,8 @@ ss EnsembleTrajectoryScan {
|
||||
motorMVA[j] = MAX(motorMVA[j], fabs(velocity[j][k]));
|
||||
/*motorMAA[j] = MAX(motorMAA[j], fabs(acceleration[j][k]));*/
|
||||
}
|
||||
pvPut(motorMVA[j]);
|
||||
pvPut(motorMAA[j]);
|
||||
}
|
||||
}
|
||||
if (limitViolation) {
|
||||
|
||||
Reference in New Issue
Block a user