LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run time setting?

I have to modify a vi written by other.

There is a graph on the vi in edit mode. But when I run the vi, the
graph disappear.

How can I see it?
0 Kudos
Message 1 of 2
(2,486 Views)

Hi Yong,

Apparently, it's being hidden at run-time using Property Nodes. Here's how you can find and fix this part of the code: on the front-panel, right-click on your graph and select Find>>Property Nodes. This should either take you to the property node on the diagram, or bring up a box -- when there are more than one -- with the list of property nodes.

Visit each Property Node and find out if the 'Visible' property is being set to False anywhere. That's the culprit!

Adios!

Khalid


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