05-26-2006 10:25 AM
05-26-2006 10:48 AM
05-28-2006 09:10 PM
05-28-2006 11:13 PM
Hi m00se,
Do you want to alter a value while the Sub-VI is running? If not, then Brian has described the best way to supply the value. If so, then Globals are certainly easy, but consider passing a value by its "reference". In the caller, create a reference to a control, pass it to the Sub-VI, and use a VI-server property-node to obtain the Value property. Unlike the Global, passing by reference leaves an audit-trail" for debugging the logic.
Cheers.
05-29-2006 02:07 AM