- Poldi data file writing with automatic update
- many fixes to TAS - Changed HM code for ILL PSD to account for Christoph's offset to positive.
This commit is contained in:
@@ -48,6 +48,7 @@ extern char *tasMotorOrder[] = { "a1",
|
||||
"sgl",
|
||||
"sgu",
|
||||
"agl",
|
||||
"tt",
|
||||
"i1" ,
|
||||
"i2",
|
||||
"i3",
|
||||
@@ -211,10 +212,10 @@ static int MonitorCallback(int iEvent, void *pEvent, void *pUser)
|
||||
return 0;
|
||||
|
||||
SetCounterMode(self->pScan->pCounterData,ePreset);
|
||||
SetCounterPreset(self->pScan->pCounterData,self->tasPar[MN]->fVal);
|
||||
SetCounterPreset(self->pScan->pCounterData,(float)self->tasPar[MN]->iVal);
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------*/
|
||||
static int TimerCallback(int iEvent, void *pEvent, void *pUser)
|
||||
{
|
||||
pTASdata self = (pTASdata)pUser;
|
||||
|
||||
Reference in New Issue
Block a user