LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create an user interface like this?

Greetings all.

I'm using CVI 2015. I'm trying to create a user interface like this,Does anyone know how to create it?

Thanks.

未标题-1.jpg

0 Kudos
Message 1 of 6
(3,036 Views)

The left one seems a simple XY graph in scatter mode, while the right one resembles an intensity graph with a plotXY added.

I suggest you to search for Graph in the Example Finder (Help >> Find Examples... menu function) : Graphs.cws can show you an example of a scatter plot, while intgraph.cws is an example of an intensity graph. From these starting points you can start experimenting to obtain the exact result you want.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 6
(3,007 Views)
 

Thank you for your answer.Maybe I didn't say it clearly,I konw how to draw data on the graph,I Just want konw where can i found this graph control.
Thanks.
1. Outlook.jpg

0 Kudos
Message 3 of 6
(3,002 Views)

Unfortunately what you have in your hands is a LabVIEW application, together with its own graph controls which are a bit different from the CVI ones.

So you must decide whether you want to program a CVI application with its own characteristics which are a bit different from what you have shown us, or if you want to have a LabVIEW application, in which case this is not the correct board where to post this question.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 6
(2,983 Views)

Thank you for your answer. First of all, this is a LabWindows application. Its control style is different from our common native controls. So I went to the forum to ask if anyone had seen similar style controls. Secondly, LabWindows supports Activex plug-in, and it can access other styles of controls. It doesn't necessarily need to use native style controls. I just want to know what controls it is, and then use it in my own program.

Thanks.

0 Kudos
Message 5 of 6
(2,972 Views)

@su39 ha scritto:

(...) First of all, this is a LabWindows application(...)


Sorry, it's not:

LabVIEW graphs.png

What you may be looking is a CVI application that calls a LabVIEW one to show test results, but the screenshot you posted definitely is LabVIEW!

CVI graphs are different from LabVIEW counterpart: in addition to the examples I pointed you to you can look at graphlegend.cws example to understand the characteristics of CVI interactive legend, but if you want that exact UI you must go the LabVIEW way.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 6 of 6
(2,958 Views)