session based interface pause
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to make pause for session based interface while running ?
0 commentaires
Réponses (1)
Walter Roberson
le 22 Fév 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 commentaires
Walter Roberson
le 24 Fév 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.
Voir également
Catégories
En savoir plus sur Simultaneous and Synchronized Operations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!