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,799 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,792 Views)

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

0 Kudos
Message 3 of 4
(3,780 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,776 Views)