DMX Core 100
  • Main
    • Features
    • Applications
    • FAQ
    • Specifications
    • Warranty
  • Getting Started
    • Installation
    • Home Screen
    • Main Menu
  • Lighting
    • Passthrough
  • Configuration
    • Admin Mode
    • Settings
    • Output Config
  • Cues
  • Basics
    • Navigation
    • Numeric Input
    • Text Edit
    • Blackout and Stop
  • Patterns
  • Presets
  • Recording
  • Schedules
  • Utilities
  • External Control
  • Integrations
    • OSC ‐ Open Sound Control
  • Screenshots
    • Presets
      • Configuration
    • Cues
      • Configuration/Recording
    • Light Fixtures
      • Configuration
    • Custom Menu
    • External Control
    • Admin Features
    • Q-Sys Remote Control
  • Troubleshooting
    • Re-flash instructions
  • Customizations
    • Menu Background
    • Main/Home screen logo
  • Release Notes
  • Demo Software (on Win PC)
Powered by GitBook
On this page
  • General
  • Configuration
  • Next Steps

External Control

Control QSC Q-Sys and Symetrix DSP Cores

PreviousUtilitiesNextIntegrations

Last updated 1 year ago

General

The DMX Core 100 can act as a remote or GUI for two popular DSP cores, the Q-SYS system from QSC, and the Symetrix line of cores. This allows an integrator to use the DMX Core 100 as an inexpensive UI to control the full building automation. It's also possible to allows the DSP (used here to mean the DSP core from QSC or Symetrix) to control the lighting features of the DMX Core 100, like selecting presets and triggering cue playback. Both QSC and Symetrix offer the same features so this document will cover both types of integrations.

Configuration

As an admin, go to the System Settings on the DMX Core 100, under the Plugins header you'll find the setting called QSC Q-SYS DSP Address and the Symetrix Address, this is where you enter the IP of your DSP Core.

Once saved you'll have a new option under the Utilities menu called QSC Q-SYS Remote and Symetrix Remote respectively.

{
  "Pages": [
    {
      "Code": "PAGE1",
      "Title": "Q-Sys Sample page",
      "Sections": [
        {
          "Title": "Power",
          "Controls": [
            {
              "ControlType": "BUTTON",
              "Name": "ON",
              "Description": "Power On",
              "ControlId": "AudioPower",
              "SelectorValue": 0,
              "Icon": "start"
            },
            {
              "ControlType": "BUTTON",
              "Name": "OFF",
              "Description": "Power Off",
              "ControlId": "AudioPower",
              "SelectorValue": 1,
              "Confirm": true
            }
          ]
        },
        {
          "Title": "Input",
          "Controls": [
            {
              "ControlType": "BUTTON",
              "Name": "Cable TV",
              "Description": "Cable TV Receiver",
              "ControlId": "DMXCORE1_Input1",
              "Icon": "input"
            },
            {
              "ControlType": "BUTTON",
              "Name": "Apple TV",
              "Description": "Apple TV",
              "ControlId": "DMXCORE1_Input2"
            },
            {
              "ControlType": "BUTTON",
              "Name": "BluRay",
              "Description": "BluRay Player",
              "ControlId": "DMXCORE1_Input3"
            },
            {
              "ControlType": "BUTTON",
              "Name": "Input 4",
              "Description": "Xbox",
              "ControlId": "DMXCORE1_Input4"
            }
          ]
        },
        {
          "Title": "Volume",
          "Controls": [
            {
              "ControlType": "LEVEL",
              "Name": "Volume",
              "ControlId": "DMXCORE1_Level"
            }
          ]
        }
      ]
    }
  ]
}

Next Steps

From here you can set up the custom menu to only display the external control remote when in lock-down mode.

Now open the web ui of the DMX Core 100 by opening a browser and enter the IP of the device (supports both HTTP and HTTPS, we recommend HTTPS but you have to accept the self-signed certificate). You can find the IP in the About screen, or by holding down the clock for a few seconds. Login with your admin pin and under PLUGINS you'll see Q-SYS and Symetrix. Select the type of system you have, and this is where you'll configure what buttons should display on the screen. You also have to select which of the two systems you want to use under Settings. You'll find samples at our , but here's also a sample to get you started:

Click Save and you should immediately see the changes on the touch screen. Connect the buttons/slider using named control ids on your DSP in Q-Sys Designer/Composer. Connectivity to the DSP is indicated by this icon in the status bar . Red means it's disconnected, white means connected.

public Github repository