08-28-2016 03:33 PM
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.
Possible reason(s): LabVIEW: Invalid property value.
Solved! Go to Solution.
08-28-2016 03:49 PM
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
08-28-2016 04:16 PM
Thank you. But what did you do to index the scales?
08-28-2016 04:22 PM
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.