05-10-2012 07:31 PM
I am new to Labview and I am having difficulty programming the digital output on my DAQ. What I would like to do is to trigger 10 diffferent devices at 10 different times using my DAQ board. To trigger, I need a 5V pulse. If you could even point me to a tutorial, I would appreciate it. I am trying to wire the signal generator with a square wave signal to the DAQ assistant, but I am not certain how to give each one a different time.
05-11-2012
06:15 PM
- last edited on
07-15-2024
01:12 PM
by
Content Cleaner
I'd suggest looking through the documents linked below to get a good understanding of DAQ programming and how to implement a digital output task. One of them is an example included with LabVIEW for writing to a digital channel that you should be able to adjust for writing to multiple channels. You can then implement some timing or control functionality to dictate when you will activate each channel.
Example: https://forums.ni.com/t5/NI-DAQmx-Examples/DAQmx-Write-Digital-Channel/td-p/3501608
Regards,