Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

initialize I/O Pin

I am a new programmer, I got a question, hope get help from you.

How to initialize Pin I/O of NI 6036E, e.g. set PFI 9 Low or High in DAQmx ANSI C ?

Thanks
0 Kudos
Message 1 of 2
(2,517 Views)
You would not use one of the PFI lines generally. What you are describing is Digital I/O functionality. You can find examples of how to do this on your own computer (if you have the DAQ driver installed). It should be located here:

C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Generate Values

Regards,
Anuj D.
0 Kudos
Message 2 of 2
(2,504 Views)