-
02.03.0076c121ac · ·
New MINOR release 02.03.00 Changes since 02.02.01: Use this version with firmware 4.4.x or newer - chore: use internal ConfigReader of ApplicationCore 4 - feat: publish slot number (#13693) - chore: rename real device dmap file - feat: expose POST result to DOOCS (#13698) - fix: cmake warning
-
-
02.02.00bccca430 · ·
New MINOR release 02.02.00 Changes since 02.01.00: - feat: allow to switch off TEC (#12443) - feat: LD enable inhibit flag (#12444) - feat: ldPowerInternal can be calibrated (#12445) - chore: rename "instance" -> "subinstance" - fix: multiple sub-instances (#12439) - feat: temperature safety check in firmware (#12442) - fix: link against modbus backend
-
02.01.009dc464b0 · ·
New MINOR release 02.01.00 Changes since 02.00.00: - feat: add VersionInfoProvider - feat: self-centering FB limit around current SP (#11727) - feat: add example dmap file for real devices - feat/fix: remove set buttons, keep SP while off (#11710/#11726) - fix: missing error message (#11711) - fix: doocs seems to require SVR.FACILITY in conf file now - build: modernise cmake - fix: test using illegal PV name - feat: add DOOCS mapping with matching panels - add missing installs
-
02.00.00e97a7bd1 · ·
New MAJOR release 02.00.00 Changes since 01.08.01: Full remplementation with ApplicationCore for new FreeRTOS-based firmware
-
01.08.0275559d24 · ·
New BACKPORT release 01.08.02 Changes since 01.08.01: - make compile with latest DOOCS version again
-
01.08.010c025e3b · ·
New PATCH release 01.08.01 Changes since 01.08.00: - fix not closing FDs of TCP sockets (might crash)
-
01.08.00f214f1d3 · ·
New MINOR release 01.08.00 Changes since 01.07.03: - convert TC current limit to physical unit (see #6140) - implement option to initialise properties with sensible defaults (#6042) - protect setpoints (current and power) against bit overflows (see #7133) - send important variables via ZeroMQ for use with the DAQ (#6685) - remove unused properties
-
01.07.03eda94567 · ·
New PATCH release 01.07.03 Changes since 01.07.02: - fix segfault when first connect attempt after server start fails
-
-
01.07.0161cdb313 · ·
New PATCH release 01.07.01 Changes since 01.07.00: - fix losing calibration parameters when reconnecting after network timeout (#7036) - disable LDDMonitor GUI tool (anway unused and not included in any package)
-
01.07.003467e6d9 · ·
New MINOR release 01.07.00 Changes since 01.06.06: - prevent switching on when not allowed by firmware (interlock, #6449) - if interlock is detected, force LD current to 0 and set error (#6027) - fix locking mutex too late in one place
-
01.06.061883ac54 · ·
New PATCH release 01.06.06 Changes since 01.06.05: Update build environment for latest DOOCS releases
-
01.06.055a2b3fbb · ·
New PATCH release 01.06.05 Changes since 01.06.04: fix settings only partially applied on connect if a value is set to be out-of-range.
-
01.06.04d5684fe4 · ·
New PATCH release 01.06.04 Changes since 01.06.03: - fix histories not working - update firmware information not only on connect - use enum values to set error code instead of (wrong) hardcoded integers
-
01.06.03a5d74a88 · ·
New PATCH release 01.06.03 Changes since 01.06.02: - change initialisation scheme (#6041) - fix #6045 (lower two status bits inverted) - do not allow non-zero current setpoints unless being in constant current operation mode (#6021) - fix #6029 (current limits are not always applied) - fix #6043 (disconnect isn't reset) - change default value for feedback input power conversion coefficient to have physical meaningful values - fix propagating connection error state to properties - prevent changes of ip and ldd address while connected or retrying - added history to all (scalar) properties where it makes sense
-
01.06.026d745885 · ·
New PATCH release 01.06.02 Changes since 01.06.01: fix not propagating the error state to the properties when the connection is broken
-
01.06.01b3b782ad · ·
New PATCH release 01.06.01 Changes since 01.06.00: - set error status for properties when LDD is disconnected
-
01.06.00ece045ee · ·
New MINOR release 01.06.00 Changes since 01.05.02: This version is for use with the new version 3.1.0 of the firmware, but it should be compatible with older versions as well. - added readback of actual current setpoint - added history to connection status and driver temperature - added support to read out the CPU ID of the MCU - read firmware build status (official/inofficial) and add to version string - implemented auto-reconnect after connection was lost - fixed crash if reconnect was executed when no connection was open - fix for #4986: connection status indicator broken
-
01.05.026b1786bf · ·
New PATCH release 01.05.02 Changes since 01.05.01: - Server now correctly works with host names (was only IP addresses before)