06-05-2008 11:42 AM
06-05-2008 12:02 PM
Just curious,
Why did you not use some suggestions from this thread?
http://forums.ni.com/ni/board/message?board.id=170&thread.id=327896
You should also use a state machine instead of those nasty stacked sequence structures.. Especially embbedding them.. that's not a good practice.
Will you be doing anything woth the controls in the event structure loop? What is the intention of that loop?
I would start by cleaning up the code. Replace the stacked sequence with a state machine. Avoid cohesion dots by using appropriate control types.
RayR
06-05-2008 12:08 PM - edited 06-05-2008 12:12 PM
06-05-2008 12:16 PM
06-05-2008 06:29 PM