page 49
Digital Projection HIGHlite Cine 330 3D Series
Remote Communications Guide
INTRODUCTION
Rev E August 2014
Introduction
The projector can be controlled by using an external control system or a PC via an RS232 or LAN interface, using a terminal-emulation
program, such as HyperTerminal.
Operation commands are used to simulate menu operations and determine the settings of the projector, and use the following format:
•
All commands consist of ASCII text strings starting with the letters ‘op’, and ending with an ASCII Carriage Return character:
op <operation> <command> [CR]
•
The <operation> string determines which setting the command will affect. For example, “aspect” stands for aspect ratio.
•
The <command> string can take one of the following formats:
Command
<command>
Description
Set
= <value>
Makes the setting take that value.
Get
?
Asks what the current value is.
The value is returned as an ASCII text string.
Increment
+
Adds 1 to the current value.
Decrement
–
Subtracts 1 from the current value.
Execute
(none)
Performs an action.
Examples
op aspect = 1 [CR]
sets the aspect ratio to TheaterScope.
op aspect ? [CR]
asks what is the current aspect ratio.
op [CR]
increments the brightness setting.
op contrast – [CR]
decrements the contrast setting.
op resync [CR]
commands the projector to attempt to re-synchronise to the current input source.
Notes
The Serial Port settings are:
• Baud rate - 9,600 bps
• Data length - 8 bits
• Stop bits - one
• Parity - none
• Flow control - none
The default IP is 192.168.0.100 and
the TCP port number is 7000.
The IP address can be changed -
see
IP Configuration Utility
later in
this guide.
Spaces in commands are
necessary, therefore:
•
op aspect = 1
is correct;
•
opaspect=1
is incorrect.