- Added delcam driver

- Fixed temperature writing at POLDI
- Added support for the HRPT tempoerature surveillance device
This commit is contained in:
koennecke
2007-12-19 09:55:13 +00:00
parent 9d7898e694
commit 99f545e67f
3 changed files with 210 additions and 4 deletions

View File

@ -157,15 +157,16 @@ static void writeSample(NXhandle hfil, NXdict hdict,
{
pSicsVariable active = NULL;
int iActive;
CommandList *pCom = NULL;
SNXSPutVariable(pServ->pSics,pCon,hfil,hdict,"sdist","dia2_sample");
SNXSPutVariable(pServ->pSics,pCon,hfil,hdict,"chopperdist","chopper_sample");
SNXSPutVariable(pServ->pSics,pCon,hfil,hdict,"saname","sample");
SNXSPutVariable(pServ->pSics,pCon,hfil,hdict,"senvir","environment");
if(FindCommandData(pServ->pSics,"temperature","Environment Controller")
if((pCom = FindCommand(pServ->pSics,"temperature"))
!= NULL){
SNXSPutEVVar(hfil,hdict,"temperature",pCon,"stemp","stddev");
SNXSPutDrivable(pServ->pSics,pCon, hfil, hdict, "temperature","stemp");
}
active = FindCommandData(pServ->pSics,"activetable","SicsVariable");
if(active != NULL){