Hi I am using labview 7.1
I am puzzled why the old values are still detected by event structure, even though the button is already is disenabled programmatically and the event structure is in another case structure..
Here I have main while loop. Inside it, there are two case structures.
As usual, the data always flow from left to right, so I put the event structure in the while loop in the one of the two case strucuture (the right one)
The stop button is used in two case structures. After the stop button is disenabled programmatically in the left case structure before entering the case rigfht structure.
So here the event structure in the right case structure still detects the old stop button's value.
Here's the pic attached.
Is there a way that the event structure must register the latest updates on the state of the stop button?
Clement,
Message Edited by astroboy on 05-08-2006 08:57 PM