Hi, I think I have a fairly straightforward problem, I'm just not very comfortable with arrays yet.
So for a project at work we need to turn relays on and off in various order. We have a truth table of the combinations (1 for on 0 for off). I was thinking of having a table on the front panel (4 columns 9 rows) and then have labview parse the array and send it through the select case. At first I was trying to resize the array and then decimate it. However after playing around with all the different functions for a while I really got no where. I'd like to be able to parse each row (and get the four separate 0 or 1) from the table and send each one into a separate select case to turn the motor on or off.
Is there an easy way to do this? If i'm going about this wrong any suggestions? Thanks.