LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to check the value of selected variable

Hello,

 

Can someone help me out in build a VI to check the value of selected paramter that was assigned in a drop list.

I want to have a droplist(dropdown) menu where each a parameter(variable) in the list should be assinged with some hexadecimal value.All I need is to check the value( in a indicator) of the selected parameter because I want to use this droplist paramters to process a particular a process at the later.

Thank.

0 Kudos
Message 1 of 7
(3,101 Views)

Hi stefan,

 

use a ring and assign correct numbers to your "select parameters". Then just display the selected ring value in your additional indicator!

 

P.S. using your full email address as user (nick)name is rather uncommon, but that's your decision…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(3,097 Views)

I tried as you said but I was able to find the only indicator option to view the value and that is again ring that is not showing the value assigned  to it instaed it shows the parameter name.

Can you please try to correct it.

 

0 Kudos
Message 3 of 7
(3,078 Views)

Hi stefan,

 

use a simple numeric indicator and set it to hex display mode:

value_check.png

As easy as it is…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(3,026 Views)

Alternatively, you could show the digital display.

 

2014-06-19 07_23_32-value_check[1].vi Front Panel _.png

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 5 of 7
(3,018 Views)

Hi,

Can someone help me out to divide a Hexadecimal number say"ABCD" and display 

1) each value of hexadecimal number like 'A','B','C','D' in separate indicators and

2)each value of hexadecimal number like 'A','B','C','D' into their respective decimal number and to show in separate indicators.

 

Thanks.

0 Kudos
Message 6 of 7
(2,971 Views)

@PatanGova wrote:

Hi,

Can someone help me out to divide a Hexadecimal number say"ABCD" and display 

1) each value of hexadecimal number like 'A','B','C','D' in separate indicators and

2)each value of hexadecimal number like 'A','B','C','D' into their respective decimal number and to show in separate indicators.

 

Thanks.


That has absolutely nothing to do this thread.  Start a new thread.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 7 of 7
(2,956 Views)