summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/t1.d
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-16 21:30:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-16 21:30:07 +0000
commitd4bc481ded89c54759a5cd2c51565486d72312c6 (patch)
tree0c96a4f57f6d726ad7b8cd492c3d1fde8e4c0328 /doc/tools/pdl2texi/t1.d
parentnew file (diff)
downloadrtems-d4bc481ded89c54759a5cd2c51565486d72312c6.tar.bz2
Initial revision
Diffstat (limited to '')
-rw-r--r--doc/tools/pdl2texi/t1.d52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/tools/pdl2texi/t1.d b/doc/tools/pdl2texi/t1.d
new file mode 100644
index 0000000000..4f54e74738
--- /dev/null
+++ b/doc/tools/pdl2texi/t1.d
@@ -0,0 +1,52 @@
+OBJECT: Drive
+ DESCRIPTION:
+ This object provides an interface to the elevation/azimuth
+ drive system(ECA).
+ THEORY OF OPERATION:
+ This object encapsulates the turret drive. The object provides
+ an interface to control the turret drive. A method is provided
+ to set the azimuth and elevation rate of the drive. Methods are
+ provided to request the drive to run in stabilized or power mode
+ and set the drive speed to high or low. A method is also provided
+ to allow for drift adjust.
+
+ This object also tracks drive system on hours. It gets the hours
+ from the EEPROM data, allows the hours to be set, updates the
+ hours via the activation and deactivation of the drive, and
+ provides access to the hours.
+
+ The object also provides methods to access azimuth and elevation
+ displacement, and methods to process changes in the hardware
+ discretes drive on, stabilized mode, thermal fault and fault.
+
+ The object also provides methods to enable and disable
+ both the remote and turret power interlocks which determine if
+ the drive can be driven by the remote or turret handstation
+ respectively.
+
+ATTRIBUTE DESCRIPTIONS:
+
+
+ATTRIBUTE: Azimuth_displacement
+ DESCRIPTION:
+ This attribute represents the current azimuth displacement
+ of the turret.
+ TYPE: float constant
+ RANGE: 0-0
+ UNITS: degrees
+ REQUIREMENTS:
+ AFS 8.2.11 Receive Azimuth Displacement and Elevation Displacement
+ AIS 5.2.6 Azimuth Displacement analog
+
+
+ASSOCIATION DESCRIPTIONS: none
+
+ABSTRACT TYPE DESCRIPTIONS: none
+
+DATA ITEM DESCRIPTIONS: none
+
+METHOD DESCRIPTIONS: none
+
+TASK DESCRIPTIONS: none
+
+END OBJECT: Drive