LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with DAQMX digital output

I work on a DAQ 6025E and all the exemples for digital output with DAQMX don't fonction. Is this card fonction with DAQMX?
0 Kudos
Message 1 of 5
(3,269 Views)
Are you using the daqmx functions? If so please post the code. Or you can try using the Daq assistant. This will step you through the process of configuring a digital output. hope this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 5
(3,269 Views)
Yes, the 6035 is supported (unless you're running win 95... or 3.1... you are on windows, right?)
See:
http://www.ni.com/support/daq/versions.htm

The troubleshooter reffed above is at:
http://www.ni.com/support/install/


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 3 of 5
(3,269 Views)
Hi V.GRAF,

The DAQ 6025E is a special card in terms of digital I/O. This is because it has two different semiconductor chips handling the digital. It has the DAQ-STC chip handling the first port of 8 bits (Port 0). It then has the 8255 chip handling the 3 other ports.

In general, you should be able to use any of the DAQmx programs for digital with this card. However, you have to make sure that you are configuring the entire port at the beginning of your program. This is because if you reconfigure any of the 3 ports on the 8255 PPI chip, it will reset the port. So my suggestion is to not use "line" configuring but instead use "port" configuring.

Here are a couple Knowledge Bases that discuss the issue.

The NI PCI-6025E Digital Line Virtual Channels
Return Error -10007 in Measurement & Automation Explorer Test Panel
http://digital.ni.com/public.nsf/websearch/77DBEDFCCA418A8DC1256C16007FA3B7?OpenDocument
Why Do I Lose the Data on Ports 2, 3, and 4 of a PCI-6025E When Reconfiguring Port 0 in Visual Basic?
http://digital.ni.com/public.nsf/websearch/33BE87B9752B7D7186256B1E0050A1B9?OpenDocument

Hope that helps. Have a good day.

Ron
Applications Engineering
National Instruments
0 Kudos
Message 4 of 5
(3,269 Views)

Hiii everyone........

 

I am using DAQMX with labview 8.5.1 on windows xp platform with NI ELVIS prototyping board. My problem is that the digital output is not coming when i generate the digital outputs why?? and how to measure the current which is taken as analog input to daq......

 

kindly reply plzz

 

thank you.... 

0 Kudos
Message 5 of 5
(2,757 Views)