TP-buttons
Thomas Hayes
Posts: 1,164
Hello all
I was wondering if there is a quick trick to turn the channel off for a range of buttons on a touch panel.ie from button 150 to 159.
I was wondering if there is a quick trick to turn the channel off for a range of buttons on a touch panel.ie from button 150 to 159.
0
Comments
I'm sure you've already thought of this - but . . . that's how I would do it (maybe). Not sure if there is a way to group buttons / channels together. You would think that it *should* be like a DEV array, where you could send a command to all panels such as SEND_COMMAND dv_TP, "'@PPX'". Who knows! I don't think that's the case though.
it could be a solution if the 160 button is not used, and if there no other mutually exclusive order
You could populate this integer array with specific events that are happening so that it's contents always varied if need be.
INTEGER_ARRAY_BUTTONS[] = {159,160,161,162,163,164}
BUTTON_EVENT[dvTP_12INCH,1]
{
PUSH:
{
ON[dvTP_12_5,INTEGER_ARRAY_BUTTONS]
}
}