From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph with multiple Y scales

Solved!
Go to solution

Hello,

As you can see in the snippet, I am trying to plot a Graph with multiple Y scales. What do you think is wrong with it to get the following error.

s3.png

Possible reason(s):

LabVIEW:  Invalid property value.
0 Kudos
Message 1 of 4
(3,822 Views)

You only have a single scale.  You'll want to create the scales before trying to index them.  The property node only accesses the scales.  It doesn't create them.

 

Try the attached VI

0 Kudos
Message 2 of 4
(3,815 Views)

Thank you. But what did you do to index the scales?

0 Kudos
Message 3 of 4
(3,803 Views)
Solution
Accepted by topic author ziedhosni

I didn't change anything to the indexing.  You already wrote that code.

 

I right-clicked the scales you already had and clicked "Duplicate Scale" to create the second and third.  Once they existed, your property node worked fine as it was.

0 Kudos
Message 4 of 4
(3,799 Views)