12-03-2007 12:41 PM
12-03-2007 01:21 PM
Nickerbocker wrote:
Aside: Why are boolean controls that are of the "Latched" mechanical action always pressed in after their event fires?
12-03-2007 01:42 PM
12-03-2007 03:34 PM
12-03-2007 03:50 PM
Wrong! The loop cannot terminate until everything in it has terminated. RIght now it will stall at the event structure no matter what until an event occurs. At this time it is sufficient to get the error piped through the event structure. If you are worried about an error in creating the notifier (anything that happens before the loop starts), you shold place your entire later code inside a case structure wired to the error so the loops don't even start.
Nickerbocker wrote:
If an error is generated on the first itteration, then the loop is terminated with that error line. Right?
Nickerbocker wrote:
Can multiple event structures exist in the same block diagram? For some reason I was under the impression that there could only be one event structure that fires at one time. If that structure was in execution then no other Event Structures could fire.... if my information is wrong, then I like your solution. If it is right, then I don't like your solution :P.
12-03-2007 04:35 PM
12-03-2007 04:40 PM
Nickerbocker wrote:
One thing that concerns me is the change of state of the polling? button during the execution of the case structure that contains "polling code." What happens if the user changes the value of polling before the event structure resets?
12-03-2007 04:52 PM
12-03-2007 05:07 PM
12-03-2007 05:22 PM - edited 12-03-2007 05:23 PM