Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

digital pulse with analog input

I am using labview 7.1, and a 6024E.
I need to monitor 4 analog inputs for 6 seconds, and in the six seconds I need a digital high for 3 and low for 3. I am then graphing this information with a limit test. The problem is I can't get the digital to switch in between my analog readings. Any help would be great.
0 Kudos
Message 1 of 2
(2,781 Views)
Bryan,

As you have indicated, while LabVIEW is executing the DAQ assistant it no longer executes other tasks. To get the functionality you desire, do not use the DAQ assistant. An easy way to convert the DAQ Assitant into code is to right click on the DAQ Assistant and select Convert to Task Name Constant. Then right click on the Task Name Constant and select Generate Code -> Configuration and Example. Now you have the code inside the DAQ Assistant and you may now configure the digital portion of your VI to be high for three seconds and low for three seconds.
0 Kudos
Message 2 of 2
(2,781 Views)