first steps towards DMC3xxx and DMC2xxx support - hardly tested
some debugging on the BISS feature
added another way of parsing the controller hardware config
modified so it can cope with chunked status packets, added properties to set up wizard
deleted doc_html folder
fixed makefile
Tagging the Release_1_0 of the project.
cleanup
deleted doc_html folder
deleted doc_html folder
deleted doc_html folder
deleted doc_html folder
use relative source path
Tagging the Release_1_2 of the project.
added missing namespace identifier, deleted doc_html
went back to std::atomic
adjusted temperature limits in case of N-Helix, allow temperature writing in FAULT state
added missing connection checks
reset trial number after reading incomplete package
fixes after first trial with local connection
changed reading to nonblocking and variable packet size
first steps towards support of Cobra and N-Helix
fixed an issue with weird positions, because int was considered to be 32bit
simpler, but definitely stable solution by Philipp
untested trial to fix double frees using std::atomic
added support for lists of boolean, uint and int
added support for lists of boolean, uint and int
Fixed an index-out-of-range-error in http_strerror
added support for lists of float
- added FilewriterContainerSize
non blocking acq, catch slsDetectorPackage exceptions, some small fixes
initialise buffer variables
read from buffer if RUNNING
still sorting out version issues
reverted to older version
cleanup
initial import of barely working version
added missing pointer initialisation
fixed mismatched delete
fixed an error when the first character was a wildcard
cosmetics
changed Flatfield to read TIFF for performance reasons
fixed Flatfield attribute
- introduced init_fault
fixed some bugs regarding last changes
- allocate read member for count_time_inte
do triggering in inte mode like Teresa does it
removed %g standard format for floats as it is not supported by AtkPanel
added Element methods
- set ignore property
Initial import.
Initial import.
Tagging the Release_1_0 of the project.
Tagging the Release_1_4 of the project.
don't go into FAULT for alarm level 1
set FAULT state in case of an alarm from the controller
wait for next status packet between two commands
initialise EncodedAttribute and make use of its ring buffer to avoid read errors while encoding
updated ViewingMode description
added ImageEnc
switched to Pogo 9.6, set number formats correctly
fixed tiny memory leak
updated descriptions, set svn:ignore
Initial import.
Initial import.
first steps to adapt to firmware version 1.3
reverted Hannes accidental commit
initialise attributes
fixed Acceleration bug
oops
added new motor type ServoBrushed and new attributes ServoChopperMode and ServoCurrentLoopGain
Tagging the Release_1_2 of the project.
adapted read_attribute_history to Device_Impl5
removed redundant trunk folder in tag 1.3
Tagging the Release_1_3 of the project.
fixed typo
Tagging the Release_1_3 of the project.
Tagging the Release_1_1 of the project.
ignore .project
initial upload
Share project "MicroEpsilonILR118x" into "https://svn.code.sf.net/p/tango-ds/code"
adapted to new folder structure
Tagging the Release_1_1 of the project.
ignore .project
fixed stupid allocation bug
removed src and doc folder
some cosmetics
switched to Pogo 9, reverted changes in error handling
made TargetTemp writable, switched to Pogo 9, rebuild help pages
flag error messages to be errors, not warnings
use ERROR_STREAM for error messages, cosmetix
Tagging the Release_1_2 of the project.
use StatusNotSet from Tango namespace
wait longer for probable multi packet answers
removed accidently commited folder
fixed receive of multi packet answers, debugged upload/download
first tests are promising
made Calibrate adjusting the soft limits, renamed the old command to LoadPosition - untested
second gear works with StepperNoStopCurrent now
added StepperNoStopCurrent - untested