Driver Type
Categories
- Recent Updates
- Access Control
- Amplifier
- A/V Receiver
- Climate and Pool Control
- Disc Player / Changer
- Display
- DSP
- DVR
- Irrigation / Sprinklers
- Lighting Control
- Matrix Switch
- Media Server and Player
- Multi-Room A/V
- Networking
- Power and Rack Management
- Security
- Surveillance
- Teleconferencing
- Training
- Tuner
- Utility
- Video Projector
Driver Type
Categories
- Recent Updates
- Access Control
- Amplifier
- A/V Receiver
- Climate and Pool Control
- Disc Player / Changer
- Display
- DSP
- DVR
- Irrigation / Sprinklers
- Lighting Control
- Matrix Switch
- Media Server and Player
- Multi-Room A/V
- Networking
- Power and Rack Management
- Security
- Surveillance
- Teleconferencing
- Training
- Tuner
- Utility
- Video Projector
Christie LCD Panel
By: Daniel Richer
Updated: July 1, 2026
Version: 1.4
Initial release supporting the following Christie panel models:
- UHD551-L
- UHD651-L
- UHD751-P
- UHD861-P
- UHD552-L
- UHD652-L
- UHD752-L
- UHD862-L
- UHD982-P-A
Authentication
No password configuration required. The driver automatically tries the known Christie defaults (1111, 0000, 1234) on connect and remembers the working one for next boot. If none work, an Authentication Failed event fires and AuthStatus reports "Failed" – the panel password has been changed via OSD and must be reset to a default.
Support
Support is handled by Habitech Ltd
Please have the subject of the email titled - RTI Driver <driver name>
For example, RTI Driver - Christie to RTI@Habitech.co.uk
Christie Access LCD Panel Driver
Introduction & Manufacturer Profile
This driver enables full IP-based control of Christie LCD Panels from RTI XP processors. Users can manage power, inputs, volume, and mute with automatic feedback synchronization.
Version History
Version 1.0 – May 12, 2025
Version 1.1 - May 14, 2025
Version 1.2 - June 9th, 2025 (code clean up)
Version 1.3 - admin password fallback added
Version 1.4 - April 28, 2026: full audit + feature pass.
- Removed Admin Password config. Driver round-robins 0000, 1111, 1234 and persists the working password.
- Heartbeat changed from re-auth to GETQUICKSTANDBY poll.
- Access I panels skip authentication (no SETUSERSECLEVEL on that series).
- Source feedback parser rewritten: handles GETSOURCE, Access II select-TV/External-source echoes, and Access I numeric "select N source" echoes.
- Volume feedback parser rewritten: captures VOLUMEUP/DOWN and SETVOLUME echoes.
- Added Access I-only inputs: Back AV, YPbPr, DVI.
- Added Picture Mode, Brightness (up/down/set), Backlight Level (Access II).
- Added panel-info sysvars: Model Name, Serial Number, Software Version, Panel Hours.
- Per-series gating tightened on inputs and colour buttons.
- minimumRuntimeVersion bumped to 24 for encrypted release packaging.
Initial release supporting the following Christie panel models:
• UHD551-L
• UHD651-L
• UHD751-P
• UHD861-P
• UHD552-L
• UHD652-L
• UHD752-L
• UHD862-L
• UHD982-P-A
System Requirements & Prerequisites
Integration Designer Version: 10.4 or later
XP Processor Firmware: 22.3.31 or later
Christie Panel Network Access: TCP port 1986 must be open and reachable
Panel Password: Default is 1111 (could also be 0000 or 1234)
Driver Configuration
Connection Settings
Control Method: Select TCP or Serial
IP Address / Serial Port: Enter the IP of the panel or select COM port
TCP Port: Typically 1986
Display Model Selection
Set this based on the connected panel model — used for conditional feature control
Authentication
No password configuration required. The driver automatically tries the known Christie defaults (1111, 0000, 1234) on connect and remembers the working one for next boot. If none work, an Authentication Failed event fires and AuthStatus reports "Failed" – the panel password has been changed via OSD and must be reset to a default.
System Variables
Name Type Description
Power On Boolean True when the panel is on
Mute Boolean True when muted
Volume Level Integer Volume level from 0 to 100
Current Input String Source name (e.g., HDMI1, OPS) - Fixed in V1.1
System Functions
Function Name Available On Description
Power On All models Powers on the display
Power Off All models Powers off the display
Volume Up/Down All models Increments or decrements volume
Set Volume All models Accepts direct volume level (0–100)
Mute Toggle All models Toggles mute state
Mute On / Off Access II only Explicit mute state control
Set Input HDMI 1–3 All models Changes input to HDMI (where available)
Set Input DP 1–2 All models Changes input to DisplayPort
Set Input OPS All models Selects OPS module input
Set Input USB-C Access II only Selects USB-C input
Set Input VGA Access II only Selects VGA input
Colour Buttons (Red/Green/Blue/Yellow) Access II only Triggers UI colour keys
Programming the UI
Power Control: Bind to PowerOn variable or use Power On/Off functions
Volume Slider: Bind to VolumeLevel variable (uses Set Volume)
Input Selection: Use buttons tied to Set Input functions
Mute Control: Use Mute Toggle or On/Off functions (if Access II)