Creating Custom Control or Indicator in LabVIEW

Updated Aug 22, 2023

Reported In

Software

  • LabVIEW

Issue Details

I want to design a custom control which can be toggled between control and indicator in runtime. How can I do this?

Solution

LabVIEW enables developers to create user-defined controls from existing LabVIEW controls. These custom controls are called XControls. With this feature, you can combine the basic functionality of LabVIEW controls with additional functionality you develop.