- Fixes to NXscript
- Added Pause and Continue commands - Fixed simulation counter to deal properly with pause - Fixed nxdict HDF5 problem
This commit is contained in:
@@ -308,7 +308,7 @@ name of hkl object holding crystallographic information
|
||||
char pBueffel[512];
|
||||
CounterMode eMode;
|
||||
HistInt lData[DET1X*DET1Y], i, lVal;
|
||||
int32 iVal,lBeam;
|
||||
int iVal,lBeam;
|
||||
float fVal, fTTheta, fTime = 0.;
|
||||
pMotor pMot;
|
||||
|
||||
@@ -382,9 +382,9 @@ name of hkl object holding crystallographic information
|
||||
}
|
||||
NXDputalias(hfil,self->pDict,"framemode",pBueffel);
|
||||
NXDputalias(hfil,self->pDict,"framepreset",&fVal);
|
||||
iVal = (int32)lVal;
|
||||
iVal = (int)lVal;
|
||||
NXDputalias(hfil,self->pDict,"framemonitor",&iVal);
|
||||
iVal = (int32)lBeam;
|
||||
iVal = (int)lBeam;
|
||||
NXDputalias(hfil,self->pDict,"sinqmonitor",&iVal);
|
||||
NXDputalias(hfil,self->pDict,"cctime",&fTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user