7
edits
m (missing bracket) |
m (Description of Integrator reset relay) |
||
| Line 661: | Line 661: | ||
Example: an integrator filter k(1/s). | Example: an integrator filter k(1/s). | ||
In this example, the normal input (<syntaxhighlight lang="xml" inline><property>/autopilot/internal/p-deg_sec</property></syntaxhighlight>)is disconnected and | In this example, the normal input (<syntaxhighlight lang="xml" inline><property>/autopilot/internal/p-deg_sec</property></syntaxhighlight>)is disconnected and replaced by (output multiplied by -10 ) when relay Rb is closed. This has the effect of rapidly ramping the integrator output to zero. | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
| Line 671: | Line 671: | ||
<input> | <input> | ||
<condition> | <condition> | ||
<property>/autopilot/internal/Rb</property> | <property>/autopilot/internal/Rb</property> <!-- Start integrator when Rb is set--> | ||
</condition> | </condition> | ||
<property>/autopilot/internal/p-deg_sec</property> | <property>/autopilot/internal/p-deg_sec</property> | ||
</input> | </input> | ||
<input> <!-- zero | <input> <!-- reset integrator output to zero when Rb is not set --> | ||
<expression> | <expression> | ||
<product> | <product> | ||
edits