12-15-2011 03:21 AM
in the attached llb ...there is a vi named global bus config..in that global variable there is busconfig block on the front panel..and in that in the "name" indicator there are the name of various PME's which i am using ..in the 13th number PME there is BEHLMAN stored there if i want to change the name and write some other instead of it ..how can i bring the change..i have already tried to edit the name and write some other name instead of it and i also have saved the changes...but every time i close it and reopen it ,the name behlman again appears ..how can it be changed...please help me in this...thanks note: the vi is compatible with labview 7.1 version
12-15-2011 08:11 AM
You have to right-click on the control and select Data Operations -> Make Current Value Default.
Aside: That library is poorly written. There are global variables EVERYWHERE.
12-15-2011 08:17 AM
If you can, I would strongly recommend you replace the global variables with single-element queues or actions engines. If you can upgrade to a more modern version of LabVIEW, use data value references.
12-16-2011 12:49 AM
12-16-2011 12:52 AM
12-16-2011 12:53 AM