Session-based DAQ: logging data to disk directly from the device
Afficher commentaires plus anciens
Hi!
I am trying to rewrite some of my scripts from Legacy Interface in Session-Based Interface, and I am actually missing something. I'm sure it is right in front of me, but I don't see it! :p
So I am acquiring data from a National Instruments board and I would like the data to be saved directly on the disk, without going through "Matlab's memory".
With the Legacy Interface, I just had to write this, for example:
- set(ai,'LoggingMode','Disk');
- set(ai,'LogToDiskMode','Overwrite');
- set(ai,'LogFileName',MyLogFileName);
But in the Session-based Interface, I can't find how to configure my session to do so... Can someone help me please? Thanks a lot.
Regards
Luc
Réponse acceptée
Plus de réponses (1)
Luc Gendre
le 6 Fév 2014
Modifié(e) : Luc Gendre
le 6 Fév 2014
0 votes
1 commentaire
Friedrich
le 6 Fév 2014
You can contact MathWorks and let them record that as an Enhancement request. As more people ask for a feaure it's more likely to happen I guess ;)
Catégories
En savoir plus sur Data Acquisition Toolbox Supported Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!