- Added a protocol driver for the munich sputter machine

- Added a multicountsersec to teplace hmcontrol and multicounter
- Fixed a case sensitivity bug in haddcheck
- Made oscillate work with second generation motors for POLDI
- Added a time stamper to trace. Now there will be time stamps in trace files which allow
  to correlate things from the master log with the trace.
- Updated polterwrite.
- Updated testprot to work with the behave test
This commit is contained in:
koennecke
2013-11-04 12:55:16 +00:00
parent f0872ae16b
commit b526c0541a
4 changed files with 184 additions and 1 deletions

View File

@ -432,6 +432,7 @@ static void PoldiStart(pPolterdi self, SConnection * pCon)
SNXSPutVariable(pServ->pSics, pCon, hfil, hdict, "detx0", "x0_det");
SNXSPutVariable(pServ->pSics, pCon, hfil, hdict, "dety0", "y0_det");
SNXSPutVariable(pServ->pSics, pCon, hfil, hdict, "theta", "twotheta");
SNXSPutDrivable(pServ->pSics, pCon, hfil, hdict, "cnhepress","he_pressure");
/*
write Histogram
*/