LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating new front panel elements

Hi,

 

is there a way to create my own front panel elements that inherit from existing ones and enhance their functionality. I'm thinking of things like a graph together with a numeric control that takes an array and displays the element defined by the numeric control. And I'd like to be able to define a new frontpanel element that implements this and then just having to pass an array to it for it to work and don't have to implement the selection logic everytime I use it.

 

In short: Can I define new frontpanel elements that inherit from existing ones?

 

Sorry, if this is a basic question.

 

Tobias

0 Kudos
Message 1 of 3
(2,683 Views)

Hi Tobias,

yes it's possible. It's called XControl, there is a shipped example in the example finder.

 

Mike

Message 2 of 3
(2,678 Views)

Yes an Xcontrol will et you develop those yourself but...

 

Your description sounds like an Chart with the

 

Properties >>> Visable Items >>> Numeric values

 

checked.

 

Ben 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 3
(2,662 Views)