- Introduced a command history log for statistical and
syntax checking input purposes - Rectified an error message in fourmess.c - HMcontrol did not check for the HM to stop before returning. This caused weird data files at AMOR as the data had not yet been downloaded from the HM. - Fixed an issue about parameters in multicounter - Temporary fix in nxscript.c to always read the Hm from the HM and not a buffer. This is prior to rethinking caching strategies for old style HM's. - Synchronize now copies fixed motors correctly. This used to cause irritation with users. This now requires a script syncdrive to exist in the sync server which takes care of handling the fixed flag when this is desired. - Added initify to sicsdata in order to copy large value timebins over properly at AMOR
This commit is contained in:
@ -492,6 +492,7 @@ static void PoldiUpdate(pPolterdi self, SConnection * pCon)
|
||||
write time binning
|
||||
*/
|
||||
|
||||
/*
|
||||
fTime = GetHistTimeBin(self->pHist, &iLength);
|
||||
fTime2 = (float *) malloc(iLength * sizeof(float));
|
||||
if (fTime2) {
|
||||
@ -506,6 +507,7 @@ static void PoldiUpdate(pPolterdi self, SConnection * pCon)
|
||||
SCWrite(pCon, "ERROR: out of memory while writing time binning",
|
||||
eError);
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
write Histogram
|
||||
|
Reference in New Issue
Block a user