LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need help reg labview control *.ctl

What are the uses of creating labview controls i.e. *.ctl and how to do  this?
thanks in advance.
0 Kudos
Message 1 of 4
(4,613 Views)
That is a question for which the answer could fill several pages.

Two main uses:

You can custom existing native LV controls to look differently or, you can create instances of controls that are linked to a 'master', changes to the master are then update on all the other instances. It is an in depth subject that is explained well in the LabVIEW help functions.

Good luck

ssk
Message 2 of 4
(4,601 Views)

The simple answer as ssk pointed out is that it will save you lots of time using a custom control because when you need to modify it, you only need to change the master. 

To create one, simpy select under the Files menu, New, and browse to the bottom to select Custom Control.  See attached image.

FILES>NEW>Custom Control

Message Edited by JoeLabView on 10-03-2007 08:01 AM

0 Kudos
Message 3 of 4
(4,593 Views)
hi,
 
Thanks to ssk and Joe,
Now I got the idea behind this.
 
thanks&regards
0 Kudos
Message 4 of 4
(4,585 Views)