From 50b9b6ca39781e853656a88719c2a2fe8576507f Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 8 Nov 2023 14:14:04 +0100 Subject: [PATCH] update release notes --- RELEASE.txt | 77 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 59 insertions(+), 18 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index bb932eee4..801327ebd 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -9,14 +9,8 @@ This document describes the differences between v8.0.0 and v7.0.3 -------- 1 New, Changed or Resolved Features 1.1 Breaking API - 1.2 Compilation - 1.3 Callback - 1.4 Python - 1.5 Client - 1.6 Detector Server - 1.7 Simulator - 1.8 Receiver - 1.9 Gui + 1.2 Resolved or Changed Features + 1.3 New Features 2 On-board Detector Server Compatibility 3 Firmware Requirements 4 Kernel Requirements @@ -51,33 +45,80 @@ This document describes the differences between v8.0.0 and v7.0.3 Detector::getHardwareVersion(modified to include for Eiger) slsDetectorDefs::fpgaPosition {FRONT_LEFT, FRONT_RIGHT} + + +1.2 Resolved or Changed Features +================================ + + + Detector Server + --------------- + + + * Set bit and clear bit validation + Previously, validation expected all the other bits in the register to + not change. Now, it only validates the selected bit. + + * [Ctb] Patioctrl, patsetbit, patbitmask + MSB (64 bit unsigned) could not be set as a value of -1 was interpreted + as a 'get'. Fixed in server. -1.7 Simulator -============= + + * [Ctb] Allow dac tristate when v_limit is set + Fixed. + Simulator + --------- + * Unique TCP port for multiple simulators Checks include unique TCP port-hostname combo. - -1.8 Receiver -============ - - - Resolved Features - ----------------- + Receiver + -------- * Unique TCP port for multiple receivers 7.x.x already has automatically increasing TCP ports in shared memory for multiple receivers. Now, checks include unique TCP port-hostname combo. + * [Ctb] Readout mode updated + 'rx_hostname' should configure the receiver with parameters from detector, + but readout mode in receiver always configured at start up to Analog only. + Fixed. + + +1.3 New Features +================ + + + Detector Server + --------------- + + + * [Ctb] List for ADC, signal, power, slowadc + Also allow their list to set names and to obtain their indices and values. + + Command line: dacname, dacindex, + adclist, adcname, adcindex, + signallist, signalname,signalindex, + powerlist, powername, powerindex, powervalues, + slowadclist, slowadcname, slowadcindex, slowadcvalues + + API: get/setDacName, getDacIndex, + get/setAdcNames, getAdcIndex, get/setAdcName, + get/setSignalNames, getSignalIndex, get/setSignalName, + get/setPowerNames, getPowerIndex, get/setPowerName, getPowerList, + get/setSlowADCNames, getSlowADCIndex, get/setSlowADCName, getSlowADCList + + + + -- eiger febl and feb in versions - fix ctb slow adcs