LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create and save a new control?

Becaus I need it often, I arranged a couple of buttons to create a new control.
I saved it as a .ctl file, but when I want to use it LabView says it isn´t a control.
Whats wrong? I couldn´t find a proper hint.

ALEX
0 Kudos
Message 1 of 2
(3,109 Views)
The problem that you file *.ctl can include only one control, so you have 2 options:
1) Create ctl file for each control
2) Put all controls to cluster and save as ctl file.
When you will insert this cluster to your vi, get out one of buttons and remove cluster.
0 Kudos
Message 2 of 2
(3,109 Views)