LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

customized control

Hello Everyone,

 

I am wondering if it is possible to create in CVI the customized control, similar to the xcontrol in Labview (.CTL).

Also, is it possible to use the xcontrol created by labview in the CVI application ?

 

Many thanks

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

Does anybody know about this issue ?

 

Many thanks

0 Kudos
Message 2 of 6
(3,842 Views)

sorry, so far it is hardly to create Xcontrol in CVI.

 

But in CVI, it should be easy to create a interface using programming.

 

What kind of controls you would like to create?

 

 

 

Regards,
Yang Liu
Applications Engineer
National Instruments

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

There are so many options available in labwindows CVI I am not sure what you need that it doesn't have, there is most likely something available that will fit your needs, also you are able to add programming behind anything making it an extremely customizable tool. What specifically are you trying to do and maybe we can get it to work with existing functions.

 

Thanks,

Douglas Sappet
Test Hardware Development Engineer
Allegro Microsystems Inc.
Manchester, NH
0 Kudos
Message 4 of 6
(3,828 Views)

Hello Dauglas,

 

Thank you very much for your reply. Actually we are thinking of customizing several controls. One of them is the ring gauge, which is used usually as a vehicle speed indicator. We need some client requested features on that.

 

I looked for a while but I did not find an option to customize this control. Of course it is possible also to make a Active-X control from ground-up. But I am wondering if there is something from NI to make the job easier.

 

QU Chen

0 Kudos
Message 5 of 6
(3,824 Views)
Well if you need to make a completely original control than you are stuck making something external and linking it. You can make an activeX as you mentioned or you could create something in C++ or C# and link it as a dll. Perhaps you are unable to give out details because of confidentiality but what type of function do you want the gauge to do? You can look into the SetCtrlAttribute function which will allow you to change the look (colors, text, values, size) etc.. throughout execution of  your program, also if it is the value that needs to be special than you can have it update based off of c code which could contain any formula etc.. Give more details if you can if not I'm afraid you might be stuck using an external feature.
Douglas Sappet
Test Hardware Development Engineer
Allegro Microsystems Inc.
Manchester, NH
0 Kudos
Message 6 of 6
(3,819 Views)