06-30-2011 07:51 AM
Hi
I need to make an array with colours using a touch screen. There are two arrays, the first has the option of nine number to input, each linked to a colour. The colour then appears to the appropriate box with reference to the number placed in the first array. These are a 2D arrays obviously. There are 9 colours giving different catagories. Each number will give a different colour and will assign the arrays such as the pictures provided. If there are just colours that can be placed straight into the second array, this is also an option. All tasks must be done using push buttons, for it's a touch screen and must be user friendly.
Thanks so much
James
06-30-2011 07:57 AM
I've also attached my vi that i have been working on, so you may see if there errors. Any tips would be of great help. Thanks
06-30-2011 08:02 AM
Take a look at this discussion. I believe that it is what you are doing.
06-30-2011 08:08 AM
Thanks so much! helps a lot. Was just hoping not to have to scroll through all the colours every time but i'll try adjust the vi so it can do that.
06-30-2011 08:57 AM
06-30-2011 10:16 AM
Here is a different way using color box arrays to do what you want.
07-06-2011 07:58 AM
Thanks so much! We got it but only with your help.