11-15-2013 04:24 PM - edited 11-15-2013 04:25 PM
Okay so took your advice and I cleaned up the VI a bit and now its working and cycling perfectly. Also the stop function now works. There's just one problem, my graph isn't plotting the temperatures at all.
Again sorry if this VI is crude, I'm still learning the program.
Also I'm using 2009
11-15-2013 05:15 PM - edited 11-15-2013 05:16 PM
It looks better. I'm not sure what kind of data you expect to be plotting but it looks like you only have one set of points each iteration and no historical data so you're not going to get anythig but one point on the graph. Use a shift register and build array to track the data. I've attached a 2009 VI with notes on the block diagram.