update release notes

This commit is contained in:
maliakal_d 2023-11-08 14:14:04 +01:00
parent e86b57cdfc
commit 50b9b6ca39

View File

@ -9,14 +9,8 @@ This document describes the differences between v8.0.0 and v7.0.3
-------- --------
1 New, Changed or Resolved Features 1 New, Changed or Resolved Features
1.1 Breaking API 1.1 Breaking API
1.2 Compilation 1.2 Resolved or Changed Features
1.3 Callback 1.3 New Features
1.4 Python
1.5 Client
1.6 Detector Server
1.7 Simulator
1.8 Receiver
1.9 Gui
2 On-board Detector Server Compatibility 2 On-board Detector Server Compatibility
3 Firmware Requirements 3 Firmware Requirements
4 Kernel 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) Detector::getHardwareVersion(modified to include for Eiger)
slsDetectorDefs::fpgaPosition {FRONT_LEFT, FRONT_RIGHT} 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 * Unique TCP port for multiple simulators
Checks include unique TCP port-hostname combo. Checks include unique TCP port-hostname combo.
Receiver
1.8 Receiver --------
============
Resolved Features
-----------------
* Unique TCP port for multiple receivers * Unique TCP port for multiple receivers
7.x.x already has automatically increasing TCP ports in shared memory 7.x.x already has automatically increasing TCP ports in shared memory
for multiple receivers. Now, checks include unique TCP port-hostname for multiple receivers. Now, checks include unique TCP port-hostname
combo. 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 - fix ctb slow adcs