mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
removing send complete frames fromstop acquisition
This commit is contained in:
parent
47d6ed053c
commit
ceeb4400a0
@ -999,7 +999,7 @@ int Feb_Control_StartAcquisition() {
|
||||
int Feb_Control_StopAcquisition() {
|
||||
if (Feb_Control_activated) {
|
||||
// sends last
|
||||
unsigned int orig_value = 0;
|
||||
/* unsigned int orig_value = 0;
|
||||
if (!Feb_Interface_ReadRegister(Feb_Control_AddressToAll(),
|
||||
DAQ_REG_CTRL, &orig_value)) {
|
||||
LOG(logERROR, ("Could not read DAQ_REG_CHIP_CMDS to send software "
|
||||
@ -1011,7 +1011,7 @@ int Feb_Control_StopAcquisition() {
|
||||
orig_value | DAQ_CTRL_STOP, 0, 0)) {
|
||||
LOG(logERROR, ("Could not send last frames.\n"));
|
||||
return 0;
|
||||
}
|
||||
}*/
|
||||
// stop acquisition
|
||||
return Feb_Control_Reset();
|
||||
}
|
||||
|
Binary file not shown.
@ -9,4 +9,4 @@
|
||||
#define APIGUI 0x210225
|
||||
#define APIMYTHEN3 0x210609
|
||||
#define APIGOTTHARD 0x210615
|
||||
#define APIEIGER 0x210615
|
||||
#define APIEIGER 0x210616
|
||||
|
Loading…
x
Reference in New Issue
Block a user