Filter löschen
Filter löschen

session based interface pause

2 Ansichten (letzte 30 Tage)
mado
mado am 20 Feb. 2014
Kommentiert: Walter Roberson am 24 Feb. 2014
how to make pause for session based interface while running ?

Antworten (1)

Walter Roberson
Walter Roberson am 22 Feb. 2014
By default, the IsContinuous property is set to false and the operation stops automatically. If you have set it to true, use daq.Session.stop to stop background operations explicitly.
  2 Kommentare
mado
mado am 24 Feb. 2014
i want to pause for 60 seconds and then resuming acquiring?
Walter Roberson
Walter Roberson am 24 Feb. 2014
You could set a timer() object to fire in 60 seconds that re-started the data acquisition.
It appears to me that sessions are not designed to be paused in this way; I do not know what the underlying representation is, so I do not have any idea how hard it would be for Mathworks to implement.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simultaneous and Synchronized Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by