data acquisition toolbox with National Instruments Devices: inputSingleScan using USB-6009 vs PCI?
Show older comments
Hello,
I'm using the Data Acquisition Toolbox to read values from a National Instruments Card (USB-6009). I use the inputSingleScan function in a looped manner, which takes samples from the card for each iteration of the loop.
Currently the loop that I use operates at approximately 40Hz. By using the profiler tool, it is clear that the bulk of the time during each loop is used up by the scan function and the associated DAQMX drivers.
I am curious to know what would happen if I switched to a PCI card that was directly plugged in to the computer. Would the inputSingleScan function work faster that way or would it work the same? Is time used because of the nature of the function itself irrespective of the hardware or because I use a USB connection?
Thank you very much.
Accepted Answer
More Answers (0)
Categories
Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!