diff --git a/slsDetectorSoftware/src/slsDetector.cpp b/slsDetectorSoftware/src/slsDetector.cpp index 41cdbd032..3b1a971e3 100755 --- a/slsDetectorSoftware/src/slsDetector.cpp +++ b/slsDetectorSoftware/src/slsDetector.cpp @@ -2112,6 +2112,7 @@ void slsDetector::setReceiverStreamingIP(const sls::IpAddr ip) { FILE_LOG(logDEBUG1) << "Sending receiver streaming IP to receiver: " << ip; sendToReceiver(F_RECEIVER_STREAMING_SRC_IP, ip, nullptr); + shm()->rxZmqip = ip; } else { shm()->rxZmqip = ip; } @@ -2671,6 +2672,7 @@ void slsDetector::setReceiverDbitList(std::vector list) { sls::FixedCapacityContainer arg = list; if (shm()->useReceiverFlag) { sendToReceiver(F_SET_RECEIVER_DBIT_LIST, arg, nullptr); + shm()->rxDbitList = list; } else { shm()->rxDbitList = list; } @@ -2693,6 +2695,7 @@ int slsDetector::setReceiverDbitOffset(int value) { if (shm()->useReceiverFlag) { sendToReceiver(F_RECEIVER_DBIT_OFFSET, value, retval); FILE_LOG(logDEBUG1) << "Receiver digital bit offset: " << retval; + shm()->rxDbitOffset = value; } else { shm()->rxDbitOffset = value; } diff --git a/slsSupportLib/include/versionAPI.h b/slsSupportLib/include/versionAPI.h index 59987f1b2..d204efc10 100644 --- a/slsSupportLib/include/versionAPI.h +++ b/slsSupportLib/include/versionAPI.h @@ -7,6 +7,6 @@ #define APIGOTTHARD 0x191111 #define APIJUNGFRAU 0x191111 #define APIEIGER 0x191111 -#define APICTB 0x191121 +#define APICTB 0x191126 #define APIMYTHEN3 0x191125 #define APIGOTTHARD2 0x191125