From d4bc481ded89c54759a5cd2c51565486d72312c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Jun 1997 21:30:07 +0000 Subject: Initial revision --- doc/tools/pdl2texi/t1.d | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/tools/pdl2texi/t1.d (limited to 'doc/tools/pdl2texi/t1.d') 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 -- cgit v1.2.3