Get_last & 2-D arrays
Andrew G Welker
Posts: 124
How does get_last work for 2-D arrays, or does it?
I want to give my user control over an Extron 8 x 4 matrix switcher. Right now, I've got a touchpanel page configured to look like the matrix control page from Extron's web control, ie what you would see if you connected to the switcher using Internet Explorer. My idea was to use a 2d devchan array and just send the switcher the indexes using the duet module. However, my dilemma is how to get the correct index out. Any ideas?
I want to give my user control over an Extron 8 x 4 matrix switcher. Right now, I've got a touchpanel page configured to look like the matrix control page from Extron's web control, ie what you would see if you connected to the switcher using Internet Explorer. My idea was to use a 2d devchan array and just send the switcher the indexes using the duet module. However, my dilemma is how to get the correct index out. Any ideas?
0
Comments
If that doesn't make any sense, I'll post the code I used and see if that helps.