LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph "visible" property = TRUE not working outside of for loop

Hello,
 
Please see attached VI.
 
I set the graph "visible" property = TRUE outside of a for loop at the top of the VI.  It's not working.  Why? Although it does work in other places such as outside the VI's most outer while loop.
 
Thanks,
Steve
0 Kudos
Message 1 of 7
(3,089 Views)
It's a Labview 6.1 VI.
 
Steve
0 Kudos
Message 2 of 7
(3,080 Views)

Looks like you set the graph legend prop to TRUE but not the graph visibility to true.

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 7
(3,076 Views)
Sorry I was looking at the wrong section of code, I just found the graph visibility.  I will look over the code again.
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 4 of 7
(3,072 Views)

Boy. It's one of those days.  Smiley Sad

Thanks

0 Kudos
Message 5 of 7
(3,069 Views)

Also, I should of said "graph legend visibile property = TRUE not working outside of for loop".   I want the the graph legend to be invisible when the VI started and then become visible after the for loop.

You found the problem.  Thanks.

0 Kudos
Message 6 of 7
(3,064 Views)
I do not have an AI daq device on this PC so I cant test the vi, but I would use a probe to make sure that the property node section of the code is executing and not being skipped.  The visibility should only not work if an error is passed into it or the logic of the code prevents execution of the node itself.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 7 of 7
(3,062 Views)