LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to combine DI DO

hello,

i've got a problem with my 6070E card.
i've programmed my old application with nidaq.
in my new application i use nidaqmx.
with day i had the option to choose the direction of the DIO via DIO_Port_Config.vi --> 'line direction map'.
is this also possible with daqmx??


markus
0 Kudos
Message 1 of 2
(2,399 Views)
Setting of digital inputs or outputs is done with the DAQmx Create Channel function. This is a polymorphic VI that you use to select the type of channel. right click on the function and choose Select Type. Two of the options are Digital Input and Digital Output. There's a couple of shipping examples. Look under DAQmx>Digital Generation and DAQmx>Digital Measurements.
0 Kudos
Message 2 of 2
(2,389 Views)