03-08-2006 09:50 AM
03-08-2006 10:06 AM
I don't know of any properties for reversing the order of displayed items in a 2-d array control. You are right in saying that you would have to programatically reverse the data in each row before displaying it in your 2d array indicator.
Possibly a better option to use on your front panel over a 2d array would be the Digital Table control. It displays binary data with the LSB on the right and the MSB on the left. You can still keep your data under the hood as a 2d array of booleans, just use the "Boolean Array to Digital" VI in the waveform palette to convert your 2d boolean array to a digital waveform for display on the table.
03-08-2006 11:14 AM
03-08-2006 11:32 AM
Don't give up so easily.

I've included a picture of what I think you are trying to accomplish with mixing 8 and 16 bit words. If I understand correctly, then you could do what you want with and array of clusters containing and array of booleans. Doing this will require some processing of the data, but it gets you the user interface you want.
03-08-2006 01:51 PM
03-08-2006 02:25 PM - edited 03-08-2006 02:25 PM
Message Edited by JaredW on 03-08-2006 02:28 PM
03-08-2006 04:10 PM