updates for SeaServer
This commit is contained in:
@@ -403,7 +403,7 @@ static long IpsChangeField(long pc, void *object) {
|
||||
EaseWrite(eab, "R9"); /* read back ramp rate (may be sweep limited) */
|
||||
return __LINE__; case __LINE__: /**********************************/
|
||||
ramp=OxiGet(eab, 3, NULL, drv->ramp);
|
||||
step=ramp/20; /* step = ramp * 3sec */
|
||||
step=ramp/6; /* step = ramp * 10 sec */
|
||||
if (step < 0.001) step=0.001;
|
||||
if (drv->d.targetValue > drv->current + step) {
|
||||
fld=drv->current + step;
|
||||
|
||||
Reference in New Issue
Block a user