- New batch file management module
- New oscillator module - Bug fixes
This commit is contained in:
@ -507,6 +507,8 @@ static int PoldiStart(pPolterdi self, SConnection *pCon)
|
||||
NXDputalias(hfil,hdict,"cntime",&fVal);
|
||||
lVal = GetHistMonitor(self->pHist,1,pCon);
|
||||
NXDputalias(hfil,hdict,"cnmon1",&lVal);
|
||||
lVal = GetHistMonitor(self->pHist,4,pCon);
|
||||
NXDputalias(hfil,hdict,"cnprot",&lVal);
|
||||
eMode = GetHistCountMode(self->pHist);
|
||||
if(eMode == eTimer)
|
||||
{
|
||||
|
Reference in New Issue
Block a user