06-25-2008 01:08 PM
06-25-2008 01:18 PM
06-25-2008 05:27 PM
Got it...
Thanks a ton.
Use Latches. Put them in the events...read them with something(?)
get rid of the wait for front panel activities.
Hummin.
06-26-2008 08:53 AM
Johnsold,
Thanks for the sample modification.
Strangely enough ... it seems to work with the ok button inside OR outside the event.
Really Hummin now.
06-26-2008 09:16 AM
06-26-2008 09:28 AM
Got it.
I tried it both ways.
The event fires both ways...AND...the button seems to unlatch ... Perhaps if the button was in a different while loop (which as established earlier would need some sort of polling or wait for front panel action ... which is undesirable...(Got it...Alt. ..thanks.) from the event it wouldn't but it seems to be read when the event causes the while to run once.
I'm not suggesting that putting the button inside the event it is causing is not the right thing to do, I'm just noticing that there is some reason for us novices (I'm speaking for myself here...) to, on occasion, (read ..."almost continuously") be confused. Thanks for the help.
By putting the button inside the event loop it seems to do away with the need for the case sturcture to sort out the T/F status when latching is used as well...taking off another layer of the onion. As I learn how these things "like" to be done, things seem to be getting simpler. It's a very visual thing, and I like that aspect.
Hummin.
06-26-2008 09:52 AM