06-02-2011 04:41 PM - edited 06-02-2011 04:42 PM
@altenbach wrote:
@Jeff Bohrer wrote:
The while loop can be removed to speed it up even more (no optomizer to remove it from the compiled code in 8.2)
I already uploaded a corrected version. (Forgot about the in place element structure missing from 8.2)
Didn't the array primatives have native inplaceness back that far? I forget when it was introduced.
06-02-2011 04:44 PM
Yes, they both operate in place. the "in place element structure" is just nicer here because it avoids the extra "index array".
06-03-2011 08:15 AM
Hey thank you both so much! The help is much appreciated, and I apologize for my "noobness". I've only been doing labview for 2 months =]
06-03-2011 08:55 AM
Glad to help- I once was new at LabVIEW myself. there's no need to appologize
06-03-2011 08:57 AM - edited 06-03-2011 09:00 AM
I've been doing some troubleshooting of the program, and it seems that when the light intensity is increased to near saturation values, the histogram does not output, then when the average light intensity is about 30,000, the histogram outputs again. (The attachment contains data with higher saturation values)
06-03-2011 09:37 AM - edited 06-03-2011 09:45 AM
add a "To I32" before the "+1" for the "initialize array" leading to the shift register. That'll do it. 😄
06-03-2011 09:48 AM
Yea I figured that out like 10 minutes after I posted that. haha. I realized 2^16 = 65536. *face palms*