68b4f57b09- added descriptor key for pardef objects in order to detect them in loglistenMarkus Zolliker2017-06-14 15:50:00 +02:00
a7626beeb7- arrobj.c: fixed bug when format sepcifier in array content - fsm.c: fixed bug - ipsdriv.c: fixed problem with old PS: no negative field, resolutionMarkus Zolliker2017-04-07 10:01:03 +02:00
3abcb4fb1cMerge branch 'master' into rhel7koennecke2017-04-03 11:40:34 +02:00
ec94ba7e43Fixed epicsadpater to deal with waveform char stringskoennecke2017-04-03 11:39:52 +02:00
d53b2c108aFixed a bug in epicsadpater where a SCDeleteConnection called from EpicsWriteFunc called Log() . This the was called from a thread which did not have a connection to the MongoDB. This caused a core dump.koennecke2017-03-29 12:20:32 +02:00
58a8bd00b0Write proposalID to TASP data fileskoennecke2017-02-27 09:56:00 +01:00
ae3b909dcaFixed the fact that the EpicsTask in epicsadapter.c had an insufficient priority which stopped it from running. This in turn stopped necessary updates. All this incurred by a change from ANSTOkoennecke2016-12-21 12:02:39 +01:00
116ee50ce3Fixed indentation in epicsadapater.c Corrected a header file include in zebraswap.ckoennecke2016-12-21 08:53:31 +01:00
8362096223Merge branch 'master' of ssh://gitlab.psi.ch/sinqdev/sicspsikoennecke2016-12-14 09:10:01 +01:00
4369104480Added a zebraswap in order to fix the zebra data issueMark Koennecke2016-12-06 09:31:28 +01:00
76bad754faMerge branch 'master' of ssh://git.psi.ch/sinqdev/sicspsi into newlogKoennecke Mark2016-07-01 10:53:53 +02:00
340ca64ea9Merge branch 'newlog' of ssh://git.psi.ch/sinqdev/sicspsi into newlogKoennecke Mark2016-07-01 10:53:46 +02:00
2caac1016fFixed a bug with the eiger monochromator not driving mt when mcv did not drive Fixed expression searching in sicslogquery Added proton monitot to tasscan output Chnaged SICS scripts to reflect the switch from TRICS to ZEBRAKoennecke Mark2016-07-01 10:51:37 +02:00
56f539a9e8- marked amilevel lsc370driv lscsupprt as obsoloete and removed from make_gen - enhancements in ease, fsm, ipsdriv ighdrivMarkus Zolliker2016-05-13 16:33:46 +02:00
43cba6aec6- amilevel lsc30driv lscsupport marked as obsolete and removed from make_gen - some bug fixes to ease.c fsm.c - added extensions to ighdriv and ipsdrivMarkus Zolliker2016-05-13 15:38:59 +02:00
7632b4af86Added scripts to list total messagecounts and an analysis of messagesKoennecke Mark2016-05-10 11:31:27 +02:00
24107e993bFixed a bug with a off by one severity number in sicslogquery.c Added a number of python utilities for querying the mongoDBKoennecke Mark2016-04-28 10:41:36 +02:00
78f6b92960Added a -h option to sicslog querying Fixed the mongodb path in sicslogmain to point to the production serverKoennecke Mark2016-04-14 14:57:55 +02:00
1fb85ef6b5Fixed core dumps when closing unintialized mongo or sqlite log instances Fixed a Host header bug in sinqhttpoptKoennecke Mark2016-04-08 11:24:02 +02:00
1087dd6c8dAdded a sqlite and mongo database driver for the new logging system.Koennecke Mark2016-03-01 09:51:25 +01:00
4d5468458bMerge branch 'master' of ssh://gitorious.psi.ch/sinqdev/sicspsiKoennecke Mark2015-07-07 12:36:11 +02:00
0294b7ad95Added the small support driver for the picoscope Added a deploysics script The Tcl data and time functions were moved to the SICS kernelKoennecke Mark2015-07-07 12:33:02 +02:00
889749c90bMerge branch 'master' of ssh://gitorious.psi.ch/sinqdev/sicspsiKoennecke Mark2015-03-17 11:46:38 +01:00
eb09725a1cThe new zwickroll driver with separation of out-of-band messages appears to be workingKoennecke Mark2015-02-04 14:19:42 +01:00
a793526a8eFixed a memory leak when writing through the epicsadapterKoennecke Mark2015-02-04 14:18:57 +01:00
1cf0e3351a- Fixed a sign problem in amorset.c regarding aom and cox - Fixed a bad encoding of float values when writing to the SPSKoennecke Mark2014-12-04 11:35:26 +01:00
ac5aee6062Fixed a number pf memory leaks in the EPICS write codeKoennecke Mark2014-11-18 09:21:47 +01:00
c24049766cFixed a bug where sinqhttpopt would lock up on 0 length messages when in keep-aliveKoennecke Mark2014-11-07 14:00:12 +01:00
4e148ffcafAdded EPICS status code translation to epicsadapterMark Koennecke2014-11-03 11:29:35 +01:00
ac04939284- do not swallow bytes in buffer before sending an empty line (binprot.c) - state after EaseStop changed to offline instead of notconnectedMarkus Zolliker2014-10-29 16:03:48 +01:00
dadb71245aFirst working version of the epics SICS adapterMark Koennecke2014-10-27 12:14:56 +01:00
41689d97b4Removed status setting from tasscan.c
boa
2014-08-15 13:39:20 +02:00
ce371d6837- Changes to the old TAS initialisation system to have ss and sa to be processed properly. Requires a script scatfix to existMark Koennecke2014-07-15 16:47:32 +02:00
7d986b1a9f- Fixed a bug in poldifold which caused a crash whne the HM data was not initialized - The astrium chopper controller requires floats with a . and retuns them with a , . Accomodated for this quirkMark Koennecke2014-05-22 10:45:48 +02:00
4fdb6612cc- Modified collective drive operations to run motors in individual tasks - Added a processnode methos to scriptcontext. processnode waits for the scriptchain of a node to finish. - Fixed a bug in sicsget - Made histmemsec dim and rank manager privilege. To allow chnage at runtime. Is required for SANS - Fixed some issues with multicountersec, mostly relating to passing things through in a sensible way. - Updated motorsec.c to work with a client based driver
koennecke
2014-02-18 13:25:33 +00:00
d00f143255- Added a AsconReadDoneReconnect to ascon. This handles the case better when a server hangs up diretcly after a message. - Some output was suppressed while tracing, fixed - Make ready to compile both with Ubuntu 32 and 64 or /usr/local based ON in general. Just in psi/makefile_linux the top include has to be adapted - Removed epics drivers from SICS. Still in source to be reenabled when needed - Added FindMotor - Added sput, sappend and slab to nxscript using the new sicsget module - Fix to sget to fix the "mot softzero" problem
koennecke
2013-12-19 10:24:54 +00:00
b526c0541a- 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
koennecke
2013-11-04 12:55:16 +00:00
ec8a3a7bc4- Fixed documentation typos - In support of HMsec, allow the count command in countsec to run without a preset parameter. If this is missing the old, stored preset is used. - Removed a check which causes initialisation of the HM from a batch file fail for POLDI - fixed @nl@ encoding of \n problem with certain kinds of batch files generated by GTSE - Fixed a bug with summing on hitsmemsec. nxdataset now uses 64 bit int for dimensions. - Fixed motorsec to remove itself properly from a parent when linked. Please note that there is still the limitation that a second generation motor can only be linked once in a Hipadaba tree - Extended subsampling a HM for second generation HM - Added a hscriptnotify. This calls a script on the update of a node - POLDI has been rebuilt, chnages to data file writing - For testing, sinqhttopt now understands a special command, byteswapoff, which switches off byte swapping. Required when the HM ius run on an Intel box.
koennecke
2013-09-16 09:27:51 +00:00
5c3e3a4422- Removed napi from SICS - Added error fields to hwardware objects: motor, counter, histmem - Optimised sinqhttpopt - Added haddcheck which adds checks to hipadaba nodes. The current implementation only checks for selctions agaisnt the values property. Expand when more checks are required.
koennecke
2013-08-14 09:50:31 +00:00
dba57e55b7- make V5A visible in IGH driver
zolliker
2013-06-25 11:15:05 +00:00
d2fdcd8819- add synced support for heater range
zolliker
2013-06-07 06:42:36 +00:00
32baca27f3- Introduced a state filed into first generation objects - Fixed some issues with error returns not being properly handled in devexec - Fixed a bug in motorlist which caused limit checks to fail - Fixed an issue with the TDCHM not properly updating the counter values on finish - Readded getHipadabaPar in ChainCallback as this caused a problem in ei - Made tasdrive ignore sgu, sgl when out of plane not allowed
koennecke
2013-05-23 08:54:55 +00:00
966f8e30a8- Removed old code - Extended tasker to support task groups - Added task functions for motors and counters - Modifed devexec to use the new task functions - Modified TAS to treat the monochromator separatly - Coded a EIGER monochromator module to reflect even more new requirements - Added EPICS counters and motors - Modified multicounter to be better performing
koennecke
2013-04-02 15:13:36 +00:00
59d292cb79- Added bridge functions to histmemsec to make it look more like histmem - Modifed many modules using histmem to work also with histmemsec - Extended tasker with task names and task groups - There is a new taskobj which allows to list tasks and to interact with them. - Task now supports running Tcl functions as tasks - There is a new experimental sctcomtask module which allows to define communication tasks against a scriptcontext. This is a new feature which should facilitate writing sequential scripts using asynchronous communication. - A fix to make spss7 work when there are no switches - ORION support for single X. TRICS measures crystals hanging down, ORION standing up
koennecke
2012-12-20 11:32:34 +00:00
28cea49d01- Removed SCStart/EndBuffering as far as possible and fixed an issue with the capture command in that it not put resluts into the Tcl interpreter. This broke scriptcontext scripts in complicated situations. - Resolved some issues with the TAS calculation and negative scattering sense. - Fixed a bug which did not reset the state to idle after checking reachability in confvirtualmot.c
koennecke
2012-10-29 12:56:30 +00:00
013c96526e- various improvements
zolliker
2012-08-21 06:46:48 +00:00
91b9df0349- added seaclientprot (communication with other sics/sea servers)
zolliker
2012-08-21 06:46:25 +00:00
86d225a714- improvements in protocols and drivers
zolliker
2012-06-19 07:19:03 +00:00
ee6c52450e- Fixed sicsprompt bug. Sicsprompt caused a core dump - Removed generation of incommenurate reflections for 0,0,0 in fourmess.c - Implemented a Poch command for heartbeats - Fixed 64 bit dimension issues in nxdict - Fixed different calling conventions for NXReportError deep stack in nxdict - Stopped ei motor driving when not necessary - Added yet another monitor for POLDI - Added a protocoll driver for the JVL motor RS-485 binary protocoll - Fixed some reporting issues
koennecke
2012-06-05 09:09:22 +00:00
8de4a72782- Extended confvirtmot to allow for sequences of calls - Extended confvirtmot to have a checkscript - Made sure that targets get updated when calling tasdrive - Fixed some output codes in tasdrive.c - Made tdchm invoke counters event message for Melone - Fixed the ConID inefficiency by caching the host name in asynnet.c - Added a traceActive function to trace
koennecke
2012-04-19 10:01:31 +00:00
fc94ead280- Fixes to make SL6 work - New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor
koennecke
2012-03-29 08:41:06 +00:00
b50f0bca13- Added an edge function to peakcenter for NARZISS - Fixed ei interrupt bug in tasdrive.c - Made eiger A2 driving work - Added force start facility to devexec for POLDI HV
koennecke
2011-12-19 12:24:59 +00:00
b8efd2eed7- Added EIGER A2 motor code
koennecke
2011-09-23 07:56:58 +00:00