updates for SeaServer

This commit is contained in:
zolliker
2007-04-26 14:47:42 +00:00
parent a24f56e7fb
commit 768c674aa8
3 changed files with 9 additions and 2 deletions

View File

@@ -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;