04-04-2011 12:02 PM
Hi,
Is it possible to wire the ouptut data from a daq assist to the stop terminal of a while to get the program to stop running? I have wired a switch to the digital input line 0 of MyDaq so when the switch is made im getting 5 volts in. I can get it displayed as an indicator but cant wire it up to the stop condition
Solved! Go to Solution.
04-04-2011 12:06 PM
Your daq assistant is probably giving you the blue dynamic datatype wire which is pretty much useless except to connect to other Express VI's.
What you need to do is convert the blue wire to a boolean. Look at the From DDT function (which happens to be an Express VI) on the Express >> Signal Manipulation palette.
04-04-2011 12:34 PM
Got it working!
Thanks Raven Fan