You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

[Endpoint Control] URC Accelerator: IR to IP Drivers


Overview

IR control in URC is best accessed by allowing the Accelerate process to build a user interface automatically. In order to do that through the Just Add Power system, standard IR drivers must be converted to IR over IP drivers. This change causes the URC processor to send IR commands through the network connection rather than an IR Output.


Download

IR drivers are examples for a select models. You will need to build a driver for your specific display model if it is not one of the examples.

Download contains Endpoint Control drivers for CEC, RS232, and IR.


Build a Driver

Building an IR over IP driver is necessary if the display or source being controlled does not already have an IR over IP driver built. As Just Add Power learns more about URC, our library of IR over IP drivers will expand. To build a driver yourself, follow these steps:

  1. Open Accelerator, select My Database, and select New Driver
  2. Navigate to the IR driver of the display or source that the driver is for and Select This Device
  3. In the Edit Information tab, choose Edit next to Control Types:
    • Check the box for IP Commands and click OK
  4. In Driver Properties -> Outputs, select Main Functions and click Edit
    • Check the Use box next to IP Type and enter 4998 in the Port blank
  5. Go to the Edit Functions tab and select the IP tab
  6. In Driver Information:
    • Set Data Encryption to ASCII
    • Set Network Method to TCP
    • Set Port to 4998
    • Check the box for Terminate with carriage return
  7. In the Function List, for each Button ID
    • Select the Button ID and click Edit Function
    • Paste the IR Command for the function in the Data blank and click OK. The IR Command must be in Pronto or Global Cache format
  8. Save when all Button IDs are entered

Setup a Driver

Once the driver has been built and added to the local database, the driver must be setup through Accelerator. Follow these instructions:

  1. In Program -> Step 4 Add Other Devices
    • Select Database: My
    • Select Module Type: IP Database
    • Select the Category, Brand, and Model for the driver
    • Select Add Selected Module
  2. In Program -> Step 6 Network Setup
    • Select Non URC Device
    • For each Device driver, enter the IP address of the Receiver/Transmitter that is connected to the IR Dongle. The IP address can be found on the JADConfig Report file generated by JADConfig upon initial configuration.
  3. Log into the webUI of the Just Add Power device
    • Go to the Endpoint Control tab
    • Under Serial Settings, set the Serial Mode to match the model of Flux IR Dongle - v1 or v2
    • Apply, Save, and Reboot the device
  4. Accelerate in Step 10 Edit User Interfaces and Step 12 Macro Editing to generate the interface. Done!
  • 332
  • 28-Nov-2022
  • 3557 Views