LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to count double sum in labview

Solved!
Go to solution

@Moony wrote:

Hi all. I did some changes and attach my version of solution, but it have errors, because I get array of sum in the same values.


On a side-note, you should never wire the N of FOR loops if you are autoindexing over arrays. If you don't wire N, LabVIEW will loop over all elements of the input array, and thus automatically adjust for the correct number of iterations. Delete these blue diagram constants!

Message 21 of 27
(1,577 Views)

Thanks altenbach. Your advices are very important and useful, because I'm beginner in Labview.

 

Thanks sooooooo much. 

0 Kudos
Message 22 of 27
(1,573 Views)

A little question: How to write in labview 10^(-23)???

 

Thanks in advance. 

0 Kudos
Message 23 of 27
(1,569 Views)

Hi Moony,

 

10^-23 is usually written as 10e-23 - as is done also in common textual programming languages...

check.png

Or more RubeGoldbergish:

check2.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 24 of 27
(1,567 Views)

Thanks so much for reply, GerdW.

 

P.S. I'll give you Kudo with great pleasure, but I don't know how 🙂 Give the way 🙂 

0 Kudos
Message 25 of 27
(1,561 Views)

Hi Moony,

 

to give Kudos you simply click the yellow star button next to the Kudos counter.

But AFAIK there was a limit: you have to have a minimum number of posts in the forum to be allowed to give Kudos!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 26 of 27
(1,557 Views)

OK, THANKS.

0 Kudos
Message 27 of 27
(1,552 Views)