FGDeadBand Class Reference

#include <FGDeadBand.h>

Inherits FGFCSComponent.

List of all members.


Detailed Description

This is a component that allows for some "play" in a control path, in the form of a dead zone, or deadband. The form of the deadband component specification is:

    <deadband name="Windup Trigger">
      <input> [-]property </input>
      <width> number </width>
      [<clipto>
        <min> {[-]property name | value} </min>
        <max> {[-]property name | value} </max>
      </clipto>]
      [<output> {property} </output>]
    </deadband>

The width value is the total deadband region within which an input will produce no output. For example, say that the width value is 2.0. If the input is between -1.0 and +1.0, the output will be zero.

Author:
Jon S. Berndt
Version:
Id
FGDeadBand.h,v 1.6 2008/05/01 01:03:14 dpculp Exp

Definition at line 89 of file FGDeadBand.h.


Public Member Functions

 FGDeadBand (FGFCS *fcs, Element *element)
bool Run (void)

The documentation for this class was generated from the following files:

Generated on Tue May 26 00:55:09 2009 for JSBSim Flight Dynamics Model by  doxygen 1.5.5