LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmable plot names in chart did not located in proper position.

Solved!
Go to solution

I troubled to deal with programmable plot names in waveform chart.

I have 8 signals in a loop and plot names would be generated in run mode.

Problem is... the name of "Plot 0" appeared at "Plot 7". Could anyone help me to understand what happen in my code?

Front_and_Back.png

Download All
0 Kudos
Message 1 of 3
(2,103 Views)
Solution
Accepted by topic author jmk_sup

Hi jmk,

 

this is a very typical error of the (unexperienced) programmer: you need to select the ActivePlot first, then set the properties of that plot!

(Hint: in a property node the properties are executed from top to bottom…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,092 Views)

Thank you!

I did not think of calculation order. 😮

0 Kudos
Message 3 of 3
(2,084 Views)