LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I raed and write into an array simultaniously?

Solved!
Go to solution

altenbach

 

All the peak values will be negative. I am rounding them off so that they can be used in generating index of an array.  

Vipin
0 Kudos
Message 21 of 23
(627 Views)
  • If all values are negative, just mutiply by -60 and eliminate the "absolute value" function.
  • The histogram is all integers, so make it blue (e.g. I32), no orange (DBL).
Message 22 of 23
(618 Views)

 altenbach 

 Finally, Your suggestion of using a globally initialized node and using int32 in place of double worked out for me. Smiley Very Happy Thanx a lot.

I hope, I will also get to learn in future form You.     

Vipin
0 Kudos
Message 23 of 23
(605 Views)