09-16-2007 08:04 AM
09-16-2007 08:12 AM
If you insist in using one Event Structure then the answer is no, because Event Structures queue their events. Everything takes place in a serial/sequential manner.
Regards, Guenter
09-16-2007 08:30 AM
09-16-2007 12:00 PM
09-16-2007 12:36 PM
@rajkumar.r wrote:
hi,while i were executing one event in event structure,can i call other events programmatically,i am using labview 8.20
Of course you can! 🙂
What you need is two event structures, each in its independent loop. If you manually want to execute the second event, you should make sure to uncheck "lock front panel until event completes". Else just fire the other event using a signaling property.
Can you give a few more details on what you have in mind, exactly? There is probably a better solution.
Typically, you should design your code so it does not get trapped inside an event structure. An event structure should always be ready to process new events.