Christie D4K40-RGB Technical Reference page 30

Hide thumbs Also See for D4K40-RGB:
Table of Contents

Advertisement

Command
Description
EVT <start
Returns all events between two specific
timestamp> <end
timestamps. (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!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!"--END--")
Retrieve two most recent events:
(EVT 2)
Result:
(EVT!002 "2013-03-17 04:01:13.855" "Error" "(SST+TEMP?002) Air Intake Temperature
(Temp 2) = Communication fault (shutdown)")
(EVT!000 "2013-03-17 04:47:18.340" "OK" "Setting Time to 06:47:17")
(EVT!"--END--")
Retrieve all events from a specific point in time until now:
(EVT "2013-03-17 04:01:13")
Result:
(EVT!000 "2013-03-17 04:47:18.340" "OK" "Setting Time to 06:47:17")
(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!"--END--")
Retrieve all events between two specific points in time:
(EVT "2013-03-17 04:01:08" "2013-03-17 04:01:12")
Result:
(EVT!004 "2013-03-17 04:01:12.663" "Error" "(SST+TEMP?000) Integrator Rod Temperature
(Temp 1) = Communication fault (shutdown)")
(EVT!"--END--")
D4K40-RGB Technical Reference–Serial Commands
020-102972-02 Rev. 1 (01-2019)
Copyright
2019 Christie Digital Systems USA, Inc. All rights reserved.
©
Serial API commands
Values
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
30

Advertisement

Table of Contents
loading

Table of Contents