8
Planar UltraRes X Series RS232 User Manual
020-1397-00B
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.