- Added delcam driver
- Fixed temperature writing at POLDI - Added support for the HRPT tempoerature surveillance device
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user