- Changes to SLS magnet controller
- Added nxscript putsicsdata to nxscript - Fixed bad minitors in nxamor.c
This commit is contained in:
4
nxamor.c
4
nxamor.c
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user