Planar UltraRes URP98 User manual

Page | 1
Planar UltraRes P Series RS232 User Manual
020-1408-02A
User Manual
Planar UltraRes P Series RS232
URP49 | URP49-T
URP55 | URP55-T
URP65 | URP65-T
URP75 | URP75-ERO-T
URP85 | URP85-ERO-T
URP98 | URP98-ERO-T

2
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 2
Copyright © May 2023 by Planar Systems, Inc.
All rights reserved.
This document may not be copied in any form without permission from Planar. Information in
this document is subject to change without notice.
Trademark Credits
Windows™ is a trademark of Microsoft Corp.
All other companies are trademarks or registered trademarks of their respective companies.
Disclaimer
The information contained in this document is subject to change without notice. Planar Systems,
Inc. makes no warranty of any kind with regard to this material. While every precaution has
been taken in the preparation of this manual, the Company shall not be liable for errors or
omissions contained herein or for incidental or consequential damages in connection with the
furnishing, performance, or use of this material.
Warranty and Service Plans
Planar warranty and service plans will help you maximize your investment by providing great
support, display uptime, and performance optimization. From post-sale technical support, to a
full suite of depot services, our services are performed by trained employees. When you
purchase a Planar product, you get more than a display; you get the service and support you
need to maximize your investment. To find the latest warranty and service information regarding
your Planar product, please visit http://www.planar.com/support
RoHS Compliance Statement
The Planar UltraRes P Series is fully RoHS Compliant.
Part Number: 020-1408-02A

3
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 3
Table of Contents
RS232 Communication .................................................................................................4
1. Applicable Models..............................................................................................................4
2. RS232 Setup .....................................................................................................................4
3. Connecting the RS232 Cable.............................................................................................5
4. RS232 Command Protocol ................................................................................................6
4.1 Command Structure...........................................................................................6
4.2 Protocol Encoding..............................................................................................7
4.3 Examples...........................................................................................................7
5. RS232 Codes ....................................................................................................................9
5.1 Current Zone Layout........................................................................................51
5.2 Key ..................................................................................................................52
5.3 Timezone.........................................................................................................54
6. Sending Serial Commands via USB (URP75 / URP85 / URP98) .....................................62
6.1 Installing the Planar UltraRes P Series USB drivers.........................................62
6.2 Using the Planar UltraRes P Series USB Connection ......................................68
7. Sending RS232 Commands Via Ethernet ........................................................................69
7.1 Sending RS232 Commands Via SSH (URP49 / URP55 / URP65)...................71

Page | 4
Planar UltraRes P Series RS232 User Manual
020-1408-02A
RS232 Communication
RS232 control is not necessary for operation, but is a convenient way to control Planar®
UltraRes P™ Series displays from a computer at a distance. Most things you can do with the
remote, you can do with RS232 commands. Plus, you can send inquiries to the displays and
find out the current settings and values. RS232 connections are made with standard straight-
through cables.
Note: Serial communication can occur over RS232, USB-B or LAN.
1. Applicable Models
This RS232 user manual applies to the following Planar UltraRes P Series models:
• URP49
• URP49-T
• URP55
• URP55-T
• URP65
• URP65-T
• URP75
• URP75-ERO-T
• URP85
• URP85-ERO-T
• URP98
• URP98-ERO-T
RS232 user manuals for other products can be found at www.planar.com/support/.
2. RS232 Setup
The use of RS232 requires the display’s Power Down Mode to be in Networked Standby or
Fast Startup. See the “Power Down Mode”section of the Planar UltraRes P Series User
Manual.
The RS232 connection must use the following settings:
• 19200 baud rate
• 8 data bits
• 1 stop bit
• No parity bit
• No HW (RTS/CTS) or SW (XON/XOFF) flow control

5
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 5
3. Connecting the RS232 Cable
The Female DB9 connector is wired as a Straight Through serial connection.
URP49 / URP55 / URP65
URP75 / URP85 / URP98
Pin #
Signal
1
NC
2
Tx
3
Rx
4
NC
5
GND
6
NC
7
NC

6
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 6
4. RS232 Command Protocol
4.1 Command Structure
[OPCODE](MODIFIERS)[OPERATOR][OPERANDS][TERM]
• OPCODE is the command code (e.g. “GAIN”). This can be written either using the named
command code (see the “Command Code” column in the table) or the numeric command
code (see the “Numeric Command Code” column in the table).
• MODIFIERS are modifier values [e.g. “(ZONE.1, ALL)”]. There are zero or more modifiers
for each command. The modifiers can be written either with their named value or their
numeric value (see "Examples" on page 7). See the “Modifiers” column in the table.
• OPERATOR is the action to be performed. See the “Operators” column in the table.
• ‘=’ writes the setting value.
• ‘?’ reads the setting value in name form (see "Examples" on page 7).
• ‘#’ reads the setting value in numeric form (see "Examples" on page 7).
• ‘+’ increments the setting value.
• ‘-‘ decrements the setting value.
• ‘:’ indicates that the message is a response to one of the following operators: =?#+-
• ‘!ERR’ indicates that the message is a failure response. An error code will be listed
after the “ERR”, with a space before it. Error codes are as follows:
• ERR 1: Invalid syntax
• ERR 2: [Reserved for future use]
• ERR 3: Command not recognized
• ERR 4: Invalid modifier
• ERR 5: Invalid operands
• ERR 6: Invalid operator
• ‘@ACK’ indicates that the message is an acknowledgment (ACK) to a command that
has no operator.
• ‘^NAK’ indicates that the message is a negative acknowledgment (NAK) to a
command. This indicates that the command was received but cannot be processed at
this time.
• [No operator] denotes an action. In this case, there’s no operator and no operand.
• OPERAND indicates the data to be sent with the message. In some cases, there can be
multiple operands. See the “Operands” column in the table.
• Enumerated operands can be written either with their named value or their numeric
value (see "Examples" on page 7).
• String operands are written with quotation marks at the beginning and end. Example:
“this is a string operand”. Special characters, [CR], [LF], “ and \ can be included in a
string by escaping them with the \ character (see "Examples" on page 7).
• Integer (or signed integer / unsigned integer) are always numeric values.
• Fixed point operands are numeric values with fractional parts. They use decimal point
notation.
• Note that enumerated and integer values can be written either in decimal or
hexadecimal. For example, a decimal value of ‘50’ can be written in hexadecimal as
‘0x32’.

7
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 7
• TERM is the termination character for the command. This can either be the ASCII carriage
return character (0x0D), the ASCII line feed character (0x0A) or a semicolon. The
response will use the same termination character.
4.2 Protocol Encoding
• All parts of the command structure are case insensitive (e.g. “BRIGHTNESS”, “brightness”
and BrIgHtNeSs” are all the same). Responses will always be in capital letters.
• Excessive white space is allowed (e.g. “BRIGHTNESS=50”, “BRIGHTNESS = 50” and
“BRIGHTNESS = 50” are all the same).
• Modifiers and operands can be separated by commas, spaces or both (e.g.
“GAIN=100,100,100”, “GAIN=100 100 100” and “GAIN=100, 100, 100” are all the same).
Responses will always separate with one space between modifiers and operands).
4.3 Examples
Note: [CR] is the ASCII carriage return character (0x0D).
Command
Response
Notes
brightness = 100 [CR]
BRIGHTNESS:100 [CR]
Sets the Brightness value to 100
brightness = 100;
BRIGHTNESS:100;
Also sets the Brightness value to
100, but uses the ‘;’ termination
character instead of [CR]. The
response uses the same termination
character.
200=100 [CR]
200:100 [CR]
“200” is the numeric command code
for “BRIGHTNESS”
brightness+ [CR]
BRIGHTNESS:101 [CR]
Increments the current Brightness
value
brightness- [CR]
BRIGHTNESS:100 [CR]
Decrements the current Brightness
value
gain = 101 102 103 [CR]
GAIN:101 102 103 [CR]
Example command with multiple
operators (sets Red Gain to 101,
Green Gain to 102 and Blue Gain to
103, on the current zone)
gain(current red)+
GAIN(CURRENT RED):102
Increments the Red Gain on the
current zone
gain(zone.1, all) = 104,105,106
GAIN(ZONE.1 ALL):104 105 106
Example command with multiple
modifiers, multiple operators and
different separators between the
modifiers and operators (sets Red
Gain to 104, Green Gain to 105 and
Blue Gain to 106, on Zone 1)

8
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 8
Command
Response
Notes
ipv4.address(static)=”10.15.0.220”
[CR]
IPV4.ADDRESS(STATIC)=”10.15.0.
220” [CR]
Example command with a string
operator
reset(user) [CR]
RESET(USER)@ACK [CR]
Example action command (no
operator or operand)
reset(user) [CR]
RESET(USER)^NAK [CR]
Example action command that
cannot be processed at this time
aspect? [CR]
ASPECT:AUTO [CR]
The name for the Aspect Ratio
setting value is returned
aspect# [CR]
ASPECT:0 [CR]
The number for the Aspect Ratio
setting value is returned
aspect=fill [CR]
ASPECT:FILL [CR]
Sets the Aspect Ratio to Fill
aspect=3 [CR]
ASPECT:3 [CR]
Also sets the Aspect Ratio to Fill
brightness @@ [CR]
BRIGHTNESS!ERR 1 [CR]
Example of an invalid syntax (“@@”
isn’t a valid operator)
fake.command = 1 [CR]
FAKE.COMMAND:ERR 3 [CR]
Example of an invalid opcode
(“FAKE.COMMAND” doesn’t exist)
brightness(zone.999) = 100 [CR]
BRIGHTNESS(ZONE.999)!ERR 4
[CR]
Example of an invalid modifier
(“ZONE.999” isn’t a valid modifier for
“BRIGHTNESS”)
brightness=”new value” [CR]
BRIGHTNESS!ERR 5 [CR]
Example of an invalid operand (the
Brightness command doesn’t accept
a string operand)
model.id = 1 [CR]
MODEL.ID!ERR 6 [CR]
Example of an invalid operator
(cannot write to this command)
display.name = “Name containing \”
and \\”
DISPLAY.NAME:”Name containing \”
and \\”
The name will appear on the remote
monitor as Name containing “ and \
power.on.delay = .1
POWER.ON.DELAY:0.1
Example of a fixed point operand.
Sets the Power On Delay to 0.1
seconds.

9
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 9
5. RS232 Codes
Notes:
• The examples are written with the command first and the response in italics. Example:
• Command: ASPECT(ZONE.1)=AUTO
• Response: ASPECT(ZONE.1):AUTO
• In many instances, a modifier may be omitted and the display will replace it with a default
value. For example, the default modifier for the ASPECT command is CURRENT, so the
following two commands are identical:
• ASPECT(CURRENT)=AUTO
• ASPECT=AUTO
• ‘!’ in the Operators column indicates that the command accepts the execute operator,
which uses no operator symbol. The ‘!’ symbol is not included in the command.

Page | 10
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Advanced
Color
CMS
211
=?+-
Mod 1: Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
255 = CURRENT
Mod 2: Gamut
0 = REC709
1 = SMPTEC
2 = EBU
5 = USER
6 = AUTO
255 = CURRENT
Mod 3: Color Point
0 = RED.X
1 = RED.Y
2 = GREEN.X
3 = GREEN.Y
4 = BLUE.X
5 = BLUE.Y
6 = CYAN.X
7 = CYAN.Y
8 = MAGENTA.X
9 = MAGENTA.Y
10 = YELLOW.X
11 = YELLOW.Y
12 = WHITE.X
13 = WHITE.Y
[None = Set all 14
values at once]
0-800
No
[Set REC709 red x color point in
Zone 1 to 0.640]
CMS(ZONE.1, REC709,
RED.X)=640
CMS(ZONE.1 REC709 RED.X):640
[Set all color points in the User
gamut for Zone 2]
CMS(ZONE.2, USER)=640 330 300
600 150 060 225 329 321 154 419
505 313 329
CMS(ZONE.2 USER):640 330 300
600 150 060 225 329 321 154 419
505 313 329
URP75 / URP85 / URP98
only
See Main -> Advanced
Settings -> Advanced
Color.
Note that the color point
values for the Auto gamut
cannot be written. When
read, it returns the values
for the auto-detected
gamut.

11
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 11
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Advanced
Color Flag
CMSFLAG
212
?
Mod 1: Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
255 = CURRENT
Mod 2: Gamut
0 = REC709
1 = SMPTEC
2 = EBU
5 = USER
6 = AUTO
255 = CURRENT
Mod 3: Color Point
0 = RED.X
1 = RED.Y
2 = GREEN.X
3 = GREEN.Y
4 = BLUE.X
5 = BLUE.Y
6 = CYAN.X
7 = CYAN.Y
8 = MAGENTA.X
9 = MAGENTA.Y
10 = YELLOW.X
11 = YELLOW.Y
12 = WHITE.X
13 = WHITE.Y
String
No
[Zone 1 REC709 red x coordinate is
achievable]
CMSFLAG(ZONE.1, REC709,
RED.X)?
CMSFLAG(ZONE.1 REC709
RED.X):""
[Zone 2 EBU blue y coordinate is not
achievable]
CMSFLAG(ZONE.2, EBU, BLUE.Y)?
CMSFLAG(ZONE.2 EBU
BLUE.Y):"*"
URP75 / URP85 / URP98
only
See Main -> Advanced
Settings -> Advanced
Color.
In some cases, the target
color coordinates may not
be achievable. In this
case, "*" will be returned
by this command.
Otherwise, an empty
string will be returned.
Allow Pop
Up
Messages
OSD.ALLOW.
POPUP
1300
=?+-
0 = NO
1 = YES
No
OSD.ALLOW.POPUP=YES
OSD.ALLOW.POPUP:YES
See Main -> Advanced
Settings -> Menus and
Messages -> Allow Pop
Up Messages.

12
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 12
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Aspect
Ratio
ASPECT
500
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0 = AUTO
1 = 16X9
2 = 4X3
3 = FILL
4 = NATIVE
5 = LETTERBOX
No
[For Zone 1]
ASPECT(ZONE.1)=AUTO
ASPECT(ZONE.1):AUTO
[For the current zone]
ASPECT=16X9
ASPECT:16X9
See Main -> Image Adjust
-> Aspect Ratio.
Audio Input
AUDIO.INPUT
1003
?
Source
1 = HDMI.1
2 = HDMI.2
3 = HDMI.3
4 = HDMI.4
5 = DP
7 = VGA
13 = DP.2
No
AUDIO.INPUT?
AUDIO.INPUT:HDMI.1
Returns the input source
in the zone currently
playing audio, as chosen
by Audio Select.
VGA and DP.2 are
available only on URP49 /
URP55 / URP65.
Audio
Select
AUDIO.ZONE
1007
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
No
AUDIO.ZONE=ZONE.1
AUDIO.ZONE:ZONE.1
See Main -> Audio ->
Audio Select.

13
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 13
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Audio
Settings
AUDIO.
SETTINGS
1009
=?
Op 1: Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
Ops 2-8: Unsigned
Integers
No
[For Zone 3, Volume=51, Treble=52,
Bass=53, Balance=54, Mute Off,
Internal Speakers On]
AUDIO.SETTINGS=2 51 52 53 54 0
1
AUDIO.SETTINGS:2 51 52 53 54 0
1
Values are set/returned in
the order AUDIO.ZONE,
AUDIO.VOLUME,
AUDIO.TREBLE,
AUDIO.BASS,
AUDIO.BALANCE,
AUDIO.MUTE,
AUDIO.SPEAKERS
On URP49 / URP55 /
URP65, this command
does not return value
AUDIO.ZONE.
Auto Adjust
AUTO.ADJUST
5004
!
No
AUTO.ADJUST
AUTO.ADJUST@ACK
URP49 / URP55 / URP65
only
See Main -> Image Adjust
-> Auto Adjust
Auto Power
On
AUTO.ON
1407
=?+-
0 = OFF
1 = ON
2 = PREVIOUS.
STATE
Yes
AUTO.ON=ON
AUTO.ON:ON
See Main -> Advanced
Settings -> Power -> Auto
Power On.
PREVIOUS.STATE is
available only on URP49 /
URP55 / URP65.
Auto Scan
Sources
SOURCE.SCAN
105
=?+-
0 = OFF
1 = ON
2 = FAILOVER
No
SOURCE.SCAN=ON
SOURCE.SCAN:ON
See Main -> Inputs and
Views -> Auto Scan
Sources.
FAILOVER is available
only on URP49 / URP55 /
URP65.

14
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 14
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Backlight
Intensity
BACKLIGHT.
INTENSITY
1400
=?+-
1-100
No
BACKLIGHT.INTENSITY=75
BACKLIGHT.INTENSITY:75
See Main -> Advanced
Settings -> Backlight ->
Backlight Intensity.
Balance
AUDIO.BALANCE
1000
=?+-
0-100
No
AUDIO.BALANCE=50
AUDIO.BALANCE:50
See Main -> Audio ->
Balance.
Bass
AUDIO.BASS
1001
=?+-
0-100
No
AUDIO.BASS=50
AUDIO.BASS:50
See Main -> Audio ->
Bass.
Blank
Screen
Color
BLANK.COLOR
1306
=?+-
0 = RED
1 = GREEN
2 = BLUE
3 = CYAN
4 = MAGENTA
5 = YELLOW
6 = WHITE
7 = BLACK
No
BLANK.COLOR=BLUE
BLANK.COLOR:BLUE
See Main -> Advanced
Settings -> Menus and
Messages -> Blank
Screen Color.
Brightness
BRIGHTNESS
200
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0-100
No
[For Zone 1]
BRIGHTNESS(ZONE.1)=50
BRIGHTNESS(ZONE.1):50
[For the current zone]
BRIGHTNESS=55
BRIGHTNESS:55
See Main -> Image Adjust
-> Brightness.
Zone modifier is available
only on URP75 / URP85 /
URP98.

15
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 15
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Color
COLOR
202
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0-100
No
[For Zone 1]
COLOR(ZONE.1)=50
COLOR(ZONE.1):50
[For the current zone]
COLOR=55
COLOR:55
See Main -> Image Adjust
-> Color.
Zone modifier is available
only on URP75 / URP85.

16
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 16
Color
Gamut
COLOR.GAMUT
214
=?+-
Mod 1: Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
255 = CURRENT
[None = CURRENT]
Mod 2: Type
0 = SETTING
1 = ACTUAL
2 = COPY
3 = REVERT
[None = SETTING]
Mod 3: Gamut
0 = REC709
1 = SMPTE.C
2 = EBU
5 = USER
6 = AUTO
255 = CURRENT
0 = REC709
1 = SMPTE.C
2 = EBU
5 = USER
6 = AUTO
7 = DISABLE
No
[Setting Color Gamut for Zone 1]
COLOR.GAMUT(ZONE.1,
SETTING)=REC709
COLOR.GAMUT(ZONE.1
SETTING):REC709
[Setting Color Gamut for the current
zone]
COLOR.GAMUT(CURRENT,
SETTING)=AUTO
COLOR.GAMUT(CURRENT
SETTING):AUTO
[Reading the actual Color Gamut for
the current zone]
COLOR.GAMUT(CURRENT,
ACTUAL)?
COLORSPACE(CURRENT
ACTUAL):RGB
[Copy the Zone 2 REC709 gamut to
all zones]
COLOR.GAMUT(ZONE.2, COPY,
REC709)
COLOR.GAMUT(ZONE.2 COPY
REC709)@ACK
URP75 / URP85 / URP98
only
“Setting” is the value that
the color gamut is set to.
This takes two modifiers
and does not support the
execute action. See Main
-> Advanced Settings ->
Advanced Color -> Color
Gamut.
“Actual” is the currently
applied color gamut
(cannot return AUTO).
This is read only, takes
two modifiers and does
not support the execute
action. See Main ->
Information -> Image
Information -> Color
Gamut.
“Copy” is an execute
action that takes all three
modifiers and no
operands. See Main ->
Advanced Settings ->
Advanced Color -> Copy
to All Zones.
“Revert” is an execute
action that takes all three
modifiers and no
operands. See Main ->
Advanced Settings ->
Advanced Color -> Revert
to Defaults.
Color
Space
COLORSPACE
207
=?+-
Mod 1: Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
0 = REC601
1 = REC709
2 = RGB
3 = RGB.VIDEO
4 = AUTO
No
[Setting Color Space for Zone 1]
COLORSPACE(ZONE.1,
SETTING)=REC709
COLORSPACE(ZONE.1
SETTING):REC709
“Setting” is the value that
the color space is set to.
See Main -> Image Adjust
-> Color Space.

17
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 17
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
Mod 2: Value Type
0 = SETTING
1 = ACTUAL
[Setting Color Space for the current
zone]
COLORSPACE(CURRENT,
SETTING)=AUTO
COLORSPACE(CURRENT
SETTING):AUTO
[Reading the actual Color Space for
the current zone]
COLORSPACE(CURRENT,
ACTUAL)?
COLORSPACE(CURRENT
ACTUAL):RGB
“Actual” is the currently
applied color space
(cannot return AUTO).
See Main -> Information
-> Image Information ->
Color Space.
Color Sub-
sampling
COLOR.
SUBSAMPLING
301
?
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
255 = CURRENT
String
No
[For Zone 1]
COLOR.SUBSAMPLING(ZONE.1)?
COLOR.SUBSAMPLING(ZONE.1):"
4:4:4"
[For the current zone]
COLOR.SUBSAMPLING?
COLOR.SUBSAMPLING:"4:2:0"
See Main -> Information
-> Image Information ->
Color Subsampling.
Color Tem-
perature
COLOR.
TEMPERATURE
208
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
0 = 3200K
1 = 5500K
2 = 6500K
3 = 7500K
4 = 9300K
5 = NATIVE
No
[For Zone 1]
COLOR.TEMPERATURE(ZONE.1)=
6500K
COLOR.TEMPERATURE(ZONE.1):
6500K
[For the current zone]
COLOR.TEMPERATURE=NATIVE
COLOR.TEMPERATURE=NATIVE
See Main -> Image Adjust
-> Color Temperature.
Zone modifier is available
only on URP75 / URP85 /
URP98.

18
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 18
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Content
Rotation
ROTATE
504
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0 = NONE
90 = 90
180 = 180
270 = 270
No
[For Zone 1]
ROTATE(ZONE.1)=90
ROTATE(ZONE.1):90
[For the current zone]
ROTATE=NONE
ROTATE:NONE
URP75 / URP85 / URP98
only
See Main -> Image Adjust
-> Content Rotation.
Contrast
CONTRAST
201
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0-100
No
[For Zone 1]
CONTRAST(ZONE.1)=50
CONTRAST(ZONE.1):50
[For the current zone]
CONTRAST=55
CONTRAST:55
See Main -> Image Adjust
-> Contrast.
Zone modifier is available
only on URP75 / URP85 /
URP98.
Current
Zone
CURRENT.
ZONE
100
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
No
CURRENT.ZONE=ZONE.1
CURRENT.ZONE:ZONE.1
See Main -> Image Adjust
-> Current Zone.

19
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 19
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Current
Zone
Layout
CURRENT.
ZONE.LAYOUT
108
?
0 = S.1
1 = P.UL.1
2 = P.UL.2
3 = P.UR.1
4 = P.UR.2
5 = P.LL.1
6 = P.LL.2
7 = P.LR.1
8 = P.LR.2
9 = D.L.1
10 = D.L.2
11 = D.T.1
12 = D.T.2
13 = T.L.1
14 = T.L.2
15 = T.L.3
16 = T.R.1
17 = T.R.2
18 = T.R.3
19 = T.T.1
20 = T.T.2
21 = T.T.3
22 = T.B.1
23 = T.B.2
24 = T.B.3
25 = T.M.1
26 = T.M.2
27 = T.M.3
28 = Q.1
29 = Q.2
30 = Q.3
31 = Q.4
No
CURRENT.ZONE.LAYOUT?
CURRENT.ZONE.LAYOUT:Q.1
See separate table on
page 51 for operands.
Triple View is available
only on URP75 / URP85 /
URP98.

20
Planar UltraRes P Series RS232 User Manual
020-1408-02A
Page | 20
Setting
Command Code
Numeric
Command
Code
Operators
Modifiers
Operands
Available in
Standby
Example
Notes
Default
Gateway
IPV4.GATEWAY
1206
=?
0 = STATIC
[None = Current (for
reads only]
[None = STATIC (for
writes only]
String
Yes
[Read the current default gateway
value]
IPV4.GATEWAY?
IPV4.NETMASK:"10.15.0.1"
[Write the default gateway for static
IP]
IPV4.NETMASK(STATIC)="192.168.
12.1"
IPV4.NETMASK(STATIC):"192.168.
12.1"
See Main -> Advanced
Settings -> Network ->
Default Gateway.
DHCP
NETWORK.DHCP
1207
=?
0 = OFF
1 = ON
Yes
NETWORK.DHCP=ON
NETWORK.DHCP:ON
See Main -> Advanced
Settings -> Network ->
DHCP.
Diagnostic
Color
DIAGNOSTIC.
COLOR
206
=?+-
Zone
0 = ZONE.1
1 = ZONE.2
2 = ZONE.3
3 = ZONE.4
253 = ALL.INPUT
254 = ALL
254 = ALL.ZONE
255 = CURRENT
[None = CURRENT]
0 = RED
1 = GREEN
2 = BLUE
255 = OFF
No
[For Zone 1]
DIAGNOSTIC.COLOR(ZONE.1)=
OFF
DIAGNOSTIC.COLOR(ZONE.1):
OFF
[For the current zone]
DIAGNOSTIC.COLOR=BLUE
DIAGNOSTIC.COLOR:BLUE
URP75 / URP85 / URP98
only
See Main -> Image Adjust
-> Diagnostic Color.
Display
Name
DISPLAY.NAME
2404
=?
String
Yes
DISPLAY.NAME="Conference
Room 1"
DISPLAY.NAME:"Conference Room
1"
URP75 / URP85 / URP98
only
Sets the name shown on
the title of the Remote
Monitoring Software
pages.
Display
Power
DISPLAY.
POWER
1408
=?+-
0 = OFF
1 = ON
Yes
DISPLAY.POWER=ON
DISPLAY.POWER:ON
See the IR remote control
keys ON and OFF.
This manual suits for next models
12
Table of contents
Other Planar Monitor manuals

Planar
Planar PV174 User manual

Planar
Planar Helium PCT2485 User manual

Planar
Planar PT1910MX User manual

Planar
Planar LX1200TR User manual

Planar
Planar EL320.240.36-HB User manual

Planar
Planar PLL2450MW User manual

Planar
Planar PXL2760MW User manual

Planar
Planar PS5551 User manual

Planar
Planar PJT195RW User manual

Planar
Planar PL2011 User manual

Planar
Planar EL640.480-A User manual

Planar
Planar PE170 User manual

Planar
Planar PT1745R User manual

Planar
Planar LC1502R SERIES User manual

Planar
Planar PQ170 User manual

Planar
Planar PLL2770W User manual

Planar
Planar PT1785P User manual

Planar
Planar PQ1710M User manual

Planar
Planar IX2790 User manual

Planar
Planar PS4662T User manual