LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify FP object is control or Indicator in runtime?

Solved!
Go to solution

Hi all

 

Is there any way to know programmatically that front panel object is control or indicator?

 

ALso what are the ways to convert the indicator text changing on runtime into the different languages.

0 Kudos
Message 1 of 2
(2,305 Views)
Solution
Accepted by topic author LV_user1

@LV Coder wrote:

Hi all

 

Is there any way to know programmatically that front panel object is control or indicator?

 

ALso what are the ways to convert the indicator text changing on runtime into the different languages.



Hi

 

Use the property node of the front panel object to know if it is an indicator or control. Set the property to 'Indicator' in order to get your info. Use the Context help for this property for more details.

 

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 2 of 2
(2,304 Views)