From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property Node with Array As Input

Solved!
Go to solution

Hi,

 

I have an array, and I would like to get the unique values. Then I would like to place the unique values as input

to my numeric control. From the diagram below, the user would able to choose the following numbers:

1,2,3,5,7; since thess are the unique values

 

In a nutshell is it possible to place irregularly spaced numbers into a numeric control.

 

 

 

22469i8DC8C22AAB42EF26

 

If the above is not possible, can one pass the unique values to a menu ring instead

0 Kudos
Message 1 of 3
(2,566 Views)
Solution
Accepted by topic author ade77

A numeric control only accepts a single value. You cannot have it hold multiple values.

 


If the above is not possible, can one pass the unique values to a menu ring instead

You could set the Strings[] property of the menu ring to your list of values:

 

Message 2 of 3
(2,562 Views)

Instead of passing the unique values to a numeric control, which you can't do, you can pass them to an ARRAY of numerics.

 

22479i783EDCA8989DFF9E

- tbob

Inventor of the WORM Global
Message 3 of 3
(2,541 Views)