Film-Tech Cinema Systems
Film-Tech Forum ARCHIVE


  
my profile | my password | search | faq & rules | forum home
  next oldest topic   next newest topic
» Film-Tech Forum ARCHIVE   » Operations   » Digital Cinema Forum   » Add library control automation Cue audio QSC DCP 300

   
Author Topic: Add library control automation Cue audio QSC DCP 300
Nguyen Jack
Film Handler

Posts: 93
From: Singapore
Registered: Mar 2013


 - posted 01-31-2019 10:54 PM      Profile for Nguyen Jack   Email Nguyen Jack   Send New Private Message       Edit/Delete Post 
Hi all,

I have install 5 system Barco with ICMP server.
I can't add the library control Audio for QSC.
Everyone can't help me to install cue for control it.
Thanks all.

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 02-01-2019 07:01 AM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
I don't think Barco has a pre-configured file for the DCP300 but you can create your own device and put in whatever commands you want.

It will be slow going at first.

The DCP300 operates on port 4446

It doesn't use opening or closing characters (doesn't need a CR or LF).

The Presets are called via "dcp300preset=<preset number>"
Mute is "dcp300mute=1" for On, "=0" for off.
Fader levels are "dcp300fader=<fader level>"

Put the fader level as it would read out without the "dB" part so a -20dB would be "dcp300fader=-20"

For -3.3dB it would be "dcp300fader=-3.3"

Leading zeros are omitted so

For 0.0dB it would be "dcp300fader=0"

I checked and I have not done a DCP series on the ICMP or I'd get you a starter XML file (library) but once you create one, you can then use that as a clone for your other three system.

 |  IP: Logged

Nguyen Jack
Film Handler

Posts: 93
From: Singapore
Registered: Mar 2013


 - posted 02-10-2019 09:49 PM      Profile for Nguyen Jack   Email Nguyen Jack   Send New Private Message       Edit/Delete Post 
Hi Steve,

Would you like to get for me a starter XML file (library)
I will try to do for all system.
Thanks.

 |  IP: Logged

Nguyen Jack
Film Handler

Posts: 93
From: Singapore
Registered: Mar 2013


 - posted 03-03-2019 08:10 PM      Profile for Nguyen Jack   Email Nguyen Jack   Send New Private Message       Edit/Delete Post 
Share Lib automation cue ICMP with QSC DCP:

  • <?xml version='1.0'?>
    <SmsSettings version="1.1">
    <Automation>
    <Events>
    <Event Source="USER_CUE" Name="Button 1">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=1"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 2">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=2"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 3">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=3"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 4">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=4"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 5">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=4"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 6">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=5"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Button 7">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300preset=7"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -18">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-18.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -17">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-17.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -16">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-16.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -15">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-15.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -14">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-14.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -13">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-13.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -12">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-12.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -11">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-11.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -10">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-10.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -9">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-9.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -8">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-8.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -7">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-7.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -6">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-6.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -5">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-5.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -4">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-4.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Vol -3">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300fader=-3.0"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Mute">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300mute=1"/>
    </Action>
    </Event>
    <Event Source="USER_CUE" Name="Unmute">
    <Action Target="DCP300" DelayInMilliseconds="0" Name="Send Text">
    <Parameter Name="Text" Value="dcp300mute=0"/>
    </Action>
    </Event>
    </Events>
    <Groups>
    <Group CanBeTriggeredManually="true" CanBeInsertedInSpl="true" Icon="1" Name="DCP300" SplBehavior="">
    <Cue Icon="circleBlack" Name="Button 0"/>
    <Cue Icon="circleBlack" Name="Button 1"/>
    <Cue Icon="circleBlack" Name="Button 2"/>
    <Cue Icon="circleBlack" Name="Button 3"/>
    <Cue Icon="circleBlack" Name="Button 4"/>
    <Cue Icon="circleBlack" Name="Button 5"/>
    <Cue Icon="circleBlack" Name="Button 6"/>
    <Cue Icon="circleBlack" Name="Button 7"/>
    <Cue Icon="file" Name="Vol -18"/>
    <Cue Icon="file" Name="Vol -17"/>
    <Cue Icon="file" Name="Vol -16"/>
    <Cue Icon="file" Name="Vol -15"/>
    <Cue Icon="file" Name="Vol -14"/>
    <Cue Icon="file" Name="Vol -13"/>
    <Cue Icon="file" Name="Vol -12"/>
    <Cue Icon="file" Name="Vol -11"/>
    <Cue Icon="file" Name="Vol -10"/>
    <Cue Icon="file" Name="Vol -9"/>
    <Cue Icon="file" Name="Vol -8"/>
    <Cue Icon="file" Name="Vol -7"/>
    <Cue Icon="file" Name="Vol -6"/>
    <Cue Icon="file" Name="Vol -5"/>
    <Cue Icon="file" Name="Vol -4"/>
    <Cue Icon="file" Name="Vol -3"/>
    <Cue Icon="sound2Off" Name="Mute"/>
    <Cue Icon="sound" Name="Unmute"/>
    </Group>
    </Groups>
    <Devices>
    <Device Type="TCP" Name="DCP300" IsEnabled="true">
    <DeviceSettings Hostname="xxx.xxx.xxx.xxx" Port="4446"/>
    </Device>
    </Devices>
    </Automation>
    </SmsSettings>

 |  IP: Logged



All times are Central (GMT -6:00)  
   Close Topic    Move Topic    Delete Topic    next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:



Powered by Infopop Corporation
UBB.classicTM 6.3.1.2

The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion and agrees to release the authors from any and all liability.

© 1999-2020 Film-Tech Cinema Systems, LLC. All rights reserved.