|
21 | 21 | upperWarnAround: !type:AlarmThresholdSetting |
22 | 22 | threshold: 0.8 |
23 | 23 |
|
| 24 | +# ColdWeather - For air alarms that won't constantly go off due to cold atmospheres, but still trip from fires |
| 25 | + |
| 26 | +- type: alarmThreshold |
| 27 | + id: stationTemperatureColdWeather |
| 28 | + upperBound: !type:AlarmThresholdSetting |
| 29 | + threshold: 353.15 # danger high temp @ +80C |
| 30 | + lowerBound: !type:AlarmThresholdSetting |
| 31 | + threshold: 193.15 # danger low temp @ -80C |
| 32 | + upperWarnAround: !type:AlarmThresholdSetting |
| 33 | + threshold: 0.915 # warn high temp @ +50C |
| 34 | + lowerWarnAround: !type:AlarmThresholdSetting |
| 35 | + threshold: 1.2071 # warn low temp @ -40C |
| 36 | + |
| 37 | +- type: alarmThreshold |
| 38 | + id: stationPressureColdWeather |
| 39 | + upperBound: !type:AlarmThresholdSetting |
| 40 | + threshold: 550 # HazardHighPressure from Atmospherics.cs |
| 41 | + lowerBound: !type:AlarmThresholdSetting |
| 42 | + threshold: 60 # danger @ 60 KPA, cold air is much more breathable (surprisingly) |
| 43 | + upperWarnAround: !type:AlarmThresholdSetting |
| 44 | + threshold: 0.7 # 385 kPa, WarningHighPressure from Atmospherics.cs |
| 45 | + lowerWarnAround: !type:AlarmThresholdSetting |
| 46 | + threshold: 1.3 # 78 kPa |
| 47 | + |
24 | 48 | # Chamber - no lower bounds, and the upper warn multiplier resolves to 75000kPa. |
25 | 49 | # Both upper checks are >=, so these fire at the stated values. |
26 | 50 | - type: alarmThreshold |
|
66 | 90 | threshold: 0.82195 |
67 | 91 | lowerWarnAround: !type:AlarmThresholdSetting |
68 | 92 | threshold: 1.1286 |
69 | | -# ColdWeather - For air alarms that won't constantly go off due to cold atmospheres, but still trip from fires |
70 | | - |
71 | | -- type: alarmThreshold |
72 | | - id: stationTemperatureColdWeather |
73 | | - upperBound: !type:AlarmThresholdSetting |
74 | | - threshold: 353.15 # danger high temp @ +80C |
75 | | - lowerBound: !type:AlarmThresholdSetting |
76 | | - threshold: 193.15 # danger low temp @ -80C |
77 | | - upperWarnAround: !type:AlarmThresholdSetting |
78 | | - threshold: 0.915 # warn high temp @ +50C |
79 | | - lowerWarnAround: !type:AlarmThresholdSetting |
80 | | - threshold: 1.2071 # warn low temp @ -40C |
81 | | - |
82 | | -- type: alarmThreshold |
83 | | - id: stationPressureColdWeather |
84 | | - upperBound: !type:AlarmThresholdSetting |
85 | | - threshold: 550 # HazardHighPressure from Atmospherics.cs |
86 | | - lowerBound: !type:AlarmThresholdSetting |
87 | | - threshold: 60 # danger @ 60 KPA, cold air is much more breathable (surprisingly) |
88 | | - upperWarnAround: !type:AlarmThresholdSetting |
89 | | - threshold: 0.7 # 385 kPa, WarningHighPressure from Atmospherics.cs |
90 | | - lowerWarnAround: !type:AlarmThresholdSetting |
91 | | - threshold: 1.3 # 78 kPa |
92 | 93 |
|
93 | 94 | # New Gases |
94 | 95 |
|
|
0 commit comments