LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Binary output at the digital output pin as 1111 1111 1111

Solved!
Go to solution

Hi 

 I am using DAQ 6009 and i need a output as 1111 1111 1111 at the digital output(12pin )of the DAQ.Please give an idea or a vi to do so

 

Thanks in advance...

0 Kudos
Message 1 of 5
(2,996 Views)
Solution
Accepted by topic author DKLabView

Hi DK,

 

look in the example finder for suitable example VIs...

 

In general: Open/Create a DAQmx task, select all DO lines, output TRUE for all channels...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,992 Views)

@DKLabView wrote:

I am using DAQ 6009 and i need a output as 1111 1111 1111 at the digital output(12pin )of the DAQ.


It seems that you want to generate static value(s) on 12 pins of USB-6009. Find attached example and let me know if it helps.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 3 of 5
(2,988 Views)

i want generate 4 sets of values at output

1111 1111 1111

1100 1111 1001

0000 1111 1001

1111 0000 1111

0 Kudos
Message 4 of 5
(2,975 Views)

Hi DK,

 

so you have to call DAQmxWrite four times. Well, you could use a loop to do so...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(2,972 Views)