mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
This commit fixes the issue #336
A delay of 100ms has been added between the generation of the stop pulse and the resetCore function call. This should give enough time to the detector to readout and streamout the ongoing frame before the internal logic is reset (even after the transmission is delayed with txndelay_frame). Conflicts: slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv6.1.0
This commit is contained in:
@ -1 +0,0 @@
|
||||
../slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv6.1.0
|
1
serverBin/jungfrauDetectorServerv6.1.1
Symbolic link
1
serverBin/jungfrauDetectorServerv6.1.1
Symbolic link
@ -0,0 +1 @@
|
||||
../slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv6.1.1
|
Binary file not shown.
@ -2646,6 +2646,7 @@ int stopStateMachine() {
|
||||
|
||||
LOG(logINFO, ("Status Register: %08x\n", bus_r(STATUS_REG)));
|
||||
|
||||
usleep(100 * 1000);
|
||||
resetCore();
|
||||
return OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user