09-23-2008 03:31 AM
Hi,
Is it possible to chain up several event case which are in an event structure? Without changing this structure by a sequence structure.
For example: you have one button per event and there is one button "do it all" which chain up all the buttons
I appreciate your support, tks in advance.
Dido
09-23-2008 03:38 AM
09-23-2008 04:09 AM
Or have a look at the "producer-consumer-design pattern" with events http://zone.ni.com/devzone/cda/tut/p/id/3023
This is a powerful tool to do what you want...you can define the reactions to your events in the consumer loop and fire these reaction as you like...
Greetings
Christian
09-23-2008 04:26 AM
For the Val(Sig) to work properly, the button should have been configured with Switching mechanical action.
See this recent thread also.
09-23-2008 04:30 AM
Thank a lot JB, that is it what an amazing properties .
BR
Dido
09-23-2008 04:34 AM
To All
Thanks to your help
BR