Simulation Core
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.
 
 
 
 
 
 

26 lines
796 B

  1. # 1 "/mnt/c/Projects/VSIM/SimulationCore2/Equipments/TopDrive/TopDrive_Outputs.f90"
  2. Subroutine TopDrive_Outputs
  3. use SimulationVariables
  4. use CTopDrivePanelVariables
  5. use SimulationVariables
  6. IMPLICIT NONE
  7. data%Equipments%TopDrivePanel%TopDriveTdsPowerLed = data%State%TDS%PowerLed
  8. data%Equipments%TopDrivePanel%TopDriveOperationFaultLed = data%State%TDS%OperationFaultLed
  9. !data%State%TDS%Speed ! to other modules ![RPM]
  10. data%Equipments%TopDrivePanel%TopDriveRpmGauge = data%State%TDS%RpmGaugeOutput ![RPM]
  11. data%Equipments%TopDrivePanel%TopDriveTorqueGauge = data%State%TDS%TorqueGaugeOutput ![ft.lbf]
  12. !data%State%TDS%SoundBlower
  13. !data%State%TDS%RPMUnityOutput
  14. End Subroutine TopDrive_Outputs