04-13-2006 03:33 PM
04-13-2006 11:14 PM
Two things,
Do not select the "show front panel when called" option in the 'sub VI node set up'.( On lock diagram, Right click on the sub VI's icon to get this option)
Or, keep this sub VI inside a Boolean case structure and open it using a boolean control whenever you require it.( Boolean is a suggestion, But keep in mind that you can use any of following as input/control for case structure: string, integer, boolean)
hope this helps
Regards
Dev
04-14-2006 03:03 PM - edited 04-14-2006 03:03 PM
Message Edited by JLS on 04-14-2006 03:04 PM