Tagged Questions
The daq-mx tag has no wiki summary.
1
vote
2answers
3k views
How to Periodically Updating Labview chart when collecting multi channel data at a high rate
Looking for some help with a Labview data collection program. If I could collect 2ms of data at 8kHz (gives 16 data points) per channel (I am collecting data on 4 analog channels with an National ...
0
votes
1answer
93 views
How to avoid a Data Missed event in matlab when doing data acquisition from an NI board?
I am receiving DataMissed event(s) in matlab when acquiring waveform data (2 channels) and an analog input trigger (set up in pretrigger mode - negative delay value).
Here is the code:
sampleRate = ...
0
votes
2answers
88 views
Missing driver LabVIEW
I'm trying to run a program written by someone else in LabVIEW. The program records voltage. However it won't open because it is missing subVIs.
Initially I thought that only one was missing and the ...
0
votes
1answer
413 views
Prevent System.IO.FileNotFoundException when loading running code that uses a DLL from GAC
I'm using a third party API to access some data acquisition hardare (National Instruments hardware with DAQmx driver). To do so, I add a reference to its driver dll.
When I run the code on a machine ...