-
Notifications
You must be signed in to change notification settings - Fork 12
/
efis.html
265 lines (265 loc) · 11.9 KB
/
efis.html
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<title>Enguino</title>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='mobile-web-app-capable' content='yes'>
<style>
.segment { stroke:gray; stroke-width:20; }
.rectgauge { fill:none; stroke:black; stroke-width:40; }
.roundgauge { fill:none; stroke:black; }
.label { fill:dimgrey; text-anchor:middle; font-size:500px; }
.value { fill:black; text-anchor:middle; font-size:500px; }
.number { fill:dimgrey; text-anchor:start; font-size:300px; alignment-baseline:central; }
.mnumber { fill:dimgrey; text-anchor:middle; font-size:300px; alignment-baseline:central; }
.unit { fill:dimgrey; text-anchor:middle; font-size:300px; }
.abutton { fill:lightgrey; stroke:black; stroke-width:40; }
.indicator { fill:black }
</style>
</head>
<body>
<svg viewBox='0 0 13330 10000' style='display:block; position:absolute; top:5%; left:5%; width:90%; height:90%;'>
<defs>
<g id='hmark'>
<path d='M0 310 l-50 -50 v-520 l50 -50 l50 50 v520 Z' class='indicator'>
</g>
<g id='xmark'>
<path d='M0 220 l-150 150 h300 Z ' class='indicator'>
</g>
<g id='vmark'>
<path d='M310 0 l-50 -50 h-520 l-50 50 l50 50 h520 Z' class='indicator'>
</g>
</defs>
<g id='dyn'></g>
<g transform='translate(3500 0)'>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='red' x='400' y='4000' width='400' height='1000'/>
<rect fill='yellow' x='400' y='2800' width='400' height='1200'/>
<rect fill='green' x='400' y='1200' width='400' height='1600'/>
<rect fill='red' x='400' y='1000' width='400' height='200'/>
<line class='segment' x1='250' y1='1800' x2='950' y2='1800'/>
<text x='1000' y='1800' class='number'>80</text>
<line class='segment' x1='250' y1='2600' x2='950' y2='2600'/>
<text x='1000' y='2600' class='number'>60</text>
<line class='segment' x1='250' y1='3400' x2='950' y2='3400'/>
<text x='1000' y='3400' class='number'>40</text>
<line class='segment' x1='250' y1='4200' x2='950' y2='4200'/>
<text x='1000' y='4200' class='number'>20</text>
<text x='600' y='400' class='label'>OIL</text>
<text x='600' y='820' class='label'>PRES</text>
<text x='600' y='5800' class='unit'>psi</text>
<g transform='translate(100 5075)'>
<text x='500' y='425' class='value'>60</text>
</g>
<use xlink:href='#vmark' x='600' y='2600'/>
</g>
<g transform='translate(5250 0)'>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='yellow' x='400' y='4200' width='400' height='800'/>
<rect fill='green' x='400' y='1080' width='400' height='3120'/>
<rect fill='red' x='400' y='1000' width='400' height='80'/>
<line class='segment' x1='250' y1='2000' x2='950' y2='2000'/>
<text x='1000' y='2000' class='number'>200</text>
<line class='segment' x1='250' y1='3000' x2='950' y2='3000'/>
<text x='1000' y='3000' class='number'>150</text>
<line class='segment' x1='250' y1='4000' x2='950' y2='4000'/>
<text x='1000' y='4000' class='number'>100</text>
<text x='600' y='400' class='label'>OIL</text>
<text x='600' y='820' class='label'>TEMP</text>
<text x='600' y='5800' class='unit'>°F</text>
<g transform='translate(100 5075)'>
<text x='500' y='425' class='value'>200</text>
</g>
<use xlink:href='#vmark' x='600' y='2000'/>
</g>
<g transform='translate(7000 0)'>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='red' x='400' y='4333' width='400' height='667'/>
<rect fill='yellow' x='400' y='3000' width='400' height='1333'/>
<rect fill='green' x='400' y='1667' width='400' height='1333'/>
<rect fill='yellow' x='400' y='1067' width='400' height='600'/>
<rect fill='red' x='400' y='1000' width='400' height='67'/>
<line class='segment' x1='250' y1='2333' x2='950' y2='2333'/>
<text x='1000' y='2333' class='number'>14</text>
<line class='segment' x1='250' y1='3667' x2='950' y2='3667'/>
<text x='1000' y='3667' class='number'>12</text>
<text x='600' y='400' class='label'></text>
<text x='600' y='820' class='label'>VOLT</text>
<text x='600' y='5800' class='unit'>volt</text>
<g transform='translate(100 5075)'>
<text x='500' y='425' class='value'>14.0</text>
</g>
<use xlink:href='#vmark' x='600' y='2332'/>
</g>
<g transform='translate(8750 0)'>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='red' x='400' y='4800' width='400' height='200'/>
<rect fill='yellow' x='400' y='4200' width='400' height='600'/>
<rect fill='green' x='400' y='2600' width='400' height='1600'/>
<rect fill='yellow' x='400' y='1800' width='400' height='800'/>
<rect fill='red' x='400' y='1000' width='400' height='800'/>
<line class='segment' x1='250' y1='1800' x2='950' y2='1800'/>
<text x='1000' y='1800' class='number'>8</text>
<line class='segment' x1='250' y1='2600' x2='950' y2='2600'/>
<text x='1000' y='2600' class='number'>6</text>
<line class='segment' x1='250' y1='3400' x2='950' y2='3400'/>
<text x='1000' y='3400' class='number'>4</text>
<line class='segment' x1='250' y1='4200' x2='950' y2='4200'/>
<text x='1000' y='4200' class='number'>2</text>
<text x='600' y='400' class='label'>FUEL</text>
<text x='600' y='820' class='label'>PRES</text>
<text x='600' y='5800' class='unit'>psi</text>
<g transform='translate(100 5075)'>
<text x='500' y='425' class='value'>4.0</text>
</g>
<use xlink:href='#vmark' x='600' y='3404'/>
</g>
<g transform='translate(10500 0)'>
<text x='1350' y='400' class='label'>FUEL</text>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='red' x='400' y='4375' width='400' height='625'/>
<rect fill='yellow' x='400' y='3750' width='400' height='625'/>
<rect fill='green' x='400' y='1000' width='400' height='2750'/>
<line class='segment' x1='250' y1='1250' x2='950' y2='1250'/>
<line class='segment' x1='250' y1='2500' x2='950' y2='2500'/>
<line class='segment' x1='250' y1='3750' x2='950' y2='3750'/>
<line class='segment' x1='250' y1='4375' x2='950' y2='4375'/>
<text x='600' y='820' class='label'>LEFT</text>
<text x='600' y='5800' class='unit'>gal</text>
<g transform='translate(100 5075)'>
<text x='500' y='425' class='value'>10.0</text>
</g>
<use xlink:href='#vmark' x='600' y='2500'/>
<g transform='translate(1500 0)'>
<rect x='400' y='1000' width='400' height='4000' class='rectgauge'/>
<rect fill='red' x='400' y='4375' width='400' height='625'/>
<rect fill='yellow' x='400' y='3750' width='400' height='625'/>
<rect fill='green' x='400' y='1000' width='400' height='2750'/>
<line class='segment' x1='250' y1='1250' x2='950' y2='1250'/>
<line class='segment' x1='250' y1='2500' x2='950' y2='2500'/>
<line class='segment' x1='250' y1='3750' x2='950' y2='3750'/>
<line class='segment' x1='250' y1='4375' x2='950' y2='4375'/>
<text x='600' y='820' class='label'>RGT</text>
<text x='600' y='5800' class='unit'>gal</text>
<g transform='translate(100 5075)'>
'<rect width='1000' height='500' rx='90' ry='90' fill='red'/>
<text x='500' y='425' class='value'>2.0</text>
</g>
<use xlink:href='#vmark' x='600' y='4500'/>
</g>
<text x='1350' y='1250' class='mnumber'>15</text>
<text x='1350' y='2500' class='mnumber'>10</text>
<text x='1350' y='3750' class='mnumber'>5</text>
<text x='1350' y='4375' class='mnumber'>2.5</text>
</g>
<g transform='translate(100 0)'>
<g transform='translate(1500 1800)'>
<g transform='scale(.1)'>
<path d='M-11147 6688 A 13000 13000 0 1 1 11147 6688' fill='none' stroke='black' stroke-width='4500' />
<path d='M-11257 6500A 13000 13000 0 0 1 -12802 -2256' fill='none' stroke-width='4000' stroke='yellow'/>
<path d='M-12802 -2256A 13000 13000 0 0 1 12929 1359' fill='none' stroke-width='4000' stroke='green'/>
<path d='M12929 1359A 13000 13000 0 0 1 11258 6500' fill='none' stroke-width='4000' stroke='red'/>
</g>
<text x='0' y='-200' class='label'>TACH</text>
<text x='0' y='5900' 700='unit'>rpm</text>
<g transform='translate(-500 -80)'>
'<rect width='1000' height='500' rx='90' ry='90' fill='red'/>
<text x='500' y='425' class='value'>2800</text>
</g>
<text x='0' y='700' class='unit'>rpm</text>
<use xlink:href='#vmark' x='-1300' y='0' transform='rotate(193.9)'/>
</g>
</g>
<g transform='translate(100 3200)'>
<g transform='translate(1500 1800)'>
<g transform='scale(.1)'>
<path d='M-11147 6688 A 13000 13000 0 1 1 11147 6688' fill='none' stroke='black' stroke-width='4500' />
<path d='M-11257 6500A 13000 13000 0 1 1 11258 6500' fill='none' stroke-width='4000' stroke='green'/>
</g>
<text x='0' y='-200' class='label'>MP</text>
<text x='0' y='5900' 700='unit'>in-hg</text>
<g transform='translate(-500 -80)'>
<text x='500' y='425' class='value'>3.3</text>
</g>
<text x='0' y='700' class='unit'>in-hg</text>
<use xlink:href='#vmark' x='-1300' y='0' transform='rotate(-30.0)'/>
</g>
</g>
<g transform='translate(2950 6150)'>
<rect x='1100' y='600' width='8000' height='400' class='rectgauge'/>
<rect fill='yellow' x='1100' y='600' height='400' width='1000'/>
<rect fill='green' x='2100' y='600' height='400' width='5000'/>
<rect fill='yellow' x='7100' y='600' height='400' width='1900'/>
<rect fill='red' x='9000' y='600' height='400' width='100'/>
<g transform='translate(0 550)'>
<text x='500' y='425' class='value'>310</text>
</g>
<use xlink:href='#hmark' y='800' x='5300'/>
<rect x='1100' y='1400' width='8000' height='400' class='rectgauge'/>
<rect fill='yellow' x='1100' y='1400' height='400' width='1000'/>
<rect fill='green' x='2100' y='1400' height='400' width='5000'/>
<rect fill='yellow' x='7100' y='1400' height='400' width='1900'/>
<rect fill='red' x='9000' y='1400' height='400' width='100'/>
<g transform='translate(0 1350)'>
<text x='500' y='425' class='value'>320</text>
</g>
<use xlink:href='#hmark' y='1600' x='5500'/>
<rect x='1100' y='2200' width='8000' height='400' class='rectgauge'/>
<rect fill='yellow' x='1100' y='2200' height='400' width='1000'/>
<rect fill='green' x='2100' y='2200' height='400' width='5000'/>
<rect fill='yellow' x='7100' y='2200' height='400' width='1900'/>
<rect fill='red' x='9000' y='2200' height='400' width='100'/>
<g transform='translate(0 2150)'>
<text x='500' y='425' class='value'>330</text>
</g>
<use xlink:href='#hmark' y='2400' x='5700'/>
<rect x='1100' y='3000' width='8000' height='400' class='rectgauge'/>
<rect fill='yellow' x='1100' y='3000' height='400' width='1000'/>
<rect fill='green' x='2100' y='3000' height='400' width='5000'/>
<rect fill='yellow' x='7100' y='3000' height='400' width='1900'/>
<rect fill='red' x='9000' y='3000' height='400' width='100'/>
<g transform='translate(0 2950)'>
<text x='500' y='425' class='value'>340</text>
</g>
<use xlink:href='#hmark' y='3200' x='5900'/>
<line class='segment' y1='450' x1='3100' y2='3550' x2='3100'/>
<text y='300' x='3100' class='mnumber'>200°F</text>
<line class='segment' y1='450' x1='5100' y2='3550' x2='5100'/>
<text y='300' x='5100' class='mnumber'>300°F</text>
<line class='segment' y1='450' x1='7100' y2='3550' x2='7100'/>
<text y='300' x='7100' class='mnumber'>400°F</text>
<text x='500' y='250' class='label' alignment-baseline='central';>CHT</text>
</g>
<g transform='translate(2950 6150)'>
<g transform='translate(9200 550)'>
<text x='500' y='425' class='value'>1100</text>
</g>
<use xlink:href='#xmark' y='800' x='2436'/>
<g transform='translate(9200 1350)'>
<text x='500' y='425' class='value'>1200</text>
</g>
<use xlink:href='#xmark' y='1600' x='3764'/>
<g transform='translate(9200 2150)'>
<text x='500' y='425' class='value'>1300</text>
</g>
<use xlink:href='#xmark' y='2400' x='5100'/>
<g transform='translate(9200 2950)'>
<text x='500' y='425' class='value'>1400</text>
</g>
<use xlink:href='#xmark' y='3200' x='6436'/>
<text y='3700' x='3100' class='mnumber'>1150°</text>
<text y='3700' x='5100' class='mnumber'>1300°</text>
<text y='3700' x='7100' class='mnumber'>1450°</text>
<text x='9700' y='250' class='label' alignment-baseline='central';>EGT</text>
</g>
<g transform='translate(800 6650)'>
<g width='1600' height='600' onClick="javascript:ajax('?x=l');">
<rect width='1600' height='600' rx='100' ry='100' class='abutton'/>
<text x='800' y='475' class='value'>Lean</text></g>
<text x='800' y='1300' class='value'>GPH: 12.1</text>
<text x='800' y='2100' class='value'>Tot: 350.0</text>
<text x='800' y='2800' style='text-anchor:middle; font-size:300px;'>Hobb: 0.0</text>
</g>
</svg>
</body>
</html>