01-05-2006 05:39 AM
01-05-2006 05:47 AM
01-05-2006 05:53 AM
Hi,
Should your array of boolean buttons (reset) be empty (greyed).
If you set the array to have the four boolean, then everything is fine.
Regards
Ray Farmer
01-05-2006 05:58 AM
01-05-2006 06:19 AM
01-05-2006 06:53 AM
Yes, your reset buttons were "greyed" because their containg arrays were "not initialized" - the solution there, is either to set some default values and "Make the Current Value Default" and save, or maybe it would be better to use a cluster of booleans and use the "cluster to array" function on the block diagram.
I've tried your example program using LV version 7.0, and I can't see any problems at all - the lower loop's output has exactly the same behaviour as the top loop.
Mark.
01-05-2006 07:24 AM
01-05-2006 07:32 AM
01-05-2006 08:02 AM