08-06-2015 07:59 AM
Whats the advantages of acquiring data from the DAQmx block rather than using the DAQ assistant block? Are there pro's and con's to each? What is normally used in industry?
I've also noticed there are multiple methods for writing data to file and wondered what the proper method or pros and cons for this are?
Solved! Go to Solution.
08-06-2015 08:17 AM
@David-Baratheon wrote:
Whats the advantages of acquiring data from the DAQmx block rather than using the DAQ assistant block? Are there pro's and con's to each? What is normally used in industry?
You have A LOT more control over the acquisition with the DAQmx API over the DAQ Assistant. You can also make the code more efficient with the API. Normal in industry to to avoid the DAQ Assistant
The only real advantage of the DAQ Assistant is that it is easier to set up your task.
@David-Baratheon wrote:
I've also noticed there are multiple methods for writing data to file and wondered what the proper method or pros and cons for this are?
Well, that just depends on your requirements.
Need human readable? Go with a tab delimited text file or CSV.
Need to log a lot of data quickly? Use a TDMS or binary file. I tend to use the TDMS since it is well put together for DAQ and waveforms.
08-06-2015 08:20 AM
08-06-2015 08:27 AM - last edited on 12-19-2024 05:09 PM by Content Cleaner