mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
start/stop statemachine for my3 (#68)
* start/stop statemachine for my3 * runStatus, readFrame, runBusy (use CONTROL_REG) for mythen3 * registers for Pavel * change dac names Mythen3
This commit is contained in:

committed by
Dhanya Thattil

parent
b109ea8d7d
commit
9b4fc02b0e
@ -1943,6 +1943,7 @@ std::string slsDetectorCommand::executeLine(int narg, const char * const args[],
|
||||
|
||||
if (action == READOUT_ACTION)
|
||||
return cmdAcquire(narg, args, action, detPos);
|
||||
|
||||
size_t s = std::string(args[0]).find(':');
|
||||
std::string key = std::string(args[0]).substr(0, s); // truncate at :
|
||||
|
||||
|
Reference in New Issue
Block a user