LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How make for loop with min max value ina Array

Something i do in C in one minute in LabView take me 20 hours this blow my mind.

0 Kudos
Message 31 of 55
(1,858 Views)

@crisdragon wrote:

Something i do in C in one minute in LabView take me 20 hours this blow my mind.


I can do it in LabVIEW in 20 seconds. 😄

 

For some entertainment, see here .... 😄

0 Kudos
Message 32 of 55
(1,854 Views)

So help me xd, only with MAX. I have more exercise - with convert dec to boolean and sort array without using Sort Array 😕

0 Kudos
Message 33 of 55
(1,849 Views)

Sorting is a different problem. Solve the first problem first.

0 Kudos
Message 34 of 55
(1,842 Views)

Only with MAX help me i need to know how this should look. To do MAX i need only one shift register?

0 Kudos
Message 35 of 55
(1,837 Views)

@crisdragon wrote:

To do MAX i need only one shift register?


Yes.

0 Kudos
Message 36 of 55
(1,823 Views)

And i should to use Index Array?

0 Kudos
Message 37 of 55
(1,816 Views)

@crisdragon wrote:

And i should to use Index Array?


Yes

0 Kudos
Message 38 of 55
(1,796 Views)
So one index array, one case, one numeric indicator, something more?
0 Kudos
Message 39 of 55
(1,783 Views)

You don't need any case. use min&max. Also don't forget the shift register. You also need an input array, a FOR loop, a diagram constant to initialize the shift register, and some wires. 😉

Message 40 of 55
(1,769 Views)