pvPut motorMVA[] and motorMAA[]

This commit is contained in:
timmmooney
2014-04-04 21:38:39 +00:00
parent 83a4e4a39e
commit e7f6d61779
@@ -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) {