LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the window name of a vit instance launched by vi server?

I am launching multiple instances from a vit. I would like to provide each window with a unique name.

I am running LV 7.0
0 Kudos
Message 1 of 2
(2,295 Views)
Use the reference from when you opened the vit to change the FP.Title property. This will display the new name in the title bar of the referenced VI, but will not actually change the name of it.

If you want to actually change the name, you'll need to use the Invoke Node method 'Save Instrument' with a path specifying where to save it and with what name.

These two properties are shown in the attached image.

Ed


Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
Message 2 of 2
(2,295 Views)