Symphony-DAS / symphony-matlab

Symphony Data Acquisition System
http://symphony-das.github.io
MIT License
19 stars 5 forks source link

Saving stopped epochs #33

Closed samcooler closed 8 years ago

samcooler commented 8 years ago

When a protocol is run, and stopped during an epoch, sometimes the epoch stage display runs through completion. However, the data is dumped and not recorded as an epoch. This means that it is sometimes necessary to wait for an entire extra epoch to run to ensure that the last desired epoch is saved, which is time consuming if epochs are long. Could the stop button be altered to have a "stop after this epoch is completed" functionality?

cafarm commented 8 years ago

The pause button is what you're looking for. Pressing pause will pause after the completion of the next epoch. Once paused, you can then press stop if you no longer want to continue.

samcooler commented 8 years ago

Okay, thanks Mark.