changes to release.txt to include busy command and the frameindex bugfix

This commit is contained in:
Dhanya Maliakal 2017-08-08 19:13:22 +02:00
parent ccc60dacf4
commit 82d21b6971

View File

@ -101,6 +101,10 @@ New Features
3. UDP Packets from all the detectors will contain the standard sls detector header. 3. UDP Packets from all the detectors will contain the standard sls detector header.
X, Y and Z Coordinates define the position of the detector in 3d. X, Y and Z Coordinates define the position of the detector in 3d.
4. When acquire has started, one can use sls_detector_get busy to check the status
of the acquire. 1 is running 0 is idle. This way one can start acqusition with &,
poll the busy command ( or framescaught or frameindex to get status from receiver).
Receiver Receiver
-------- --------
@ -163,7 +167,7 @@ Resolved Issues
7. Acquire & Unblocking acquire (receiver start, status start, receiver stop) can work 7. Acquire & Unblocking acquire (receiver start, status start, receiver stop) can work
also when switching from gui to command line and vice versa. also when switching from gui to command line and vice versa.
8. Bug Fix: sls_detector_get frameindex was always returning 0
Known Issues Known Issues