09-07-2005 02:29 PM
09-07-2005 02:43 PM - edited 09-07-2005 02:43 PM
Jerry,
Your right you cant connect an array of number to the comparision vi's because they need a single number. What you need to do is index the array with the Index Array vi. This will let you pick out a single number from your array of numbers. If you connect the loop iteration (i) to the Index Array vi it will index through your whole array but just make sure you setup conditions to make sure your while loop will always stop.
Brian
See attachment
Message Edited by BrianPack on 09-07-2005 02:48 PM
09-07-2005 03:06 PM
09-07-2005 03:33 PM
09-07-2005 03:43 PM
09-07-2005 03:54 PM
@qiora wrote:
I cant link the array directly to the "less than or equal to 0" icon because it requires a single double.
@qiora wrote:
I would like to control the execution of the while loop based on one of the numeric values in that array (like I would stop the while loop if the numeric value in the array is less than or equal to 0).
09-07-2005 04:32 PM