02-27-2012 04:24 AM
Hi,
I have an issue related to events. I am new to using events. Hence your inputs will be helpful for my coding.
Code Details: I have two outputs coming in parallel.(For Eg: One output gives Pressure Device list, the other output gives Temperature device). I have created events which trigger when the output for the above is found. The problem I am facing isboth the events execute parallel which is not necessary. Is there a way through which I can time these events to occur one after the other?(Say, first the event triggered due to Pressure must occur, then Temperature). I am sorry that I dont have a code at this moment. I was thinking of implementing this feature in my code. Hence please let me know if this is possible. Also if there is a thread related to this in forum please let me know.
Thanks a lot for your inputs.
Solved! Go to Solution.
02-27-2012 04:28 AM
Can I use flat sequence structure in this case?
02-28-2012 12:28 AM
Thanks a lot. Got it!!!