- Removed napi from SICS

- Added error fields to hwardware objects: motor, counter, histmem
- Optimised sinqhttpopt
- Added haddcheck which adds checks to hipadaba nodes. The current implementation
  only checks for selctions agaisnt the values property. Expand when more checks are
  required.
This commit is contained in:
koennecke
2013-08-14 09:50:31 +00:00
parent dba57e55b7
commit 5c3e3a4422
3 changed files with 64 additions and 20 deletions

View File

@ -242,9 +242,9 @@ static int TasSaveStatus(void *self, char *name, FILE * fd)
pMot = FindMotor(pServ->pSics, tasMotorOrder[i]);
if (pMot) {
MotorGetPar(pMot, "hardupperlim", &value);
fprintf(fd, "%s hardupperlim %f\n", tasMotorOrder[i], value);
fprintf(fd, "catch {%s hardupperlim %f}\n", tasMotorOrder[i], value);
MotorGetPar(pMot, "hardlowerlim", &value);
fprintf(fd, "%s hardlowerlim %f\n", tasMotorOrder[i], value);
fprintf(fd, "catch {%s hardlowerlim %f}\n", tasMotorOrder[i], value);
/*
DISABLED: reading all the motors made to much of a delay during
normal operation of the instrument. This is mainly due to the