Metreau keypads along with TPs
Pep_SD
Posts: 106
I am looking for guidance on how to implement Metreau keypads (13 btns) when you have TPs and duet modules...
Each keypad must be able to control various sources (AM/FM/XM tuner, 4 Satellite boxes, DVD changer etc.)
Some room will have 2 keypads (when there is a TV in the room), others will have only one keypad (Audio only) for a total number of keypads = 27.
Do you create a UI module for the keypads and defining only buttons for the keypads?
For devices like DVD player, do you try to keep all controls for it on the same keypad instead of having Play/pause on one Kpd and then Next, Prev etc on the 2nd Kpd?
Thanks for sharing your experience on this.
Each keypad must be able to control various sources (AM/FM/XM tuner, 4 Satellite boxes, DVD changer etc.)
Some room will have 2 keypads (when there is a TV in the room), others will have only one keypad (Audio only) for a total number of keypads = 27.
Do you create a UI module for the keypads and defining only buttons for the keypads?
For devices like DVD player, do you try to keep all controls for it on the same keypad instead of having Play/pause on one Kpd and then Next, Prev etc on the 2nd Kpd?
Thanks for sharing your experience on this.
0
Comments
You could also just create two sets of button arrays and tie them to the same button_event.
primitive example:
You could also create another dev array with both keypads and TPs and simplify it even more. Just a thought. There's lots of ways to get this gig done.
One more time, thank you for your valuable inputs - definitely bringing different perspective to think about!