- Fixed a bug fix with Fixed motor in TAS code

- Made AMOR write HDF-5 data in chunks
- Added  driver for a PSI-DSP magnet controller as used at SLS
- Added code for directly accessing RS232 controllers connected to a
  terminal server, thereby bypassing the SerPortServer
- A rounding problem in the PSD histogram memory was resolved.
This commit is contained in:
cvs
2001-10-25 13:57:59 +00:00
parent 22688ac0fc
commit 3c916c9a7d
32 changed files with 2247 additions and 758 deletions

2
scan.c
View File

@ -797,7 +797,7 @@ extern void SNXFormatTime(char *pBuffer, int iLen);
return 0;
}
/* end value */
fVal = pVar->fStart + self->iNP * pVar->fStep;
fVal = pVar->fStart + (self->iNP - 1) * pVar->fStep;
iRet = pVar->pInter->CheckLimits(pVar->pObject,
fVal,pBueffel,511);
if(!iRet)