session based interface pause

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Feb. de 2014

0 votos

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 comentarios

mado
mado el 24 de Feb. de 2014
i want to pause for 60 seconds and then resuming acquiring?
Walter Roberson
Walter Roberson el 24 de Feb. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Acquisition Toolbox Supported Hardware en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Feb. de 2014

Comentada:

el 24 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by