2016-11-04 22:13:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2017-07-13 17:30:33 +00:00
|
|
|
<!--
|
2017-11-16 19:29:08 +00:00
|
|
|
##############################################
|
|
|
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
|
|
|
##############################################
|
2017-07-13 17:30:33 +00:00
|
|
|
-->
|
|
|
|
|
2016-11-04 22:13:12 +00:00
|
|
|
<!-- Brakes Pressure Indicator -->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
2018-10-14 14:44:04 +00:00
|
|
|
<path>res/Brakes.ac</path>
|
2016-11-04 22:13:12 +00:00
|
|
|
|
|
|
|
<!-- Left Brake Pressure Indicator -->
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_lb_psi</object-name>
|
2017-07-18 19:41:02 +00:00
|
|
|
<property>systems/hydraulic/brakes/pressure-left-psi</property>
|
2016-11-04 22:13:12 +00:00
|
|
|
<factor>0.03</factor>
|
2017-06-30 17:28:02 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
2017-07-18 19:41:02 +00:00
|
|
|
<property>systems/hydraulic/brakes/mode</property>
|
2017-06-30 17:28:02 +00:00
|
|
|
<value>2</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2016-11-04 22:13:12 +00:00
|
|
|
<axis>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_lb_psi.axis</object-name>
|
2016-11-04 22:13:12 +00:00
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_rb_psi</object-name>
|
2017-07-18 19:41:02 +00:00
|
|
|
<property>systems/hydraulic/brakes/pressure-right-psi</property>
|
2016-11-04 22:13:12 +00:00
|
|
|
<factor>-0.03</factor>
|
2017-06-30 17:28:02 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
2017-07-18 19:41:02 +00:00
|
|
|
<property>systems/hydraulic/brakes/mode</property>
|
2017-06-30 17:28:02 +00:00
|
|
|
<value>2</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2016-11-04 22:13:12 +00:00
|
|
|
<axis>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_rb_psi.axis</object-name>
|
2016-11-04 22:13:12 +00:00
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
|
|
|
<animation>
|
|
|
|
<type>rotate</type>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_accum_psi</object-name>
|
2017-07-18 19:41:02 +00:00
|
|
|
<property>systems/hydraulic/brakes/accumulator-pressure-psi</property>
|
2016-11-04 22:13:12 +00:00
|
|
|
<interpolation>
|
|
|
|
<entry><ind>0</ind><dep>0</dep></entry>
|
2017-06-30 17:28:02 +00:00
|
|
|
<entry><ind>700</ind><dep>66</dep></entry>
|
2016-11-04 22:13:12 +00:00
|
|
|
<entry><ind>2000</ind><dep>78</dep></entry>
|
|
|
|
<entry><ind>3000</ind><dep>90</dep></entry>
|
|
|
|
</interpolation>
|
|
|
|
<axis>
|
2018-10-14 14:44:04 +00:00
|
|
|
<object-name>brakes_accum_psi.axis</object-name>
|
2016-11-04 22:13:12 +00:00
|
|
|
</axis>
|
|
|
|
</animation>
|
|
|
|
|
2017-06-30 17:28:02 +00:00
|
|
|
</PropertyList>
|