You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Subroutine TopDrive_Outputs
-
- Use TopDrive_VARIABLES
- Use CTopDrivePanelVariables
-
- IMPLICIT NONE
-
-
-
- TopDrivePanel%TopDriveTdsPowerLed = TDS%PowerLed
- TopDrivePanel%TopDriveOperationFaultLed = TDS%OperationFaultLed
-
- !TDS%Speed ! to other modules ![RPM]
- TopDrivePanel%TopDriveRpmGauge = TDS%RpmGaugeOutput ![RPM]
-
- TopDrivePanel%TopDriveTorqueGauge = TDS%TorqueGaugeOutput ![ft.lbf]
-
- !TDS%SoundBlower
- !TDS%RPMUnityOutput
-
-
-
- End Subroutine TopDrive_Outputs
|