LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configure the direction of digital pins on the DAQmx

I am using a PCI-6229 DAQmx card. I want to know if there is any way to configure the direction of the individual digital lines for input and output?
0 Kudos
Message 1 of 4
(3,180 Views)
Hi Flowserve1,
you can set it with creating the digital channel. Depending on input or output connect the lines to it which you want to use as input or output.

Hope it helps.
Mike
0 Kudos
Message 2 of 4
(3,173 Views)
I heard that the digital pins are grouped together and they are all tied to either input or output. I need to know how to configure them individually.
0 Kudos
Message 3 of 4
(3,165 Views)
You heard wrong - at least for the board you are using. Some digital I/O on some boards can only be configured on a port basis. If you look at the specifications for the 6229, you will see that it states that 'Each terminal is individually programmable as input or output'. That measn you can do exactly what Mike said with the DAQmx Create Channel.
0 Kudos
Message 4 of 4
(3,161 Views)