01-02-2007 10:38 AM
01-02-2007 10:47 AM
01-02-2007 10:53 AM - edited 01-02-2007 10:53 AM
Well, if the same subVI is in all event cases, the subVI belongs outside the event structure. Now feed all the control references and type outputs from all the cases to a single output tunnel on the right boundary of the event structure, then to your subVI. 🙂
If some events don't have a control reference, place the subVI in a case structure and place a TRUE boolean in some of the event cases to decide if the subVI needs to execute. If the output tunnel is set to "use default if unwired", you only need a few TRUEs, while most cases don't need a boolean at all.
Message Edited by altenbach on 01-02-2007 08:54 AM
01-02-2007 12:48 PM
01-02-2007 06:40 PM - edited 01-02-2007 06:40 PM

Message Edited by altenbach on 01-02-2007 04:42 PM
01-02-2007 10:03 PM