mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01:00
WIP, eiger
This commit is contained in:
Binary file not shown.
@@ -2008,12 +2008,12 @@ int startStateMachine() {
|
||||
LOG(logINFO, ("Virtual Acquisition started\n"));
|
||||
return OK;
|
||||
#else
|
||||
LOG(logINFOBLUE, ("Starting State Machine\n"));
|
||||
LOG(logINFO, ("Acquisition started bit toggled\n"));
|
||||
int ret = OK, prev_flag;
|
||||
// get the DAQ toggle bit
|
||||
prev_flag = Feb_Control_AcquisitionStartedBit();
|
||||
|
||||
LOG(logINFO, ("Going to start acquisition\n"));
|
||||
LOG(logINFOBLUE, ("Starting State Machine\n"));
|
||||
Feb_Control_StartAcquisition();
|
||||
|
||||
LOG(logINFO, ("requesting images right after start\n"));
|
||||
|
||||
Reference in New Issue
Block a user