source: rtems/doc/tools/pdl2texi/t1.d @ d4bc481

4.104.114.84.95
Last change on this file since d4bc481 was d4bc481, checked in by Joel Sherrill <joel.sherrill@…>, on 06/16/97 at 21:30:07

Initial revision

  • Property mode set to 100644
File size: 1.6 KB
Line 
1OBJECT:  Drive
2  DESCRIPTION:
3    This object provides an interface to the elevation/azimuth
4    drive system(ECA). 
5  THEORY OF OPERATION:
6    This object encapsulates the turret drive.  The object provides
7    an interface to control the turret drive.  A method is provided
8    to set the azimuth and elevation rate of the drive.  Methods are
9    provided to request the drive to run in stabilized or power mode
10    and set the drive speed to high or low.  A method is also provided
11    to allow for drift adjust. 
12
13    This object also tracks drive system on hours.  It gets the hours
14    from the EEPROM data, allows the hours to be set, updates the
15    hours via the activation and deactivation of the drive, and
16    provides access to the hours.
17
18    The object also provides methods to access azimuth and elevation
19    displacement, and methods to process changes in the hardware
20    discretes drive on, stabilized mode, thermal fault and fault.
21 
22    The object also provides methods to enable and disable
23    both the remote and turret power interlocks which determine if
24    the drive can be driven by the remote or turret handstation
25    respectively.   
26
27ATTRIBUTE DESCRIPTIONS:
28
29
30ATTRIBUTE:  Azimuth_displacement
31  DESCRIPTION:
32    This attribute represents the current azimuth displacement
33    of the turret.
34  TYPE: float constant
35  RANGE: 0-0
36  UNITS: degrees
37  REQUIREMENTS:
38    AFS 8.2.11 Receive Azimuth Displacement and Elevation Displacement
39    AIS 5.2.6 Azimuth Displacement analog
40
41
42ASSOCIATION DESCRIPTIONS: none
43
44ABSTRACT TYPE DESCRIPTIONS: none
45
46DATA ITEM DESCRIPTIONS: none
47
48METHOD DESCRIPTIONS: none
49
50TASK DESCRIPTIONS: none
51
52END OBJECT: Drive
Note: See TracBrowser for help on using the repository browser.