Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple digital output

How can i use counter as simple digital output(On, OFF) for 6602?
I want to use counter output (PFI_32) as simple On/Off output, because in the future
I want to change my application to pulse generation.
0 Kudos
Message 1 of 4
(3,321 Views)
Hi,

There is a thread that talks about what you want to do. Let me know if you have any other questions, and have a Great Day!

George
0 Kudos
Message 2 of 4
(3,316 Views)
There is a LabView example, I can't see it on my PC
I am looking for VisualC example.
0 Kudos
Message 3 of 4
(3,307 Views)
Hi,

An example of writing to a digital output line can be found at:

C:\Program Files\National Instruments\NI-DAQ\Examples\VisualC\Do\DOoneline.C

As in the LabVIEW example, you will have to set the line to number 28. Program is hardcoded to use
DIO_28 of TIO board. DIO_28 is pin 32.

I hope this helps, and have a Great Day!

George
0 Kudos
Message 4 of 4
(3,291 Views)