From: exo on
Why can't I get the event to execute? Thanks.


Please make work.vi:
http://forums.ni.com/attachments/ni/170/321405/1/Please make work.vi
From: smercurio_fc on
Do you have a 50" monitor or something? Your code makes no sense in terms of trying to understand what you're attempting to accomplish, but the event executes just fine.
From: exo on
Attached with smaller windows.


Please make work.vi:
http://forums.ni.com/attachments/ni/170/321413/1/Please make work.vi
From: altenbach on
It's all in the dataflow. Once you are running in the inner loop, the rest of the code cannot continue until the inner loop stops again. It is not a good idea to trap the code inside an inner loop.
 
Please tell us how your program is supposed to be used and how it should react to the user inputs.
From: exo on
number 1 represents motors that have to be started before data is taken; numbers3 is other steps to be carried out before actually taking the data number2. Once the data is taken the motors, (number 1) need to be stopped.