This document was generated from CDN thread Created by: Jeff Nicoll on 23-11-2009 09:22:26 PM In the past I have seen integrators create a page for the touch panel that is a replica of the Tandberg remote. I was asked if you have this or plan to code for this for the C series.Thanks,JeffSubject: RE: Tandberg remote control emulation via Crestron/AMX Replied by: David Bruun-Lie on 24-11-2009 12:46:22 PMHi Jeff,This is already included in the available modules - except that we haven't included GUI samples that look like the remote controls.Actually we discourage the usage of the key commands as there are direct commands for everything on the codec that one should use instead. Using key commands to navigate the menu system on the codecs for control is poor integration and will require the user to have to look at two screens for control.Doing any sequence programming using a series of key commands to trigger functions from the menu on the codec, like "key up, key up, key right, key ok" is a disaster waiting to happen. Unfortunately we have heard of too many doing this... and then we get the blame for having broken integrations when we add a new item to the menu! The menu is not an API :-)Regards,DavidSubject: RE: Tandberg remote control emulation via Crestron/AMX Replied by: Christophe Vansteelandt on 18-02-2010 11:48:30 AMHi,I agree with your statement, but I have a customer who has an exact copy of the remote control on his Crestron.(with a MXP 6000). There are no sequential commands programmed like (key up, key up, ...).One question about this:How do you emulate pressing ‘#’ for one second, to toggle abc/123 when you enter a number to call?This is possible with the remote control by pressing # for 1 second, but what command can you send to do this through RS-232 or TCP/IP ?ThanksChristopheSubject: RE: Tandberg remote control emulation via Crestron/AMX Replied by: David Bruun-Lie on 22-02-2010 10:42:58 AMChristophe Vansteelandt:
One question about this:
How do you emulate pressing ‘#’ for one second, to toggle abc/123 when you enter a number to call?
This is possible with the remote control by pressing # for 1 second, but what command can you send to do this through RS-232 or TCP/IP ?
Well, if you absolutely have to:1xcommand Key Press Key: Square
Then after a second:1xcommand Key release Key: Square
Regards,DavidSubject: Thread Splitted Replied by: David Bruun-Lie on 01-12-2010 12:48:38 PMOff topic from the original thread