SIM2 D-60 Owners manual

Page 1
SIM2 Multimedia
D60
RS-232C Control Specification
Rev. 1.0 (12 September 2008)
Page 2

Contents

Contents 2
1 Set up 3
2 Commands 4
Revision History
Rev. Date Software Version Description of Change
2
Page 3
1 Set up
This document describes how to interface the SIM2 D60 projector with a Home Theater control system (or a PC running terminal emulation software) over a direct serial connection.
Follow these steps to configure the control system (or the PC) serial port.
Switch off the control system (or the PC) and the projector. D60RS232
Connect the Serial Communication cable that you have purchased from your SIM2 dealer (Part number:
D60RS232). It is a D-sub 9-pin female to Mini DIN 8-pin male cable, 1.8 meters (5.9 feet) long.
If using extension cables, make sure the distances between equipment do not exceed the specifications of the interface (15 meters or 50 feet).
Switch on the control system (or the PC) and, after start up, switch on the projector.
Set the Serial Port Parameters as shown in the Table below.
Communication Parameters
Parameter Value
Transfer Rate 115200 bps Data Bits 8 Parity Bit None Stop Bit 1 Flow Control None
1
Make sure the control system interface (or the PC communication program) does not add termination characters to the commands it sends (check control system or PC communication program Settings).
Set the control system interface (or the PC communication program) Display Mode to ASCII.
1
Transfer rate is configurable. Default baud rate is 115200 bps. Serial Command ’RS232 baud rate’ (See Section 2) can
set the Transfer Rate to the following values: 4800, 9600, 19200, 38400, 57600, 115200 bps.
3
Page 4
2 Commands
In this section, serial commands (and respective responses) are listed.
Serial commands to the SIM2 D60 have the following features:
ASCII format. In the following, commands are shown in monospace (fixed-width) type (for example: X001X).
Case-insensitive. For example, X001X and x001x are both valid commands.
No termination character required. Do not add <LF>, <CR>, <EOT> or the like at the end of the
given series of characters.
If the command is invalid, the SIM2 D60 echoes the command and does nothing else.
If the command is valid:
Command is echoed.
Command is executed.
A confirmation message is sent. Its format is:
X0 aaaX or Z0 aaa+bbZ,
where the command number aaa may be one, two or three digit long and does not have leading zeros and the value number bb is two digit long and may have leading zeros.
Termination characters <CR> and <LF> are sent.
The Power On command (X001X) response is an exception because it consists of the sole confirmation message, without command echo and termination characters.
Responses to valid commands (some examples)
Command Response
X001X X0 1X x004x x004xX0 4X<CR><LF> X092X X092XX0 92X<CR><LF> X131X X131XX0 131X<CR><LF> Z009W+0002Z Z009W+0002ZZ0 9+02Z<CR><LF>
When sending several commands one after the other, sufficient time between commands should be allowed. Please note that:
If the projector is busy when a command is sent, the unit may not accept the command.
Command execution time may vary from 0.1 to 2.0 seconds, depending on the operation that have
been requested.
When the unit is switched on from Standby, wait 20 seconds before sending commands.
The following tables list commands with their respective responses.
4
Page 5
Basic commands
Function Command Response
RS232 Communication Test X000X X000XRS232 OKX0 0X Power On X001X X0 1X Power Off X002X X002XX0 2X<CR><LF> Menu X003X X003XX0 3X<CR><LF> Enter X004X X004XX0 4X<CR><LF> Exit X005X X005XX0 5X<CR><LF> Up (arrow key) X006X X006XX0 6X<CR><LF> Down (arrow key) X007X X007XX0 7X<CR><LF> Left (arrow key) X008X X008XX0 8X<CR><LF> Right (arrow key) X009X X009XX0 9X<CR><LF>
Status commands
Function Command Value Response
Get Power Status X900X Standby 0X0 900X
On X900X1X0 900X<CR><LF>
Operation commands
Function Value Command Response
Input Source Video X131X X131XX0 131X<CR><LF>
S-Video X132X X132XX0 132X<CR><LF> RGBHD X133X X133XX0 133X<CR><LF> Component 1 X135X X135XX0 135X<CR><LF> HDMI 1 X139X X139XX0 139X<CR><LF> Component 2 X140X X140XX0 140X<CR><LF> HDMI 2 X149X X149XX0 149X<CR><LF>
Picture Mode Cinema X041X X041XX0 41X<CR><LF>
Dynamic X044X X044XX0 44X<CR><LF> Standard X045X X045XX0 45X<CR><LF> User 1 X046X X046XX0 46X<CR><LF> User 2 X047X X047XX0 47X<CR><LF> User 3 X048X X048XX0 48X<CR><LF>
Black Level 0 IRE X100X X100XX0 100X<CR><LF>
7.5 IRE X101X X101XX0 101X<CR><LF>
Color Temperature Lamp Native X112X X112XX0 112X<CR><LF>
Warm X113X X113XX0 113X<CR><LF> Normal X114X X114XX0 114X<CR><LF> Cool X115X X115XX0 115X<CR><LF> User 1 X116X X116XX0 116X<CR><LF> User 2 X117X X117XX0 117X<CR><LF> User 3 X118X X118XX0 118X<CR><LF>
5
Page 6
Operation commands (continued)
Function Value Command Response
Gamma 2.2 Z128W+0002Z Z128W+0002ZZ0 128+02Z<CR><LF>
2.4 Z128W+0004Z Z128W+0004ZZ0 128+04Z<CR><LF>
2.5 Z128W+0001Z Z128W+0001ZZ0 128+01Z<CR><LF>
2.6 Z128W+0005Z Z128W+0005ZZ0 128+05Z<CR><LF>
2.8 Z128W+0000Z Z128W+0000ZZ0 128+00Z<CR><LF>
Dynamic Black On X400X X400XX0 400X<CR><LF>
Off X401X X401XX0 401X<CR><LF>
Iris Full Off X258X X258XX0 258X<CR><LF>
Full On X287X X287XX0 287X<CR><LF>
Aspect Ratio Anamorphic Z009W+0000Z Z009W+0000ZZ0 9+00Z<CR><LF>
4:3 Z009W+0001Z Z009W+0001ZZ0 9+01Z<CR><LF> Letter Box Z009W+0002Z Z009W+0002ZZ0 9+02Z<CR><LF> Wide Z009W+0003Z Z009W+0003ZZ0 9+03Z<CR><LF> Real Z009W+0004Z Z009W+0004ZZ0 9+04Z<CR><LF>
Language English X121X X121XX0 121X<CR><LF>
French X122X X122XX0 122X<CR><LF> German X123X X123XX0 123X<CR><LF> Italian X124X X124XX0 124X<CR><LF> Spanish X125X X125XX0 125X<CR><LF> Russian X126X X126XX0 126X<CR><LF> Traditional Chinese X127X X127XX0 127X<CR><LF> Simplified Chinese X128X X128XX0 128X<CR><LF>
Lamp Power Whisper X091X X091XX0 91X<CR><LF>
Normal X092X X092XX0 92X<CR><LF>
RS232 baud rate 4800 bps X070X X070XX0 70X<CR><LF>
9600 bps X071X X071XX0 71X<CR><LF> 19200 bps X072X X072XX0 72X<CR><LF> 38400 bps X073X X073XX0 73X<CR><LF> 57600 bps X074X X074XX0 74X<CR><LF> 115200 bps X075X X075XX0 75X<CR><LF>
6
Page 7
THIS PAGE LEFT BLANK INTENTIONALLY
7
Page 8
SIM2 Multimedia S.p.A.
Viale Lino Zanussi, 11 — 33170 Pordenone — Italy
Tel. +39.0434383256 — Fax +39.0434383260
www.sim2.com
info@sim2.it
SIM2 USA Inc.
10108 USA Today Way — Miramar, FL 33025 — USA
Tel. +1.954.4422999 — Fax +1.954.4422998
www.sim2usa.com
sales@sim2usa.com
SIM2 Deutschland GmbH
ArndStr. 34-36
60325 Frankfurt am Main — D
Tel. 0800.8007462, +49.1635007462
Fax 0800.9007462
www.sim2.de
info@sim2.de
SIM2 UK Ltd.
Steinway House, Worth Farm
Little Horsted, Nr. Uckfield, East Sussex
TN22 5TT — UK
Tel. +44.01825.750850 — Fax +44.01825.750851
www.sim2.co.uk
info@sim2.co.uk
SIM2 Multimedia Shanghai Representative Office
Room 905, Jing’an Tower
1701 Beijing Road West
200040 China
Tel. +86-21-62881991
www.sim2.net.cn
vsheng@sim2.com
Loading...