03-06-2013 12:42 PM
Hi all,
I'm using Labview to automate a drop delivery process. I am installing temperature controllers and want to first bring the temperature up to a certain range, then start the drop process, and also display the temperature the entire time the drop process is running. My idea was to start the temperature controllers in Labview, wait until the output temp reaches within a certain range, then start the rest of the process but in the meantime keep displaying the temperature.
The best way I've found to do this so far is to make a stacked sequence. In the first frame, I start the temperature controllers, use a timed loop that "continues" until the temperature reaches a certain range, then cause it to go to the next frame. The next frame has another timed loop so the temperature can keep being read, and the drop delivery code. The problem with this is I have two output boxes for the temperature and I'd like just one.
So I guess I have two questions - I'm sure someone could think of a better way to do this, or if my way described seems feasible, if there's a way to have an output from two separate loops in two separate frames in a stacked structure display as the same output in the interface.
Hopefully I explained that okay! I appreciate any and all advice!
Laura
03-06-2013 01:30 PM
03-06-2013 03:09 PM
Here's a quick example
03-07-2013 10:13 AM
Ah, this is great! I didn't even think to do this. Thanks so much!
03-07-2013 10:59 AM