06-13-2008 02:10 PM
06-13-2008 02:16 PM
06-13-2008 02:21 PM
06-13-2008 02:27 PM - edited 06-13-2008 02:31 PM
To latch a Boolean, you just need a shift register as shown below. Also, from what I can tell, you have no way to stop the program unless you use the Abort Button on the toolbar. Wire a stop button to the stop input of the DAQ Assistant. For clarity, you might also want to convert the output of your Greater Than function to a single Boolean. I thoroughly despise dynamic data because it just makes it harder to see the actual data type.
06-13-2008 02:29 PM
06-13-2008 03:06 PM
06-13-2008 03:23 PM
What do you mean you don't have a loop around the Boolean? It's there in the VI you posted. The while loop is that squarish object around all of your code.
Never use the abort button to stop a VI. See this.
06-16-2008 08:14 AM
06-16-2008 09:02 AM
06-16-2008 09:08 AM