04-26-2010 06:30 PM
Hi There,
My program only excutes the first two frames of my sequence structure, and it turns off automatically. Why is that?
Description of my program:
I want to creat the X axis first in the second frame, the value of Y axis will be from DAQ... They are ploted in the XY graph in the last frame..
Thanks
04-26-2010 06:37 PM
What do you mean by "turns off automatically"?
What is the value going into the N terminal of the For Loop in the 3rd frame? If it's zero, that loop won't run.
04-26-2010 10:30 PM
Why is the sequence frame even there? It's not even necessary since your error clusters are enforcing execution order.
Also, you have a coding error in your case stucture. You are using "Use Default if Unwired" for the two arrays that are passed around in the shift register. In the False case this will clear the arrays. I'm guessing you don't want this, and those two tunnels should be wired through.
Oh, you might want to consider using that nifty diagram cleanup tool.
04-27-2010 08:49 AM
04-27-2010 08:52 AM