LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to find maximum and minimum number of 14 constants

I have total 14 numeric constans in my code. which are of global variable.

 

Now i want find max and minimum , out of these numbers. so how can i do it.

 

I saw array which can find max and mini but how to copy these 14 constants to array?.

 

Regards

Punith

0 Kudos
Message 1 of 4
(3,009 Views)

Build those 14 elements to Array (by using build array) and pass it to Max or Min array.

 

 

 

 

 

Munna
Message 2 of 4
(2,988 Views)

Thank for your reply, able to solve now.

 

Regards

Punith

0 Kudos
Message 3 of 4
(2,984 Views)

@punee wrote:

Thank for your reply


Thanks are given with kudos and marking solutions.

 

https://decibel.ni.com/content/docs/DOC-40451

0 Kudos
Message 4 of 4
(2,934 Views)