GIO–General Purpose Input/Output
Controls or monitors the state of the general purpose inputs and outputs.
The pins reserved for 12V and ground cannot be read, set, or configured. For a mapping of the IO pins
to the physical connector pins, refer to the Boxer 4K User Manual (P/N: 020-101777-XX).
Commands
Command
Description
Values
GIO +STAT <XXXXXXX>
Gets the state of all inputs or sets the state of all outputs.
H = High
L = Low
X = No change
GIO+CNFG <XXXXXXX>
Sets the direction for the individual pins to input or outputs.
I = Input
O = Output
X = No change
Examples
Get the status of all the inputs:
(GIO+STAT?)
Result:
(GIO+STAT!"LLLLLLL")
All inputs are low.
Set the status of the general purpose outputs:
(GIO+STAT "HXLHLLL")
Result:
Pins 1 and 4 are set to high; pin 2 has no change; Pins 2, 5, 6, and 7 are set to low.
Set pins 1, 2, and 6 to input and set pins 3, 4, 5, and 7 to output:
(GIO+CNFG "IIOOOIO")
Set pins 1 and 2 to output and ignore the rest:
(GIO+CNFG "OOxxxxx")
HIS–Lamp History
Retrieves a history of lamps installed in the projector, including the currently installed lamp.
Each entry indicates lamp identification as well as various usage statistics collected while the lamp was
installed.
The list is in reverse chronological order—meaning the first entry describes the current lamp, followed
by the next most recent lamp, and so on, up to a maximum of 50 total entries.
Serial API commands
Boxer 4K Serial API Commands Technical Reference
29
020-101697-05 Rev. 1 (07-2017)
Copyright
©
2017 Christie Digital Systems USA Inc. All rights reserved.