01-15-2010 02:12 PM
I have copied Fig 4-11 from the labView core 1 manual and attached it. The text states it will stop when enabled and the value exceeds 10. It stops on numbers greater and less than 10.
Also if I run it with the switch disabled the iterations indicated are not integer. Why is that? I thought the while looper counter would always be integer.
thanx,
jh
Solved! Go to Solution.
01-15-2010 02:18 PM - edited 01-15-2010 02:20 PM
Switch enabled: only chance of stopping is when the random value is exactly, and I mean exactly equal to 1. If I remember correctly, this is not possible 0 <= rand < 1.
The iterations are integer values, if you expand your indicator you will find the exponent since the display is in scientific notation.
01-15-2010 03:40 PM