08-05-2015 01:30 AM
Hi All,
I am trying to make a multiple scale in Y-axis with the single x-axis in XY graph or waveform graph. I am tring to do this programetically but I am getting the error message"LabVIEW: Invalid property value." . I have attached the VI for your reference .
Please help me to plot multiple scale in Y-axis.
Thanks
Solved! Go to Solution.
08-05-2015 01:35 AM
Sorry, Forgot to attached the VI.
Thanks
08-05-2015 02:57 AM
Hi,
Add the total Y scales you need in XY graph.
Then you can hide or make it visible using XY graph Y Scale property node.
First you need to se the 'Active Y Scale' property ,then set any Scale property.
You cant programmatically add Y scales ,you need to add Manually and programmatically you can do anything on Y scales with above instructions
08-05-2015 03:32 AM
Hi Dskp,
I am not able to find the Y scales setting in XY graph properties. Could you please tell me how to add total Y scales in XY graph?
08-05-2015 04:15 AM
Hi,
You need right click on Y scale and select duplicate scale option to add new scale.
Attached a sample VI having XY graph with 3 Scales.
The program will tell you ,the Scale visible /Invisible function using Active Y scale Property.
08-05-2015 04:16 AM
Thank you very much for support