06-12-2023 07:11 PM
Hi,
I'm interested in streaming data directly to TDMS files on disk using NI-DAQmx (since it can go up to 1.2GB/s). Is this only possible to set up through the Configure Logging VI, or is there a way to set up this process with the API?
Thanks
06-12-2023 07:44 PM
You can also use TDMS Streaming API with Producer/Consumer Architecture
06-13-2023 12:08 PM
Thank you! However, I'm looking to use this streaming capability without LabView and other VIs - like if I could just call some DAQmx functions in my code. Do you know if this is possible?
06-13-2023 12:36 PM
Yes. Use the built in DAQmx logging examples. There are plenty examples in the example finder.
You have a high data rate so some care needs to be taken.