Evt-Event Manager - Christie Boxer 4K Technical Reference

Table of Contents

Advertisement

EVT–Event Manager
Retrieves a list of log messages for the current AC cycle from the projector.
Commands
Command
Description
EVT
Returns all events starting from the most
recent event on the projector back to AC
start. (Read-only)
EVT <max>
Returns at most <max> events starting
from the most recent event on the projector
back to AC start. (Read-only)
EVT <start
Returns all events from <start timestamp>
timestamp>
back to current time. (Read-only)
EVT <start
Returns all events from <end timestamp>
timestamp> <end
back to <start timestamp>. (Read-only)
timestamp>
Examples
Retrieve all events since last AC start:
(EVT)
Result:
(EVT!000 "2013-03-17 04:47:18.340" "OK" "Setting Time to 06:47:17")
(EVT!001 "2013-03-17 04:01:13.860" "Error" "(SST+TEMP?003) Lamp Exhaust Temperature
(Temp 3) = Communication fault (shutdown)")
(EVT!002 "2013-03-17 04:01:13.855" "Error" "(SST+TEMP?002) Air Intake Temperature
(Temp 2) = Communication fault (shutdown)")
(EVT!003 "2013-03-17 04:01:13.824" "Error" "(SST+TEMP?000) Integrator Rod Temperature
(Temp 1) = Communication fault (shutdown)")
(EVT!004 "2013-03-17 04:01:12.663" "Error" "(SST+VERS?017) Lamp Power Supply Version
= Detection fault")
(EVT!"--END--")
Retrieve two most recent events:
(EVT 2)
Result:
(EVT!000 "2013-03-17 04:47:18.340" "OK" "Setting Time to 06:47:17")
(EVT!001 "2013-03-17 04:01:13.860" "Error" "(SST+TEMP?003) Lamp Exhaust Temperature
(Temp 3) = Communication fault (shutdown)")
Boxer 4K Serial API Commands Technical Reference
020-101697-05 Rev. 1 (07-2017)
Copyright
2017 Christie Digital Systems USA Inc. All rights reserved.
©
Serial API commands
Values
max = Maximum number of events to
return
start timestamp = String in the following
format:
yyyy=mm-dd hh:mm:ss
start timestamp = String in the following
format:
yyyy=mm-dd hh:mm:ss
end timestamp = String in the following
format:
yyyy=mm-dd hh:mm:ss
25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents