In order for a control system to send serial commands to a Just Add Power device for endpoint control, these things must be correct (ordered from most common resolution to least common resolution): * Static Route enabled * Just Add Power null modem jumper in correct position * Code for the endpoint device is corr…
* Overview * Requirements * Setup RS232 * Setup IR * Setup CEC CEC Programming with Samsung Displays Overview Control4 systems can use Just Add Power Transmitters and Receivers as an extension cord to manage sources and displays through CEC, IR, or RS232. Control is done on an individual device basis, so…
All codes sent are in ASCII format followed by a Carriage Return (\r) . Command Code (ASCII) Power On !1PWR01\r Power Off !1PWR00\r Master Volume Up !1MVLUP\r Master Volume Down !1MVLDOWN\r Audio Mute On !1AMT01\r Audio Mute Off !1AMT00\r OSD Home !1OSDHOME\r OSD Menu !1OSDMENU\r OSD …
* Overview * Type 1 (Dumb Redirection) * Type 2 (Guest Mode) * Type 3 (CLI Access) Overview Just Add Power supports 3 Types of serial management of endpoint devices: * Type 1: Commands enter the system via the RS232 port on a Transmitter. Commands are passed to all Receivers watching that Transmitter. The Rece…
Docklight Scripting is a program that allows the user to build a string of ASCII or HEX characters, and then send those commands to a specific IP address and port number (TCP Socket), and is a useful tool when troubleshooting a variety of advanced features in the Just Add Power 2G and 3G platforms external to the con…
* Overview * Set Static Route on the Router * Set Default Gateway on the Control Processor * Set Local Route on a PC Overview After a Just Add Power system has been configured with AMP or JADConfig, a Static Route must be created before the control system will work. There are 3 common ways to give the Data Net…
* Overview * TV Codes * Projector Codes * Download Docklight Profiles Overview There are two sets of codes in this article. Please ensure you are using the correct set of codes for the type of display you have. * TV Codes * Projector Codes TV Codes All codes sent are in HEX format. (Sending the below com…
All codes sent are in HEX format. (Sending the below commands as ASCII characters will not work, codes must be sent as HEX) Command Code (HEX) Control System Representation Enable Standby (Must be sent while TV is on to enable RS232 control) 8C 00 01 02 01 90 \x8C\x00\x01\x02\x01\x90 Power On …
LG codes sent are in ASCII format followed by a Carriage Return (\r) Command Code (ASCII) Power On ka 01 01\r Power Off ka 01 00\r Volume Up mc 01 02\r Volume Down mc 01 03\r Mute ke 01 00\r Unmute ke 01 01\r Info (Display) mc 01 aa\r Menu mc 01 43\r Up mc 01 40\r Down mc 01 41\r …
All codes sent are in HEX format. (Sending the below commands as ASCII characters will not work, codes must be sent as HEX) Command Code (HEX) Control System Representation Power On 08 22 00 00 00 02 D4 \x08\x22\x00\x00\x00\x02\xD4 Power Off 08 22 00 00 00 01 D5 \x08\x22\x00\x00\x00\x01\xD5 Volu…