mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
update release notes
This commit is contained in:
parent
e86b57cdfc
commit
50b9b6ca39
77
RELEASE.txt
77
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 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
|
||||||
@ -53,31 +47,78 @@ This document describes the differences between v8.0.0 and v7.0.3
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
1.7 Simulator
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
* [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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user