Example Code

Creating movable, drag and drop, controls and indicators in LabVIEW.

Code and Documents

Attachment

This example uses the event structure, new in LabVIEW 6.1, to create an object you can drag on the front panel. The front panel has a Boolean indicator that you can drag at run time. Dragging the Boolean indicator over Exit will light up the indicator. Dropping the indicator onto Exit will exit the VI.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors