-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDMXcommands-Science.xml
More file actions
161 lines (110 loc) · 5.34 KB
/
DMXcommands-Science.xml
File metadata and controls
161 lines (110 loc) · 5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<?xml version="1.0" encoding="utf-8"?>
<DMX_CONTROL version="2.00">
<!-- ********************************************************************************************* -->
<!-- -->
<!-- This profile is for the Science station. Copy this into the master DMX commands file-->
<!-- DMX ID MAP -->
<!-- 189-191 front shields indicator tricolor LEDs -->
<!-- 192-194 ship damage level indicator tricolor LEDs -->
<!-- 195-197 rear shields indicator tricolor LEDs -->
<!-- 198 red alert single channel red light -->
<!-- 199-200 zoom buttons -->
<!-- 201-104 pan buttons -->
<!-- 205 scan -->
<!-- 206-207 fighters status indicators -->
<!-- -->
<!-- ********************************************************************************************* -->
<!-- Start copy range -->
<!-- ********************************************************************************************* -->
<!-- ******************************************************************* -->
<!-- Fighter Status Block -->
<!-- ******************************************************************* -->
<!-- ********************************************************************************************* -->
<event type="ALL_FIGHTERS_DOCKED" continuous="yes">
<!-- green light on, amber off -->
<timeblock mseconds="2000">
<setvalue index="206" value="255" change="0"/> <!-- green indicator -->
<setvalue index="207" value="0" change="0"/> <!-- red indicator -->
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<event type="NORMAL_CONDITION_1" continuous="yes" if="!ALL_FIGHTERS_DOCKED">
<!-- green light off, amber on -->
<timeblock mseconds="2000">
<setvalue index="206" value="0" change="0"/> <!-- green indicator -->
<setvalue index="207" value="255" change="0"/> <!-- red indicator -->
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<event type="FIGHTER_DOCKED">
<!-- green light flicker 4x -->
<timeblock mseconds="300">
<setvalue index="206" value="255" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="0" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="255" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="0" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="255" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="0" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="255" change="0"/> <!-- green indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="206" value="0" change="0"/> <!-- green indicator -->
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<event type="FIGHTER_LAUNCHED">
<!-- amber light flicker 4x -->
<timeblock mseconds="300">
<setvalue index="207" value="255" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="0" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="255" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="0" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="255" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="0" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="255" change="0"/> <!-- amber indicator -->
</timeblock>
<timeblock mseconds="300">
<setvalue index="207" value="0" change="0"/> <!-- amber indicator -->
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<!-- Scan Block -->
<!-- ********************************************************************************************* -->
<!-- ********************************************************************************************* -->
<event type="SCAN_IN_PROGRESS" continuous="yes">
<!-- pulsing green scan button while scan in progress -->
<timeblock mseconds="1000">
<setvalue index="205" value="255" change="-200"/> <!-- green value of scan button -->
</timeblock>
<timeblock mseconds="1000">
<setvalue index="205" value="55" change="200"/> <!-- green value of scan button -->
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<!-- End copy range -->
<!-- ********************************************************************************************* -->
</DMX_CONTROL>