Tagged Questions
The nidaqmx tag has no wiki summary.
1
vote
2answers
314 views
Is it possible to customize the signal returned by a ni-daqmx simualed device?
ni-daqmx has a "simulated driver" feature. In the case of an AI, the returned signal is a noisy sine. Is it possible somehow to change this behavior in order to have anytype of signal?
if not, is ...
0
votes
0answers
12 views
NIDAQ Pulse Write
Does the NIDAQmx Ansi C library support pulsed write? I fried one of the switches on the hardware I'm interfacing with today because it expects a pulse of 1, followed within 400ms by a 0, and my ...
0
votes
0answers
31 views
Issue using DAQmxConfigureLogging NIDaqmx function in Matlab
I am using matlab 2009b, 32bits on win xp pro 32bits SP3 to samples microphones with a National Instrument data acquisition card NI-4462.
i'm trying to use the DAQmxConfigureLogging NIDaqmx function ...
0
votes
0answers
65 views
Issue loading librairy in matlab when /3GB boot.ini option in winxp pro is activated
I am using matlab 2009b, 32bits on win xp pro 32bits SP3 to samples microphones with a
National Instrument data acquisition card NI-4462.
I initially had 2Gb of RAM and i can sample and record fine ...
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
0answers
46 views
How to give required input to nidaq simulated device?
I am using a vc++ software which gets input from nidaq devices, and does furthur processing after that.As i am not having the hardware with me i am using the nidaq simulated device for this ...
0
votes
1answer
297 views
How to use DAQmx Timing (Sample Clock ) in C#.Net
I'm using Measurement Studio. I need to use the DAQmx Timing VI functionality in my C# application. How to do this. Please Help me.
The VIs are here
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 ...