アドオン制作者の憩いの場

このエントリーをはてなブックマークに追加
393AutoBrake Disarm (1/2)
ブレーキを踏むとオートブレーキを解除するゲージ

<Gauge Name="AutoBrake Disarm" Version="1.0">

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 0 == (A:GPS GROUND SPEED, knots) 28 > && (A:BRAKE RIGHT POSITION, position) 0.8 > && if{ (>K:INCREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 0 == (A:Gear handle position,percent) 50 < && if{ (>K:INCREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 2 == (A:BRAKE RIGHT POSITION, position) 0.2 > && if{ (>K:DECREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>
394AutoBrake Disarm (2/2):04/01/12 21:43
>>393の続き

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 3 == (A:BRAKE RIGHT POSITION, position) 0.4 > && if{ (>K:DECREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 4 == (A:BRAKE RIGHT POSITION, position) 0.6 > && if{ (>K:DECREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>

<Element>
<Select>
<Value>(A:AUTO BRAKE SWITCH CB, enum) 5 == (A:BRAKE RIGHT POSITION, position) 0.75 > && if{ (>K:DECREASE_AUTOBRAKE_CONTROL) }</Value>
</Select>
</Element>

</Gauge>