03-25-2010 05:03 PM - edited 03-25-2010 05:07 PM
Hello all
I have a while loop with an Event Structure and a Case Structure inside. The Event Structure has a lot of cases and each one is controlled by a diferent object (buttons, sliders, graphs, etc.). Sometimes, I have to use the data from the Event Data Nodes to feed a Case Structure that works like a State Machine in my code. To keep the block diagram clean, I would like to "export" the data from Event Data Nodes using a single wire, but this is not possible because there is data conflict, since I get data from CtlRef in one case, and from Coords in other (for example).
To solve this issue I am feeding data into a Bundle to create a cluster and feed it to the Case Structure. Nevertheless, the process is so painful because I have to feed the Bundle function with constants of all kind of data connected to it.
Find attached an example. It's not the actual code but shows what I need to do.
Thanks
Dan07
Solved! Go to Solution.
03-25-2010 05:37 PM
03-25-2010 05:49 PM
Perfect idea. It worked great for me. Find attached the new code.
Thanks
Dan07