- Timestamp:
- 05/31/13 15:55:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r16532 r16534 131 131 132 132 // FIXME: Do step 2 only when FTM is stopped 133 if (fDimFAD.state()==FAD::State::kConnected )133 if (fDimFAD.state()==FAD::State::kConnected || fDimFAD.state()==FAD::State::kRunInProgress) 134 134 { 135 135 //Dim::SendCommand("FAD_CONTROL/ENABLE_TRIGGER_LINE", bool(false)); 136 136 Message("Stopping FAD"); 137 137 Dim::SendCommandNB("FAD_CONTROL/ENABLE_CONTINOUS_TRIGGER", bool(false)); 138 if (fDimFAD.state()==FAD::State::kRunInProgress) 139 Dim::SendCommandNB("FAD_CONTROL/CLOSE_OPEN_FILES"); 138 140 } 139 141
Note:
See TracChangeset
for help on using the changeset viewer.