Command
Description
Values
GIO+CNFG "<xxxxxxx>"
Sets the direction for the individual pins to input or outputs.
I = Input
O = Output
X = No change
GIO+STAT?
Returns the status of all inputs. (Read-only)
—
GIO+STAT "<xxxxxxx>"
Gets the state of all inputs or sets the state of all outputs.
This command is only available if video electronics are on.
(Saved value)
H = High
L = Low
X = No change
GPIO+TRIG <XXXXXXX>
Sets the GPIO signal to be used as a camera trigger signal.
N = Normal
T = Trigger
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.
Get the direction for the individual pins:
(GIO+CNFG?)
Result:
(GIO+CONFG!"IIIIIII")
Set pins 1, 2, and 6 to input and set pins 3, 4,5, and 7 to output:
(GIO+CNFG "II000I0")
Set pins 1 and 2 to output and ignore the rest:
(GIO+CNFG "00XXXXX")
ITP–Test Pattern
Displays a test pattern.
Commands
Command
Description
Values
ITP <index>
Enables or disables test patterns.
0 = Off (Default)
Serial API commands
Christie Technical Reference–Serial Commands
36
020-103316-07 Rev. 1 (09-2022)
Copyright
©
2022 Christie Digital Systems USA, Inc. All rights reserved.
If printed, please recycle this document after use.