‎08-08-2005 06:47 AM
‎08-08-2005
07:07 AM
- last edited on
‎12-03-2025
02:18 PM
by
Content Cleaner
In general, you shouldn't have a case where you have to set the same value for a VI and its subVI. The subVI should have an input which the VI can use to pass the value to it. You can set a value as default by right clicking it and going to the Data Operations menu.
If you want this to be changeable, what you should do is save the values to a file and load them when the program starts. OpenG's File I/O package includes some VIs which will help you with that.
‎08-08-2005 07:45 AM
‎08-08-2005 07:50 AM