Skip to content

Commit

Permalink
Call SetpointSmoother
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 17, 2019
1 parent 00b08ce commit 28908df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/DISCON.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SUBROUTINE DISCON(avrSWAP, aviFAIL, accINFILE, avcOUTNAME, avcMSG) BIND (C, NAME
USE :: Controllers
USE :: Constants
USE :: Filters
USE :: Functions

IMPLICIT NONE
#ifndef IMPLICIT_DLLEXPORT
Expand Down Expand Up @@ -51,6 +52,8 @@ SUBROUTINE DISCON(avrSWAP, aviFAIL, accINFILE, avcOUTNAME, avcMSG) BIND (C, NAME
CALL StateMachine(CntrPar, LocalVar)
CALL WindSpeedEstimator(LocalVar, CntrPar)

CALL SetpointSmoother(LocalVar, CntrPar, objInst)

CALL VariableSpeedControl(avrSWAP, CntrPar, LocalVar, objInst)
CALL PitchControl(avrSWAP, CntrPar, LocalVar, objInst)
CALL YawRateControl(avrSWAP, CntrPar, LocalVar, objInst)
Expand Down

0 comments on commit 28908df

Please sign in to comment.