05-27-2007 06:23 AM
05-27-2007 11:11 AM
This is still related to your othere thread, so you should keep it all in one place: http://forums.ni.com/ni/board/message?board.id=170&message.id=249585&jump=true
I no longer have LabVIEW 7.1, but it seems to me that all you need is to remove the waveform code and place your graph terminal inside the FOR loop, right after the "built array" node.
A lot of your code is overly complicated. For example the lower WHILE loop spins at full rate basically doing nothing and you have all these individual case structures scattered all over the place. All you need is a small loop with a single event structure with a case for each situation.
You should also do something about the FP color. It's hideous! 😉