LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple YAxis Chart with LW/CVI

Is it possible to release in Labwindows a Stripchart with 3 or 4 YAxis??? I'd like to plot 3 or 4 charts with different scales.
Thank you for your help!

Alex
0 Kudos
Message 1 of 9
(4,738 Views)
You can use CWgraph ( an ActiveX from Component Works ) that allow you to use different axis ( one per plot for example ). You can set the position, the colour, the style, the value ( discrete, ...) Very nice product.
Message 2 of 9
(4,737 Views)
I have never used ActiveX. How can I integred an CWgraph in my "uir" or program. Do you know where can I find a sample???

Thank you!

Alex
0 Kudos
Message 3 of 9
(4,737 Views)
I found CW3dGraph.fp but I can't find CWgraph.
Please give me some help or some details about CWgraph.
Thanks!
Alex
0 Kudos
Message 4 of 9
(4,737 Views)
Did you have Components Works ?.
In this case, create a uir and add a control "ActiveX" nammed CWGraph. Double clic on it and you can see a button "Property Sheets" that allows you to create plots, axis,....( of course it's possible programmatically").So, you can configure your control. After that you have to use it by programm. Right click on the graph and select "Generate ActiveXdriver".
0 Kudos
Message 5 of 9
(4,737 Views)
Thank you very much. I get it!!!
Have a nice day!
Alex
0 Kudos
Message 6 of 9
(4,738 Views)
Yes you can. I've just tried it but it seems to works fine.
0 Kudos
Message 7 of 9
(4,737 Views)
Can you send us an example of the code that you develops?


0 Kudos
Message 8 of 9
(4,453 Views)
Here is a uir file that has just the CWGraph component with two Y axis labels.
Adam

National Instruments
Applications Engineer
0 Kudos
Message 9 of 9
(4,405 Views)