mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +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:
parent
066706872d
commit
4fe067363a
@ -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)));
|
LOG(logINFO, ("Status Register: %08x\n", bus_r(STATUS_REG)));
|
||||||
|
|
||||||
|
usleep(100 * 1000);
|
||||||
resetCore();
|
resetCore();
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user