This is topic Christie Projector On/Off 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=003874
Posted by Annli Com (Member # 8266) on 12-10-2019, 12:56 AM:
Any option to on/off Christie cp4230 projector from Doremi Dcp2000 Server via Automation cues commands.
Regards
ShibuPaul.
Posted by Marcel Birgelen (Member # 6801) on 12-10-2019, 01:48 AM:
If the DCP2000 doesn't support those commands out of the box, you can still send a TCP or Serial command. Have you tried the standard Christie Serial API?
(PWR3) - Set the projector to standby mode
(PWR0) - Turn the projector ON and lamp OFF
(PWR1) - Turn the projector ON and lamp ON
Posted by Brad Miller (Member # 2) on 12-10-2019, 10:07 PM:
Lamp on/off is fine, but turning the projector off is a BAD IDEA.
Once you put the projector into standby/off mode, the Doremi IMS will lose power. The main point here is you will be killing power to the Doremi IMS server without shutting it down properly.
Posted by Christian Hove (Member # 6743) on 12-20-2019, 06:20 AM:
With our Doremi DCP-2K4 + Christie CP2220 combination it works great.
You just need to add the projector as a raw device.
From the devices.xml:
<DeviceRaw>
<DeviceId>urn:uuid:27f89e81-65c3-4f34-95ab-3424d2d3afbb</DeviceId>
<DeviceName>Christie Remote Control</DeviceName>
<DeviceEnabled>1</DeviceEnabled>
<DeviceVendor>Christie</DeviceVendor>
<DeviceProduct>CP2220</DeviceProduct>
<Connection>
<InetAddr0>192.168.206.111</InetAddr0>
<Port>5000</Port>
<Protocol>tcp</Protocol>
</Connection>
</DeviceRaw>
From macros.xml:
<AutomationCueMacro>
<Name>PROJECTOR_POWER_OFF</Name>
<Id>urn:uuid:eaed9ad3-a29c-49d4-b258-ee280213542a</Id>
<CommandList>
<Command>
<Type>DeviceRawSendMessage</Type>
<DeviceName>Christie Remote Control</DeviceName>
<MessageType>text</MessageType>
<Message>(PWR03)</Message>
</Command>
</CommandList>
</AutomationCueMacro>
<AutomationCueMacro>
<Name>PROJECTOR_POWER_ON</Name>
<Id>urn:uuid:8c9ade0c-c142-49b7-bb9f-f5c3bed40081</Id>
<CommandList>
<Command>
<Type>DeviceRawSendMessage</Type>
<DeviceName>Christie Remote Control</DeviceName>
<MessageType>text</MessageType>
<Message>(PWR0)</Message>
</Command>
</CommandList>
</AutomationCueMacro>
Posted by Annli Com (Member # 8266) on 12-20-2019, 09:20 PM:
Tested Working Fine.
Very Thanks
Christian Hove
Powered by Infopop Corporation
UBB.classicTM
6.3.1.2