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 DWMalfunction_ClutchDisengage
-
- use CDrillingConsoleVariables
- use CDataDisplayConsoleVariables
- use CHoistingVariables
- use Drawworks_VARIABLES
-
- IMPLICIT NONE
-
- !! Drawworks Malfunction ----> Clutch Disengage
- !if ( Drawworks%ClutchDisengageMalf==1 ) then
- ! Drawworks%ClutchMode=0
- ! return
- !end if
-
-
-
-
- END subroutine
|