LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple controls in 1 control

Solved!
Go to solution
In the Open G tookits, there is a control of a directional pad. Dropping this one control on the FP actually drops 4 seperate controls - how is this done? I'd like to create a control that drops the error in and error out widgets in one mouse gesture rather than 2
_____________________________
- Cheers, Ed
0 Kudos
Message 1 of 3
(2,475 Views)
Solution
Accepted by topic author yenknip
That's actually just a VI. It resides in the user.lib\_OpenG.lib\3d_dir_buttons\3d_dir_buttons.llb folder. You can do the same by simply creating a VI with your error clusters on it, and place the VI on the palette. You can go farther and put some code in the VI and then place it on the block diagram palette with the "Merge" option set. This way you can drag it onto your block diagram and have a starting code structure. More info can be found in the LabVIEW Help.
Message 2 of 3
(2,469 Views)

I feel silly now for not checking openG.llb

 

 Thanks Smercurio 🙂

_____________________________
- Cheers, Ed
0 Kudos
Message 3 of 3
(2,464 Views)