
F(L)35, FS35 IR, F85
ASCII Commands Protocol Reference Manual
601–0381–00/00
21/10/2015

Barco Fredrikstad AS
Habornveien 53, N-1630 Gamle Fredrikstad, Norway
Phone: +47 6930 4550
Fax: +47 6930 4580
Support: Support.fre@barco.com
Visit us at the web: www.barco.com
Printed in NO

Changes
Barco p rovides this manual ’as is’ without warranty of any kind, either expressed or implied, including but not limited to the implied war ranties or merchantability and fitness for a particular purpose. Barco m ay make improvements and/or changes to the product(s) and/or the
program(s) described in this publication at any time without notice.
This publication could contain technical inaccuracies or typographical errors. Changes are periodically made to the information in this
publication; these changes are incorporated in new editions of this publication.
The latest edition of Barco manuals can be dow nloaded from the Barco web site w
ww.barco.com or from the secured Barco web site
h
ttps://www.barco.com/en/signin.
Copyright ©
All rights r eserved. No p art of this document m ay be copied, reproduced or translated. It shall not otherwise be recorded, transmitted or
stored in a retrieval system without the prior written consent of Barco.
Trademarks
Brand and product names mentioned in this manual may be tradem arks, registered trademarks or c opyrights of their respective holders.
All brand and product names mentioned in this man ual serve as comments or examples and are not to be understood as advertising for
the products or their manufacturers.

1. Communication settings
1. COMMUNICATION SETTINGS
Overview
• Set up LAN Communication
• Set up RS232 communication
1.1 Set up LAN C ommunication
General
The supported RS232 settings are a s follows:
Parameter Data
Baud rate 19200
Data bits 8
Parity None. There is no parity bit used to perform error checking.
Stop bits 1. One stop bit is used to define the end of a character.
Flow control None.
General
The default settings of the projector when shipped ar e as follows:
Description Value
DHCP On
IP address 0.0.0.0
Subnet mask 0.0.0.0
Default gateway 0.0.0.0
TCP/UDP port 1025
Input IP settings on the projector
Before you connect the projector to your LA N make sure that the IP settings are set correctly, according to your LAN configuration.
IP settings c an be chang ed using the projector On Screen Display (OSD) Settings menu.
Set up can be done automatically using DHCP (Dynam
ic Host Configuration Protocol). When D HCP is enabled, it may take up to a
minute for the projector to receive IP settings from the DHCP server. The IP address will be updated and shown in the OSD. If there
is no DHCP server in the network the projector will be assigned a “zero configuration” add ress, 169.254.0.0/16.
Alternatively, DHCP can be manually disabled and the user can manually input the projector IP address, Subnet mask and Gateway
in the LAN network menu of the OSD.
To renew an IP address, select “renew” in the OSD LAN s ettings menu.
Connect the projector and the host
As soon as the projector IP settings are set correctly, you can physically connect the selected host, for example a computer, and the
projector. This can be done in two ways:
• use a crossover twisted pair (TP) cable directly from the computer to the projector
• use two straight-through TP cables with a HUB or a switch between them
1.2 Set up RS232 communication
Connect to the projector
Connect the projector and host us ing a standard straight through serial cable (host : female, projector : male).
Pin 2 connects to Pin 2, Pin 3 c onnects to Pin 3, and P in 5 c onnects to Pin 5.
601–0381–00 F(L)35, FS35 IR, F85 21/10/2015
1

1. Communication settings
Maximum length o f the RS-232 cable is 15.25m (50ft).
2 601–0381–00 F(L)35, FS35 IR, F85 21/10/2015

2. Communication protocol definitions
2. COMMUNICATION PROTOCOL DEFINITIONS
About
This section describes the definitions used in the communications protocol. When the projectors are connected to either RS232 or
LAN you can control the projectors through this AS CII based protocol.
Some comm ands will generate OSD feedback. This can be stopped by turning off the OSD from the projector’s
menu system or by setting “OSDC” to value 0 (OSD off) or value 1 (OSD show only warnings).
Overview
•Timing
• Serial Comm unications Protocol
• Examples
2.1 Timing
General timing constraints
Behavior Constraint
Power on (wake from standby) At least 30 seconds wait after power up complete before sending next command
Command Response required before sending next command
No response received At least 2 seconds before re-sending if no response received
Between commands Minimum 500 ms delay required between c omm ands
After sending 20 commands Minimum 5 seconds delay required
2.2 Serial C ommunications Protocol
Definitions
Like every com mun ication method the serial communication uses a particular protocol (ANSI) which must be respected in order to
allow comm unication to take place.
The head er is ASCII colon ’:’ character.
Use of a separator is optional in the comm and protocol. The protocol accepts one ASCII S PACE between fields, or no ASCII SPACE
between fi elds.
All acknowledgement protocol use an ASCII SPACE (single) as a separator.
The terminator is ASCII value carriage return (CR)/hex value 0x0D.
The following table gives a su mm ary of the predefined communication terms.
Header Message body Terminator
Limitations 1 byte N bytes 1 byte
Definition ASCII colon : Mnemonic Modifier Value Target Carriage Return (Hex 0x0D)
Example
:
POWR1
CR
Header
The header informs the projector (in case of transmission) or the computer (in case of reception) that a new data transfer will take
place.
Message body
The message body defines the action to be performed. The message body is built up of several fields:
601–0381–00 F(L)35, FS35 IR, F85 21/10/2015
3

2. Communication protocol definitions
Mnemonic
Modifier
Value Target
Limitations 4 bytes 1 byte N bytes, m ax 6 bytes N bytes, max 4
Inclusion Required
Optional Optional Optional
Example
POWR
A
1
CR
Mnemonic bytes (4 bytes)
The mnemonic is a 4 byte AS CII command (key identifier). This is required in all serial communications.
Modifier byte (1–2 bytes)
The modifier is used to constrain or modify the mne monic command.
Modifier
Description
R
Relative change. Given value will be relative to existing value. e.g. BRIG10 will increase brightness by 10 steps.
A
Not normally used. Manually request acknowledgement/read back the result of the command.
? Get curren t value
?M Get ma ximum value
?N Get m inimum value
?D Get default value
?S Get default step value
Termi n a tor
The terminator informs the projector (in case of transmission) or the computer (in case of reception) that the data trans fer is complete
and that the interpretation of the command and data bytes can start.
Acknowledgement
If the command is understood by the projector then an ’ACK’ command is sent back. The ’ACK’ command uses the following protocol:
Ack. Address
Separator Command Separator
Valu e Term inato r
Limitations 1 byte 1–3 bytes 1 byte 4 bytes 1 byte 6 bytes 1 byte
Definition ASCII %
Projector
address
ASCII space
Mnemonic
ASCII space
Numeric
value
Carriage
Return (Hex
0x0D)
Example
%
001
Space POWR Space
000001
CR
Some commands could return a value that is more than 6 bytes, for exam ple, strings. This is identified by the acknowledgement
including the alphanumeric value ’eXXXXX’.
Address functionality is no longer used. Addres
s bytes will always be 001.
For ex ample:
> :seri ?
> %001 SERI e00001 07010001
Invalid command
If the input com mand is not valid, then the projector acknowledgement may include an er ror message in the value field.
Ack. Address Separator Command Separator Value Terminator
Limitations 1 byte 1–3 bytes 1 byte 4 bytes 1 byte 6 bytes 1 byte
Definition ASCII % Projector
address
ASCII space Mnemonic ASCII space Numeric
value of error
Carriage
Return (Hex
0x0D)
Example
%
001
Space POWR Space
!00001
CR
Error code Error message Description
!00001 Access denied
User does not have sufficient ac cess rights to pe rform this command.
4 601–0381–00 F(L)35, FS35 IR, F85 21/10/2015

2. Communication protocol definitions
Error code Error message Description
!00002 Not available
Logic conflict prevents command being available. For example, contrast is not
available when the projector is searching for sources.
!00003 Not implemented
Command not available for this projector configuration. See relevant comments
section in ASCII commands for information.
!00004
Value out of range
Value is not within valid range.
2.3 Examples
SET commands
Command
Description
:POWR1’CR’
Set power on
%001 POWR 000001’CR’
Acknowledge power on
Command
Description
:BRIG 60’CR’
Set brightness to 60
%001 BRIG 000060’CR’
Acknowledge brightness
Command
Description
:CNTR R1’CR’
Increase contrast
%001 CNTR 000061’CR’
Acknowledge increase contrast
Command
Description
:CNTR R-2’CR’
Decrease contrast
%001 CNTR 000059’CR’
Acknowledge decrease contrast
SET commands with target
Command Description
:TATB 1 3’CR’
Set aspect trigger behavior 16:10 to off
%001 TATB 000001’CR’
Acknowledge set aspect trigger behavior 16:10 to off
GET commands
Command
Description
:CNTR?’CR’
Get current value contrast
%001 CNTR 000059’CR’
Acknowledge get current value contrast
Command
Description
:BRIG ?N’CR’
Get minimum value brightness
%001 CNTR 000000’CR’
Acknowledge get minimum value brightness
GET commands with target
Command
Description
:TATB ? 3
Get aspect trigger behavior 16:10
%001 TATB 000001 ’CR’
Acknowledge get aspect trigger behavior 16:10
601–0381–00 F(L)35, FS35 IR, F85 21/10/2015 5

Command
Description Platforms
Level Value Target
Comments
POWR
Power GP3, GP4
Get, Set
End User 0 - power off, 1 - power on
Power state GP3, GP4
Get
End User See value table POST
Set source abs values GP3, GP4
Get, Set
End User See value table IABS
Select DVI GP3, GP4
Get, Set
End User 1 - DVI 1, 2 - DVI 2
Select HDMI GP3, GP4
Get, Set
End User 1 - HDMI 1, 2 - HDMI 2
Select VGA GP3, GP4
Get, Set
End User 1 - VGA 1, 2 - VGA 2
Select dual head DVI GP3, GP4
Get, Set
End User
Select dual head HDMI GP3, GP4
Get, Set
End User
Select dual head XP2 GP3, GP4
Get, Set
End User
Select XP2 GP3, GP4
Get, Set
End User
Select component GP3, GP4
Get, Set
End User
Signal Status GP3, GP4
Get
End User
0 - searching 1 - locked to
source
Brightness GP3, GP4
Get, Set
End User
Contrast GP3, GP4
Get, Set
End User
Saturation GP3, GP4
Get, Set
End User
Picture Reset GP3, GP4
Get, Set
End User
Picture Mute GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
Set Scaling abs value GP3, GP4
Get, Set
End User See value table SABS
Select Scaling 1:1 GP3, GP4
Get, Set
End User
Select Scaling 16:9 GP3, GP4
Get, Set
End User
Select Scaling 4:3 GP3, GP4
Get, Set
End User
Select Scaling Fill All GP3, GP4
Get, Set
End User
Select Scaling Fill Aspect Ratio GP3, GP4
Get, Set
End User
Select Scaling Fill 2.35:1 GP3, GP4
Get, Set
End User
Select Scaling Anamorphic Lens GP3, GP4
Get, Set
End User
Auto adjust current source GP3, GP4
Set
End User
Freeze Image GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
Select Gamma Film GP3, GP4
Get, Set
End User 1 - Film 1, 2 - Film 2
Select Gamma Video GP3, GP4
Get, Set
End User 1 - Video 1, 2 - Video2
Select Gamma Computer GP3, GP4
Get, Set
End User 1 - Computer 1, 2 - Computer
2
Set Gamma abs value GP3, GP4
Get, Set
End User See value table GABS
Color Management Processed
Test Patterns
GP3, GP4
Get, Set
End User
Color management Reset to
Native
Color Management reset white to
native
AD calibration GP3, GP4
Set
End User
Picture->Calibration
Picture
601-0381-00_GP3/GP4
Sicilium_1_24

Horizontal positon GP3, GP4
Get, Set
End User Only for analog sources
Vertical position GP3, GP4
Get, Set
End User Only for analog sources
Frequency GP3, GP4
Get, Set
End User Only for analog sources
Phase GP3, GP4
Get, Set
End User Only for analog sources
Color Space GP3, GP4
Get, Set
End User
0 - auto, 1 - RGB, 2 - REC
709, 3 - REC 601
Input Level GP3, GP4
Get, Set
End User
0 - auto, 1 - computer, 2 video
Input Cropping Mode GP3
Get, Set
End User
0 - Disabled, 1 - Auto, 2 -
2.35:1, 3 - Manual
Select Input Cropping Mode
Disabled
Select Input Cropping Mode Auto GP3
Get, Set
End User
Select Input Cropping Mode
2.35:1
Select Input Cropping Mode
Manual
Input Cropping Top GP3
Get, Set
End User 35 - input image height
Input Cropping Bottom GP3
Get, Set
End User 35 - input image height
BrilliantColor Control GP3
Get, Set
End User See value table BCCR
BrilliantColor Enable GP3
Get, Set
End User 0 - disable, 1- enable
Color Management Enable GP3, GP4
Get, Set
End User 0 - disable, 1- enable
Color Management White GP3, GP4
Get, Set
End User 0 - temperature, 1 - coordinate
Color Management X-Coordinate
GP3, GP4
Get, Set
End User
Color Management Y-Coordinate
GP3, GP4
Get, Set
End User
Color Management Temperature GP3, GP4
Get, Set
End User 3200 - 9300
Reset to D65 GP3, GP4
Set
End User
Desired Coords Mode GP3, GP4
Get, Set
End User See value table DSCR
Balanced Gains GP3, GP4
Get, Set
End User 0 - disable, 1- enable
Desired Red X GP3, GP4
Get, Set
End User
Desired Red Y GP3, GP4
Get, Set
End User
Desired Red Gain GP3, GP4
Get, Set
End User
Desired Green X GP3, GP4
Get, Set
End User
Desired Green Y GP3, GP4
Get, Set
End User
Desired Green Gain GP3, GP4
Get, Set
End User
Desired Blue X GP3, GP4
Get, Set
End User
Desired Blue Y GP3, GP4
Get, Set
End User
Desired Blue Gain GP3, GP4
Get, Set
End User
Desired Cyan X GP3, GP4
Get, Set
End User
Desired Cyan Y GP3, GP4
Get, Set
End User
Desired Cyan Gain GP3, GP4
Get, Set
End User
Desired Magenta X GP3, GP4
Get, Set
End User
Desired Magenta Y GP3, GP4
Get, Set
End User
Desired Magenta Gain GP3, GP4
Get, Set
End User
Desired Yellow X GP3, GP4
Get, Set
End User
Desired Yellow Y GP3, GP4
Get, Set
End User
Picture->Advanced->Input Cropping
601-0381-00_GP3/GP4
Sicilium_1_24

Desired Yellow Gain GP3, GP4
Get, Set
End User
Desired White Gain GP3, GP4
Get, Set
End User
Factory Desired Red X GP3, GP4
Get, Set
Manufacturing
Factory Desired Red Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Red Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired Green X GP3, GP4
Get, Set
Manufacturing
Factory Desired Green Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Green Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired Blue X GP3, GP4
Get, Set
Manufacturing
Factory Desired Blue Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Blue Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired Cyan X GP3, GP4
Get, Set
Manufacturing
Factory Desired Cyan Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Cyan Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired Magenta X GP3, GP4
Get, Set
Manufacturing
Factory Desired Magenta Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Magenta Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired Yellow X GP3, GP4
Get, Set
Manufacturing
Factory Desired Yellow Y GP3, GP4
Get, Set
Manufacturing
Factory Desired Yellow Gain GP3, GP4
Get, Set
Manufacturing
Factory Desired White Gain GP3, GP4
Get, Set
Manufacturing
Measured Red X GP3, GP4
Get, Set
End User
Measured Red Y GP3, GP4
Get, Set
End User
Measured Red Luminance GP3, GP4
Get, Set
End User
Measured Green X GP3, GP4
Get, Set
End User
Measured Green Y GP3, GP4
Get, Set
End User
Measured Green Luminance GP3, GP4
Get, Set
End User
Measured Blue X GP3, GP4
Get, Set
End User
Measured Blue Y GP3, GP4
Get, Set
End User
Measured Blue Luminance GP3, GP4
Get, Set
End User
Measured White X GP3, GP4
Get, Set
End User
Measured White Y GP3, GP4
Get, Set
End User
Measured White Luminance GP3, GP4
Get, Set
End User
Measured BC1 X GP3
Get, Set
End User
Measured BC1 Y GP3
Get, Set
End User
Measured BC1 Luminance GP3
Get, Set
End User
Measured BC2 X GP3
Get, Set
End User
Measured BC2 Y GP3
Get, Set
End User
Measured BC2 Luminance GP3
Get, Set
End User
Factory Measured Red X GP3, GP4
Get, Set
Manufacturing
Factory Measured Red Y GP3, GP4
Get, Set
Manufacturing
Factory Measured Red
Luminance
GP3, GP4
Get, Set
Manufacturing
Factory Measured Green X GP3, GP4
Get, Set
Manufacturing
Factory Measured Green Y GP3, GP4
Get, Set
Manufacturing
Factory Measured Green
Luminance
GP3, GP4
Get, Set
Manufacturing
601-0381-00_GP3/GP4
Sicilium_1_24

Factory Measured Blue X GP3, GP4
Get, Set
Manufacturing
Factory Measured Blue Y GP3, GP4
Get, Set
Manufacturing
GP3, GP4
Get, Set
Manufacturing
Factory Measured White X GP3, GP4
Get, Set
Manufacturing
Factory Measured White Y GP3, GP4
Get, Set
Manufacturing
Factory Measured White
Luminance
GP3, GP4
Get, Set
Manufacturing
Factory Measured BC1 X GP3
Get, Set
Manufacturing
Factory Measured BC1 Y GP3
Get, Set
Manufacturing
Factory Measured BC1
Luminance
GP3
Get, Set
Manufacturing
Factory Measured BC2 X GP3
Get, Set
Manufacturing
Factory Measured BC2 Y GP3
Get, Set
Manufacturing
Factory Measured BC2
Luminance
GP3
Get, Set
Manufacturing
Color Management Test Patterns GP3, GP4
Get, Set
End User
Individual brightness and contrast
offset adjustments
GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
0-RGB, 1-IR
(if available)
Brightness offset red GP3, GP4
Get, Set
End User
Brightness offset green GP3, GP4
Get, Set
End User
Brightness offset blue GP3, GP4
Get, Set
End User
Contrast offset red GP3, GP4
Get, Set
End User
Contrast offset green GP3, GP4
Get, Set
End User
Contrast offset blue GP3, GP4
Get, Set
End User
Select orientation - Desktop Front GP3, GP4
Get, Set
End User
Select orientation - Ceiling Front GP3, GP4
Get, Set
End User
Select orientation - Desktop Rear GP3, GP4
Get, Set
End User
Select orientation - Ceiling Rear GP3, GP4
Get, Set
End User
Select orientation - Absolute
GP3, GP4
Get, Set
End User See value table ORIE
Source Scan GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
IR Enable 1 GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
IR Enable 2 GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
IR Enable 3 GP3
Get, Set
End User 0 - disable, 1 - enable
OSD Enable GP3, GP4
Get, Set
End User See value table OSDC
Test Image GP3, GP4
Get, Set
End User 0 - 7 different test patterns
Dual Head Setup Mode GP3, GP4
Get, Set
End User 0 - off, 1 - side by side
Sync termination VGA GP3, GP4
Get, Set
End User 0 - 2.2kOhm, 1 - 75Ohm
Sync level VGA GP3, GP4
Get, Set
End User 0-255
Sync Level SOG GP3, GP4
Get, Set
End User 0-31 Infitec only
Infitec filter GP3
Get, Set
End User 0 - disable, 1 - enable Infitec only
Infitec CSC GP3
Get, Set
End User 0 - disable, 1 - enable
Edit resolution GP3, GP4
Get, Set
End User See value table EDIR
Edid type GP3, GP4
Get, Set
End User See value table EDIT
Picture->Advanced->Source Correction
601-0381-00_GP3/GP4
Sicilium_1_24

Eco Mode GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
Lamp1 Power GP3, GP4
Get, Set
End User
Lamp2 Power GP3, GP4
Get, Set
End User
Lamp Mode GP3, GP4
Get, Set
End User See value table LMOD
Lamp Auto Switch Delay GP3, GP4
Get, Set
End User
LED Power GP3
Get, Set
End User
LED Power GP3 LED
Get, Set
End User
Use LPW1, this is for legacy
support
LED Dim Mode GP3 LED
Get, Set
End User 0 - standard, 1 - custom
LED Dim Custom Red GP3 LED
Get, Set
End User
LED Dim Custom Green GP3 LED
Get, Set
End User
LED Dim Custom Blue GP3 L ED
Get, Set
End User
Trigger 1 Mode GP3, GP4
Get, Set
End User See value table TRGx
Trigger 2 Mode GP3, GP4
Get, Set
End User See value table TRGx
Aspect Trigger Behavior GP3, GP4
Get, Set
End User See value table TATB
Frame lock Source GP3, GP4
Get, Set
End User 0 - Internal, 1 - External
Frame lock Output Signal GP3, GP4
Get, Set
End User
0 - Off , 1 - Frame lock, 2 -
Frame lock Status GP3, GP4
Get
End User
Print current frame lock status
3D source L/R sync GP3, GP4
Get, Set
End User 0 - None, 1 - BNC sync-in
3D display L/R sync GP3, GP4
Get, Set
End User 0 - None, 1 - BNC sync-in
3D BNC sync-out signal See value table TBOS
Factory Reset GP3, GP4
Set
End User
Factory reset level GP3, GP4
Get, Set
Power User 0 - limited, 1 - full
PIN Code GP3, GP4
Set
End User
Must be executed in standby
Service Code GP3, GP4
Set
Power User
RCID Internal GP3, GP4
Get, Set
End User
DPMS GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
DPMS Timeout GP3, GP4
Get, Set
End User
Backlight Timeout GP3, GP4
Get, Set
End User
Menu Timeout GP3, GP4
Get, Set
End User
Background color GP3, GP4
Get, Set
End User
Splash GP3, GP4
Get, Set
End User
LED indicators mute GP3, GP4
Get, Set
End User 0 - off, 1 - on
Baud rate GP3, GP4
Get, Set
End User See value table BAUD
Installation->Frame lock setup
601-0381-00_GP3/GP4
Sicilium_1_24

Real Time Clock Hour GP3, GP4
Get, Set
End User
Real Time Clock Minute GP3, GP4
Get, Set
End User
Real Time Clock Second GP3, GP4
Get, Set
End User
Real Time Clock Day GP3, GP4
Get, Set
End User
Real Time Clock Month GP3, GP4
Get, Set
End User
Real Time Clock Year GP3, GP4
Get, Set
End User
Real Time Clock Day of Week GP3, GP4
Get
End User
Store profile GP3, GP4
Set
End User Profile number (0 - 9)
Recall profile GP3, GP5
Set
End User Profile number (0 - 9)
Stereo Mode GP3 120Hz, GP4
Get, Set
End User See value table TDSM
Glass type GP3 120Hz, GP4
Get, Set
End User
0 - DLP Link™, 1 - IR, 2 - IR
high brightness
Genlock phase delay GP3 120Hz, GP4
Get, Set
End User
Swap eyes GP3 120Hz, GP4
Get, Set
End User 0 - off, 1 - on
Full spectrum mode enable GP3 LED IR
Get, Set
End User 0 - disable, 1 - enable
RGB LEDs enable GP3 LED IR
Get, Set
End User 0 - disable, 1 - enable
LED Dim Mode GP3 LED IR
Get, Set
End User 0 - standard, 1 - custom
LED Power GP3
Get, Set
End User
LED Dim Custom Red GP3 LED IR
Get, Set
End User
LED Dim Custom Green GP3 L ED IR
Get, Set
End User
LED Dim Custom Blue GP3 LED IR
Get, Set
End User
Individual brightness and contrast
offset adjustments
GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
0-RGB, 1-IR
(if available)
Brightness offset red GP3 LED IR
Get, Set
End User
Brightness offset green GP3 LED IR
Get, Set
End User
Brightness offset blue GP3 LED IR
Get, Set
End User
Contrast offset red GP3 LED IR
Get, Set
End User
Contrast offset green GP3 LED IR
Get, Set
End User
Contrast offset blue GP3 LED IR
Get, Set
End User
IR control->RGB adjustments
IR control
Settings->Set date and time
601-0381-00_GP3/GP4
Sicilium_1_24

IR LED power GP3 LED IR
Get, Set
End User
Set Gamma abs value IR channel
End User See value table GABS
0 - RGB->RGB, 1 - R->RGB, 2
- G->RGB, 3 - B->RGB
IBCO
Individual brightness and contrast
offset adjustments
GP3, GP4
Get, Set
End User 0 - disable, 1 - enable
0-RGB, 1-IR
(if available)
IR Filter enable GP3 LED IR MKII
Get, Set
End User
Focus In GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Focus Out GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Zoom In GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Zoom Out GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Iris Open GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Iris Close GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Lens Shift Down GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Lens Shift Up GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Lens Shift Left GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Lens Shift Right GP3, GP4
Set
End User 1 - Slow, 2 - Medium, 3 - Fast
Shutter GP3, GP4
Set
End User 0 - disable, 1 - enable
Lens ID GP3, GP4
Get
End User
Lens Monitoring GP3, GP4
Get, Set
Power User 0 - disable, 1 - enable
Zoom position GP3, GP4
Get, Set
End User
Focus position GP3, GP4
Get, Set
End User
Iris position GP3, GP4
Get, Set
End User
Lamp1 Estimated Remaining
Lamp Time
Lamp1 Runtime GP3, GP4
Get
End User
Lamp Channel 1 Total Time GP3, GP4
Get
End User
See value table LST1 and
LST2
Lamp1 Status GP3, GP4
Get
End User
Lamp2 Estimated Remaining
Lamp Time
Lamp2 Runtime GP3, GP4
Get
End User
Lamp Channel 2 Total Time GP3, GP4
Get
End User
See value table LST1 and
LST2
Lamp2 Status GP3, GP4
Get
End User
Unit Time Total GP3, GP4
Get
End User
IR control->IR adjustments
601-0381-00_GP3/GP4
Sicilium_1_24

Menu Navigate Up GP3, GP4
Set
End User
Menu Navigate Down GP3, GP4
Set
End User
Menu Navigate Left GP3, GP4
Set
End User
Menu Navigate Right GP3, GP4
Set
End User
Menu Navigate Ok GP3, GP4
Set
End User
Communication Response
(on/off)
GP3, GP4
Set
End User
Language GP3, GP4
Get, Set
End User
Show OSD Info GP3, GP4
Set
End User
Color Wheel Index 1 GP3
Get, Set
Power User
Color Wheel Index 2 GP3
Get, Set
Power User
Reset All Counters GP3, GP4
Set
Manufacturing
Manufacture Year GP3, GP4
Get
Manufacturing
Manufacture Week GP3, GP4
Get
Manufacturing
LFM Performed GP3, GP4
Set
Power User
Enable Power User Gammas GP3, GP4
Get, Set
Power User
AD Factory Calibrate GP3, GP4
Set
Manufacturing
Lens shift disable GP3, GP4
Get, Set
Power User 0 - enable 1 - disable
Enable Power User brilliant color
GP3
Get, Set
Power User 0 - enable 1 - disable
Skip reset timeout (mirror
GP3
Get, Set
Manufacturing
LED Calibration mode GP3 LED
Get, Set
Power User 0 - disable, 1 - enable
LED voltage calibration start GP3 LED
Set
Service Partner
LED voltage calibration status GP3 LED
Get
Service Partner
0 - done, 1 - in progress, 2 failed
LED voltage calibration error
code
GP3 LED
Get
Service Partner
bit wise error code see value
table LVCE
LED input voltage red GP3 LED
Get
Service Partner
LED input voltage green GP3 LED
Get
Service Partner
LED input voltage blue GP3 LED
Get
Service Partner
LED drop out voltage red GP3 LED
Get
Service Partner
LED drop out voltage green GP3 LED
Get
Service Partner
LED drop out voltage blue GP3 LED
Get
Service Partner
Update internal sensor values
factory
GP3 LED
Set
Manufacturing
Update internal sensor values
user
Internal sensor calibration status GP3 LED
Get
Power User
0 - done, 1 - in progress, 2 failed
Internal sensor calibration error
code
bit wise error code see value
table INCE
Internal sensor value red GP3 LED
Get
Power User
Internal sensor value green GP3 LED
Get
Power User
Internal sensor value blue GP3 LED
Get
Power User
Internal sensor duration value red GP3 LED
Get
Power User
601-0381-00_GP3/GP4
Sicilium_1_24

Internal sensor duration value
Internal sensor duration value
Thermal Status GP3, GP4
Get
Power User
Fan Speed 1 GP3, GP4
Get
Power User
Fan Speed 2 GP3, GP4
Get
Power User
Fan Speed 3 GP3, GP4
Get
Power User
Fan Speed 4 GP3, GP4
Get
Power User
Fan Speed 5 GP3, GP4
Get
Power User
Fan Speed 6 GP3, GP4
Get
Power User
Fan Speed 7 GP3, GP4
Get
Power User
Fan Speed 8 GP3, GP4
Get
Power User
Sensor Value 1 GP3, GP4
Get
Power User
Sensor Value 2 GP3, GP4
Get
Power User
Sensor Value 3 GP3, GP4
Get
Power User
Sensor Value 4 GP3, GP4
Get
Power User
Sensor Value 5 GP3, GP4
Get
Power User
Sensor Value 6 GP3, GP4
Get
Power User
Sensor Value 7 GP3, GP4
Get
Power User
Sensor Value 8 GP3, GP4
Get
Power User
Platform Name String GP3, GP4
Get
Power User
Extended Protocol
Serial Number String GP3, GP4
Get
Power User
Extended Protocol
Model Name String GP3, GP4
Get
Power User
Extended Protocol
Part Number String GP3, GP4
Get
Power User
Extended Protocol
Software Version GP3, GP4
Get
Power User
Extended Protocol
Product ID GP3, GP4
Get
Power User
Current Access Level GP3, GP4
Get
End User
MAC address GP3, GP4
Get
End User
Extended Protocol
IP address GP3, GP4
Get
End User See value table LEST
Indicator LED state GP3, GP4
Get
End User
Extended Protocol
SVN SW Revision GP3, GP4
Get
Power User
Frame lock(2D) frequency GP3, GP4
Get
End User See value table FLSS
Frame lock(2D) status GP3, GP4
Get
End User
3D LR frequency GP3, GP4
Get
End User
3D LR duty cycle GP3, GP4
Get
End User See value table TDSS
3D LR status GP3, GP4
Get
End User
Xport 1 ID GP3, GP4
Get
Manufacturing
Xport 2 ID GP3, GP4
Get
Manufacturing
601-0381-00_GP3/GP4
Sicilium_1_24

Lamp data mailbox GP3
Get, Set
Manufacturing Data
Lamp data mailbox position GP3
Get, Set
Manufacturing Data
Lamp data mailbox checksum GP3
Get, Set
Manufacturing Data
601-0381-00_GP3/GP4
Sicilium_1_24

IABS
Set source abs values
Value Description
0 VGA 1
1 VGA 2
2 DVI 1
7 Component
8 HDMI 1
10 DVI 2
11 HDMI 2
12 Dual Head DVI
13 Dual Head HDMI
14 Dual Head XP2
15 XP2 A
16 XP2 B
SABS
Set scaling abs values
Value Description
0 1:1
1 Fill All
2 Fill Aspect Ratio
3 Fill 16:9
4 Fill 4:3
5 Fill 2.35:1
11 Anamorphic Lens
LST1 and LST2
Lamp status
Value Description
0 Defect
1 Warming up
2 Lamp is on
3 Lamp is off
4 Lamp is cooling down
5 Lamp is not present
GABS
Set Gamma abs value
Value Description
0 Film 2.2
1 Film 2.8
2 Video 1
3 Video 2
4 Film 2.4
5 Film 2.6
7 Computer 1
8 Computer 2
9 Linear (when available)
10 AD calibration (when available)
11 DICOM (when available)
12 DICOM ambient 10 LUX (when available)
13 DICOM ambient 60 LUX (when available)
14 DICOM ambient 180 LUX (when available)
15 DICOM ambient 250 LUX (when available)
16 DICOM ambient 300 LUX (when available)
17 DICOM ambient 400 LUX (when available)
20 Custom 1 (when available)
21 Custom 2 (when available)
22 Dynamic (when available)
601-0381-00_GP3/GP4
Sicilium_1_24

DSCR
Desired Coords Mode
Value Description
0 Off
1 RGB
2 RGBCMY
ORIE
Select Orientation abs value
Value Description
0 Desktop front
1 Ceiling rear
2 Desktop rear
3 Ceiling front
OSDC
OSD Enable
Value Description
0 OSD off
1 OSD show only warnings
2 OSD on
LMOD
Lamp Mode
Value Description
0 Single lamp 1
1 Single lamp 2
2 Dual lamps
3 Auto lamp switch
BCCR (WQXGA UHP) BCCR (1080/WUXGA UHP) BCCR (LED)
BrilliantColor Control BrilliantColor Control BrilliantColor Control
Value Description Value Description Value Description
0 Off 0 Off 0 VizSim
1 Computer balanced 1 Video 1 High Brightness
2 Video balanced 2 (SRP Full, when available) 2 SRP 8ms
3 Computer native 3 Computer 3 Graphics
4 Video native 4 (SRP Half, when available) 4 SRP 6ms (when available)
5 (SRP Half, when available) 5 VizSim 180 (when available)
5 (SRP Full, when available) 6 VizSim 100 (when available)
7 VizSim 50 (when available)
8 IR 255 (when available)
9 IR 20 (when available)
POST
Power state
Value Description
0 Deep sleep
1 Off
2 Powering up
3 On
4 Powering down
5 Critical powering down
6 Critical off
7 Start
8 Shutting down
601-0381-00_GP3/GP4
Sicilium_1_24

Status LED state
Value Description
0 Green/Blue On
1 Green/Blue Flash
2 Yellow On
3 Yellow Flash
4 Red On
5 Red Flash
DCSP
Digital colorspace
Value Description
0 RGB
1 YPbPr 709
2 YpbPr 601
TRGx
Trigger mode
Value Description
1 On
2 Off
3 Screen
4 Aspect
TATB
Aspect trigger behavior
Target Description Value
0 - 4:3
1 - 5:4 on 0
2 - 16:9 off 1
3 - 16:10 no change 2
4 - 2.35:1
5 - no source
6 - standby
EDIR
Edid resolution
Target Description Value
Auto 0
Custom (not implemented) 1
VGA 2
SVGA 3
XGA 4
720 50Hz 5
720 60Hz 6
WXGA 1366 7
SXGA 8
SX+ 9
1080 deep color 10
1080 standard 11
WUXGA 12
WQXGA (DVI1/2 only) 13
EDIT
Edid type
Target Description Value
DVI 1
HDMI 2
0 - VGA1
14 - HDMI2
1 - VGA2
2 - DVI1
3 - HDMI1
12 - DVI2
14 - HDMI2
601-0381-00_GP3/GP4
Sicilium_1_24

Trigger mode
Value Description
4800 4800
9600 9600
19200 19200
38400 38400
57600 57600
115200 115200
TBOS
3D BNC sync-out signal
Value Description
0 Off
1 3D glass sync
2 3D display sync
3 Passthrough
FLSS
Framelock signal status
Value Description
0 free running
3 locked
TDSS
3D LR Signal status
Value Description
0 free running
1 drifting, free running
2 drifting, locked
3 locked
TDSM
3D stereo mode
Value Description
0 off
1 on
TDSM
3D stereo mode with DCC120 module
Value Description
0 off
1 frame sequential
2 side by side
601-0381-00_GP3/GP4
Sicilium_1_24

bit wise error code for LED voltage calibration
Bit Description
0 Set red input voltage failed
1 Read red ADC current failed
2 Read red drop out voltage failed
3 Desired red input voltage out of range
4 Red loop count exceed max value
10 Set green input voltage failed
11 Read green ADC current failed
12 Read green drop out voltage failed
13 Desired green input voltage out of range
14 Green loop count exceed max value
20 Set blue input voltage failed
21 Read blue ADC current failed
22 Read blue drop out voltage failed
23 Desired blue input voltage out of range
24 Blue loop count exceed max value
INCE
bit wise error code for LED sensor calibration
Bit Description
0 Write red sensor duration failed
1 Read red sensor value failed
2 Red loop count exceed max value
3 Red sensor value out of range
10 Write green sensor duration failed
11 Read green sensor value failed
12 Green loop count exceed max value
13 Green sensor value out of range
20 Write blue sensor duration failed
21 Read blue sensor value failed
22 Blue loop count exceed max value
23 Blue sensor value out of range
601-0381-00_GP3/GP4
Sicilium_1_24