- Changes to SLS magnet controller

- Added nxscript putsicsdata to nxscript
- Fixed bad minitors in nxamor.c
This commit is contained in:
koennecke
2005-10-20 12:41:28 +00:00
parent 93f5af6930
commit 797cd1146d
3 changed files with 75 additions and 18 deletions

View File

@@ -540,9 +540,9 @@ static int WriteTOFDetector(char *name, pHistMem pHM, int *iDim,
/* the assignment of monitors has to be checked once
the Schlumpf is done
*/
lVal = GetMonitor((pCounter)pCom->pData,2, pCon);
lVal = GetMonitor((pCounter)pCom->pData,1, pCon);
NXDputalias(hfil,hdict,"cnmon1",&lVal);
lVal = GetMonitor((pCounter)pCom->pData,3, pCon);
lVal = GetMonitor((pCounter)pCom->pData,4, pCon);
NXDputalias(hfil,hdict,"cnmon2",&lVal);
}
}