eiger server moved to fw 31 (#681)

* eiger server moved to fw 31
This commit is contained in:
Dhanya Thattil 2023-02-22 11:10:56 +01:00 committed by GitHub
parent 6faa4c821f
commit 8501e1fb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View File

@ -619,6 +619,11 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
Could not set dyanamic range in an Eiger Quad. Fixed.
* [Eiger] Stop before first acquisition after power on
Firmware fixed to handle a stop command before first acquisition after
the module is powered on.
* [Mythen3][Gotthard2] System clock change effects
When changing the system clock (clkdiv 2), time settings should also be
affected (exptime, period etc.). Fixed.
@ -942,7 +947,7 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
========================
Eiger 17.02.2022 (v30)
Eiger 20.02.2023 (v31)
Jungfrau 04.11.2022 (v1.4, HW v1.0)
03.11.2022 (v2.4, HW v2.0)

2
cmk.sh
View File

@ -33,7 +33,7 @@ Usage: $0 [-b] [-c] [-d <HDF5 directory>] [e] [g] [-h] [i] [-j <Number of thread
-c: Clean
-d: HDF5 Custom Directory
-e: Debug mode
-g: Build/Rebuilds only gui
-g: Build/Rebuilds gui
-h: Builds/Rebuilds Cmake files with HDF5 package
-i: Builds tests
-j: Number of threads to compile through

View File

@ -5,7 +5,7 @@
#define LINKED_SERVER_NAME "eigerDetectorServer"
#define REQUIRED_FIRMWARE_VERSION (30)
#define REQUIRED_FIRMWARE_VERSION (31)
// virtual ones renamed for consistency
// real ones keep previous name for compatibility (already in production)
#ifdef VIRTUAL

View File

@ -10,4 +10,4 @@
#define APIJUNGFRAU "7.0.0.rc5 0x230220"
#define APIMYTHEN3 "7.0.0.rc5 0x230220"
#define APIMOENCH "7.0.0.rc5 0x230220"
#define APIEIGER "7.0.0.rc5 0x230220"
#define APIEIGER "7.0.0.rc5 0x230221"