This is topic Add library control automation Cue audio QSC DCP 300 in forum Digital Cinema Forum at Film-Tech Forum ARCHIVE.
To visit this topic, use this URL:
https://ft-forum.com/ft/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=16;t=003575
Posted by Nguyen Jack (Member # 7530) on 01-31-2019, 10:54 PM:
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.
Posted by Steve Guttag (Member # 268) on 02-01-2019, 07:01 AM:
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.
Posted by Nguyen Jack (Member # 7530) on 02-10-2019, 09:49 PM:
Hi Steve,
Would you like to get for me a starter XML file (library)
I will try to do for all system.
Thanks.
Posted by Nguyen Jack (Member # 7530) on 03-03-2019, 08:10 PM:
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>
Powered by Infopop Corporation
UBB.classicTM
6.3.1.2