WIP, eiger

This commit is contained in:
2020-06-30 10:55:31 +02:00
parent f1cbf49449
commit 488e0230ba
4 changed files with 7 additions and 4 deletions

View File

@@ -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"));