Runco Q-750i, LS-10i, LS-5, LS-3 Projector drivers for OS 2.x
Runco Q-750i, LS-10i, LS-5, LS-3 Projector drivers for OS 2.x
Driver Features:
- Feedback to C4 System
- Ability to log and view temperatures
- Ability to define email notification on lamp hours exceeded
- Full feedback of picture formats, frequencies
- Logs maximum temperatures into the C4 project
Driver documentation:
Installation
- Drop the driver into the project
- Connect in "Connections" the inputs for picture.
- Connect to RS port/ or fill in the IP address in the network connections
- Choose in the driver's properties which connection you will use for communication by selecting "Network" or "RS" in "Communication mode"
- Insert the license key and activate the driver
- Make sure the driver prints out "Driver running" in Properties
Manual / Notes
- This driver works either with RS232 connections directly from any C4 controller or via a transparent LAN to RS converter like the NPort 5110 from Moxa (which were used for development).
- During the cooling phase after switch off, the driver does not queue the commands. If a ON command is received a restart process will be initialized which will stop receiving a OFF command.
Properties:
- Driver info section: The driver will display informations about the actual status, as well some environnement variables
- Licensing section: Without key the driver will work for 10 minutes. The "Activation status" should display the expiry date of the license
- Communication mode: Selects the drivers control connection to the projector
- On to input delay (s): Control 4 sends per default the input changements immediately after the ON command. While starting the projector may not accept any commands, this options give the possiblitty to delay the input command according to the set value (seconds)
- Lamp warning treshold (h): During operation the lamp hours will be checked and display'd in the Properties. By setting this threshold the driver will set the Variable "Lamp_hours_reached" to "true" if the lamp hours are more than the entered value. Otherwise the Variable will be set each time to "false"
- All Variables can be accessed via "Programming" in Composer
- Set splash text 1,2,3: During the projectors startup a splash screen will be showed witch has the possibility to display 3 lines of custom entered text. For example: Calibrated for Mr. BA Baracus or Homer Simpson. This option works only during operation of the projector
Programming Variables: (depending on the model)
- Lamp_hours: Returns (number) the actual lamp hours
- Error_codes: Returns (string) error codes sent by the projector
- Lamp_hours_reached: (string) "true" if the lamp hours are more than the "Lamp warning treshold (h)" set in Properties. Default = "false"
- Aspect_ratio: (string) Only available if projector has sent feedback (no fake feedback). Possible values: "16:9", "4:3","Letterbox", "VirtualWide", "Cinema", "VirtualCinema".
- Calibration_preset: (string) Represents the calibration preset, possible values: "ISF Night", "ISF Day", "Memory 1", "Memory 2".
- H_refresh_rate: (string) Example: 67.385 KHZ
- V_refresh_rate: (string) Example: 60 HZ
- Pixel_clock: (string) Example: 148.2 MHZ
- Signal: (string) Example: 1080p/60Hz
- Inlet_Temperature: (number) Actual temperature from the air inlet
- Red_DMD_or_LED_temp: (number) Actual temperature from red LED driver
- Green_DMD_or_LED_temp: (number) Actual temperature from green LED driver
- Blue_DMD_or_LED_temp: (number) Actual temperature from blue LED driver
- Power_Supply_heat_sink_temp: (number) Actual temperature from power supply
- CW_Temperature: (number) Temperature of the color wheel
- Ballast_Temperature: (number) Actual temperature from the ballast
Programming "Device Specific Commands"
- Set_calibration_preset: Set the projector to the choosen preset
- Set_aspect_ratio: Adjust the aspect ratio from the picture
Send a email when lamp hours are exceeded: (only if 4sight is active)
- Setup a email in "Agents", text and maybe some variables from the projector
- Set a conditional "When the rooms turns off" and insert the conditional "If Room > Projector > Lamp_hours_reached EQUAL TO true" and insert the action to send your pre set email.