LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

force vs speed xy graph

I have made a program in labview 6.0. It is a simple program to test whether the word force appears on the y axis and the word speed on the x axis. Similarly if I choose force vs distance, the word force should appear on the y axis and the word distance on the x axis. The program in labview 6.0 is attached.
0 Kudos
Message 1 of 10
(3,325 Views)
You have to write to the XScale.NameLbl.Text and YScale.NameLbl.Text properties to change them dynamically.
Message 2 of 10
(3,319 Views)
Thanks. I got the idea. Are you suggesting that I use the property node? If so how?
0 Kudos
Message 3 of 10
(3,311 Views)
That's exactly what I'm suggesting and they way you use it is in the picture I posted.Smiley Wink In each case, wire a different value to the property node.
Message 4 of 10
(3,309 Views)
I have revised the labview. It is attached. However as you see, I still have problems. Can help?
0 Kudos
Message 5 of 10
(3,299 Views)
i have improved further. However I am still in a jam. The vi is attached. Hope can help.
0 Kudos
Message 6 of 10
(3,293 Views)
You didn't create the correct property node. You need a property for the graph. Right click on the graph and select "Create>Property Node". When you do that, right click again and select Properties and browse to the properties I mentioned. Right click again and select Change to Write.
Message 7 of 10
(3,287 Views)
I am almost there but yet not there  because of the broken line. The labview program in 6.0 is attached.
0 Kudos
Message 8 of 10
(3,279 Views)

Hi,

Dennis has mentioned about the property x scale nameLbl.text

You had selected the Name label referenance property node.

Regards

Dev

 

 

0 Kudos
Message 9 of 10
(3,271 Views)
And you also didn't change the property to write.
Message 10 of 10
(3,264 Views)