LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clear the plotlegend when reiniciate the vi!!

Hi guys,
I have a litle problem that when i re-inciate my application, the plot legend appear fully with the last name charged, i charge the name of files in the plot with 'properly node' but i would like when i start the vi, it will appear empty. How can i make it?.
Any helps?. Thanks
I attach a simple pic. when the vi is without load and appear the last names.

Regards,Jose.
0 Kudos
Message 1 of 2
(2,487 Views)
Plot Names will revert to the last saved state.

Option 1: Manually select and clear the plot names and then re-save the vi. Whenever the vi is loaded, it will revert to this (cleared name) state.

Option 2: Programmatically force the names to clear. At the beginning of the program, wire empty String Constants to the plot names. You'll need to do this for all plots by first setting the active plot, then clearing the name. (see attached example)


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 2
(2,487 Views)