03-27-2006 03:12 PM
03-27-2006 03:17 PM - edited 03-27-2006 03:17 PM
I think what you want to do can be accomplished with shift registers and a Build Array function:
Hope this helps,
-D
Message Edited by Darren on 03-27-200603:17 PM
03-27-2006 03:28 PM
03-27-2006 03:58 PM - edited 03-27-2006 03:58 PM
Message Edited by altenbach on 03-27-200602:01 PM
03-27-2006 04:21 PM
Good call, I just skimmed the original post and didn't realize he was going to be averaging each column at the end. Makes more sense to do the averaging in the loop so he doesn't keep building a huge array.
-D
12-18-2008 09:06 PM
12-18-2008 09:21 PM
Once again. Start a new thread!
Your button layout doesn't make much sense. You have a single "Male" button. If that is not pressed, would the opposite be "Female". But if that's the case, why are "Short" and "Tall" on their own buttons.
What have you done so far? What is your specific programming question? We can't help you write your program.
12-18-2008 09:31 PM - edited 12-18-2008 09:34 PM
12-18-2008 10:13 PM
Like I said, start a new thread rather than hijacking other people's threads.
I don't care whether the button says male or something else. Having a button that says short and another one says tall, looks like they are somehow related and meaningful, but you say it isn't. All you have given is a front panel while asking for help, and you say that is doesn't have to make sense but yet it is an "easy" example of what you want to do.
Please post your VI so we can see what it is you have done so far, then it might be possible to figure out what it is you are really trying to do. The threads you have posted into have already given examples of how to work with arrays in different manners.
12-19-2008 03:19 AM - edited 12-19-2008 03:20 AM
@Trig: Post #2 sounds like it would solve your problem.
Your different buttons can be saved by e.g. using Replace subset to chance the different columns, or build all buttons as a cluster and simply add that.
/Y