Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-6052E DAQmx error

I am receiving an error message when using the NI-6052E pci card with the DAQmx timing vi. In this LabView program shown in the image LabView Program.jpg, I am attempting to retrieve a digital input from the SCXI-1162HV digital input card which is connected to the NI-6052E through an SCXI-1000 chassis. I have included the file Configuration.jpg, which includes a screen shot of my MAX configuration. When I run the program, an error message appears indicating that I have selected implicit for the timing vi, but only on demand is available. However, I have found examples which indicate that they are for use with the NI-6052E, but those seem to result in the same error message when I attempt to run them. I have attached a copy of the error message in the Error DAQmx.jpg. I was wondering if anyone knew how to solve this problem? I am new to interfacing DAQ equipment with LabView and any assistance is greatly appreciated.

 

Thank you

0 Kudos
Message 1 of 4
(3,644 Views)
The digital I/O of the 6052E is strictly software timed and the error is correct. If you have an example that indicates otherwise, can you provide the link to it or at least the name?
0 Kudos
Message 2 of 4
(3,631 Views)
The example which uses the timing vi can be found at http://zone.ni.com/devzone/cda/tut/p/id/4322 under the heading Synchronization Beyond Analog. In this section, it specifically states "E series device." I also reproduced this example using LabView and obtained the same error as my own code.
0 Kudos
Message 3 of 4
(3,617 Views)
The example you note is referring to an analog acquistion and the e series analog inputs are hardware timed.
0 Kudos
Message 4 of 4
(3,605 Views)