04-15-2008 01:40 PM
04-15-2008 01:51 PM
04-15-2008 02:57 PM - edited 04-15-2008 02:58 PM
You forgot to mention that the indicator "Index" is a double... Why a double? Everything else is an integer.. 😉
I forgot to mention that it was cohersed to a double.. (nice red cohersion dot)..
Got to put my right eye patch.. I have to fix my avatar.. 😉
04-15-2008 03:04 PM - edited 04-15-2008 03:05 PM
Indeed. When I created the alternative I quickly slapped it together and just did a drag-and-drop of the indicator from the poster's original VI.
@JoeLabView wrote:
You forgot to mention that the indicator "Index" is a double... Why a double? Everything else is an integer.. 😉
04-19-2008 11:33 PM - edited 04-19-2008 11:34 PM
04-21-2008 07:13 AM
Altenbach,
I have a coin that I can flip.. 😉
04-21-2008 08:02 AM
04-21-2008 08:41 AM
"Hrrmmmmm! What are the chances that the property node gets read after the boolean receive the new value??? ~0%??"
After too many years of whatching the code in execution high-lighting I have to say "0%".
The code scheduler appears to resolve all values that do NOT have any dependencies on previous code FIRST. THEN it does everything else.
Ben
04-21-2008 10:20 AM
If it's really 0%, then it's not a race condition, is it?
That makes it a "clever" way to avoid a sequence structure.
04-21-2008 10:39 AM
Anthony de Vries wrote:
If it's really 0%, then it's not a race condition, is it?
That makes it a "clever" way to avoid a sequence structure.