LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make a componment for CVI??

As subject!
0 Kudos
Message 1 of 4
(3,129 Views)
Could you please explain your quesion more in details?

Mika
0 Kudos
Message 2 of 4
(3,129 Views)
As I knew CVI have many componments just like LED,Binary Switch ,Ring ,String ...
If we want some componments and CVI not have.
How can I make new componments for CVI??
0 Kudos
Message 3 of 4
(3,129 Views)
CVI is a 'closed' system and you cannot add components that integrate as well as the built-in components.

The best you can do is to modify the behaviour of an existing component (in the most general case, a canvas control) using your own initialisation and event handling functions and wrap the whole lot up in a function panel.

NI provide several examples of this approach, you will find them in the toolslib\custctrl sub-folder.

HTH, HAND,
Martin.
--
Martin
Certified CVI Developer
0 Kudos
Message 4 of 4
(3,129 Views)