How to synchronize NI frame grabber and NI-DAQ using an external trigger signal (64-bit Matlab version)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have been trying to synchronize NI frame grabber (NI PCIe -1430) and NI-DAQ(6221) using Matlab 64-bit version . I know that there is a similar example (source code) written in 32-bit version Matlab software like the following link:
I am looking for an example (source code) written in 64-bit version Matlab commends because 32-bit Matlab commends became obsolete in 64-bit version.
Thank you so much for your help in advance.
0 Kommentare
Antworten (1)
Sudhanshu Bhatt
am 4 Aug. 2015
Hello Jong Kim,
64- bit MATLAB supports Session based Interface for Data Acquisition. In session based interface we create a session and all communication is handled using that session object.
The Synchronizing a National Instruments Frame Grabber And Data Acquisition Card example you mentioned in the question uses legacy based functions and the corresponding Session based Interface functions can be found in the documentation link below :
An example on how to do data acquisition using session based interface example in MATLAB can be found in the documentation link below:
Hope this helps.
Thanks
Sudhanshu Bhatt
0 Kommentare
Siehe auch
Kategorien
Mehr zu National Instruments Frame Grabbers 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!