04-07-2018 12:41 AM
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.
04-07-2018 06:40 AM
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.
04-07-2018 09:38 AM
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.
04-07-2018 04:37 PM
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.
04-07-2018 07:41 PM
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.
04-08-2018 02:03 AM
@su39 ha scritto:
(...) First of all, this is a LabWindows application(...)
Sorry, it's not:
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.