10-03-2012 11:51 PM
I have one producer loop which used event case to interface with FP controls and 5 consumer loops
If I have to use the fifth consumer loop to generate dynamic event which send to event case in produer loop.
I have to wire register event with dynamic event terminal in producer loop . Also I need to wire user event to consumer loop (at the bottom of screen window) which is far away from producer loop. It is hard to wire them.
Is there any other method to let many consumer loop to communicate with one producer loop through dynamic event (the same user event)?
10-04-2012 07:06 AM
I like to use an Action Engine to hold control my Event Reference. Then anybody can send the event commands.
You may also want to look at the VIs I recently submitted for OpenG here.
10-04-2012 09:28 AM
Thanks
Let me try