Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 02.03.00
    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.01
    4c067984 · fix: installation ·
    New PATCH release 02.02.01
    
    Changes since 02.02.00:
    
    - fix: installation
  • 02.02.00
    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.00
    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.00
    New MAJOR release 02.00.00
    
    Changes since 01.08.01:
    
    Full remplementation with ApplicationCore for new FreeRTOS-based firmware
  • 01.08.02
    New BACKPORT release 01.08.02
    
    Changes since 01.08.01:
    
    - make compile with latest DOOCS version again
  • 01.08.01
    New PATCH release 01.08.01
    
    Changes since 01.08.00:
    
    - fix not closing FDs of TCP sockets (might crash)
  • 01.08.00
    f214f1d3 · remove stray debug output ·
    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.03
    New PATCH release 01.07.03
    
    Changes since 01.07.02:
    
    - fix segfault when first connect attempt after server start fails
  • 01.07.02
  • 01.07.01
    61cdb313 · disable LDDMonitor ·
    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.00
    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.06
    1883ac54 · increase patch level ·
    New PATCH release 01.06.06
    
    Changes since 01.06.05:
    
    Update build environment for latest DOOCS releases
  • 01.06.05
    5a2b3fbb · increase patch level ·
    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.04
    d5684fe4 · increase patch level ·
    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.03
    a5d74a88 · increased patch level ·
    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.02
    6d745885 · increased patch level ·
    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.01
    b3b782ad · increased patch level ·
    New PATCH release 01.06.01
    
    Changes since 01.06.00:
    
    - set error status for properties when LDD is disconnected
  • 01.06.00
    ece045ee · increased minor version ·
    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.02
    6b1786bf · increased patch level ·
    New PATCH release 01.05.02
    
    Changes since 01.05.01:
    - Server now correctly works with host names (was only IP addresses before)