04-15-2008 10:18 PM
04-15-2008 10:53 PM
04-16-2008 02:17 AM
James R wrote:
I hear people saying do not use multiple event cases.
Yes, you should only have one event structure per loop, but that event structure can have multiple cases.
James R wrote:
is this in reference to multiple event cases in the same loop?
Yes. What makes you think otherwise?
James R wrote:
is it ok to use 1 event structure per parallel loop?
Nothing unusual. They will both fire whenever that associated event occurs. No problem!
James R wrote:
what happens if you have two parallel loops reacting to the same event?