• Common Behaviour Model
    • Behaviour Model
      • ActionController (FunctionBlock)
        • ControlCleanupAction (Method)
        • ControlCyclicAction (Method)
        • ControlExitAction (Method)
        • ControlResetAction (Method)
        • ControlSampleAction (Method)
        • ControlStartAction (Method)
      • BehaviourModel (FunctionBlock)
        • IBehaviourModel
        • StateMachine
        • _CheckAbortCondition (Method)
        • _CheckParameter (Method)
        • _CheckTimeOutCondition (Method)
        • _Execute (Method)
        • _ResetAction (Method)
      • Decorators
        • IAbortable (Interface)
        • IEdgeTriggered (Interface)
        • IHasContinuousBehaviour (Interface)
        • ILevelControlled (Interface)
        • ITimeLimited (Interface)
        • ITimeOutConstraint (Interface)
        • ITimingControlled (Interface)
      • Enums
        • ERROR (Enum)
        • STATE (Enum)
      • ImplementationBase
        • BehaviourModelBase (FunctionBlock)
        • EdgeTriggeredBehaviourModelBase (FunctionBlock)
        • EdgeTriggeredTimingControlledBehaviourModelBase (FunctionBlock)
        • TimingControlledBehaviourModelBase (FunctionBlock)
      • Interfaces
        • IActionController (Interface)
        • IActionController2 (Interface)
        • IActionProvider
        • IBehaviourModel (Folder)
        • IConfigurationProvider (Interface)
        • IConfigurationProvider2 (Interface)
        • ITimingController (Interface)
      • TimingController (FunctionBlock)
        • ControllerCheckTiming (Method)
        • ControllerTimeLimit (Property)
        • ControllerTimeOut (Property)
        • CurrentControllerTime (Property)
        • StartInvocationTimer (Method)
        • StartOperationTimer (Method)
    • Edge Triggered Function Blocks
      • ETrig (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigA (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigATl (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigATlTo (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigATo (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigTl (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigTlTo (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • ETrigTo (FunctionBlock)
        • IBehaviourModel
        • _Execute (Method)
      • Interfaces
        • IETrig (Interface)
        • IETrigA (Interface)
        • IETrigATl (Interface)
        • IETrigATlTo (Interface)
        • IETrigATo (Interface)
        • IETrigTl (Interface)
        • IETrigTlTo (Interface)
        • IETrigTo (Interface)
    • Level Controlled Function Blocks
      • Continuous Behaviour without xDone
        • Interfaces
        • LConC (FunctionBlock)
        • LConTlC (FunctionBlock)
      • Reguläres Verhalten mit xDone
        • Interfaces
        • LCon (FunctionBlock)
        • LConTl (FunctionBlock)
        • LConTlTo (FunctionBlock)
        • LConTo (FunctionBlock)
  • Library Information
    • GetLibVersion (Function)
    • GetLibVersionNumber (Function)
    • IsLibReleased (Function)
  • Datei- und Projektinformationen
  • Bibliotheksreferenz
Common Behaviour Model
  • Docs »
  • Common Behaviour Model »
  • Behaviour Model »
  • ImplementationBase »
  • EdgeTriggeredTimingControlledBehaviourModelBase (FB)

EdgeTriggeredTimingControlledBehaviourModelBase (FB)¶

FUNCTION_BLOCK EdgeTriggeredTimingControlledBehaviourModelBase EXTENDS TimingControlledBehaviourModelBase IMPLEMENTS ISampleActionProvider

Properties:

ActionController, inherited from TimingControlledBehaviourModelBase

ModelTimeLimit, inherited from TimingControlledBehaviourModelBase

ModelTimeOut, inherited from TimingControlledBehaviourModelBase

Methods:

AbortModel, inherited from TimingControlledBehaviourModelBase

CleanupAction, inherited from TimingControlledBehaviourModelBase

CyclicAction, inherited from TimingControlledBehaviourModelBase

ExitAction, inherited from TimingControlledBehaviourModelBase

GetConfiguration, inherited from TimingControlledBehaviourModelBase

GetConfiguration2, inherited from TimingControlledBehaviourModelBase

GetModelState, inherited from TimingControlledBehaviourModelBase

ResetAction, inherited from TimingControlledBehaviourModelBase

ResetModel, inherited from TimingControlledBehaviourModelBase

SampleAction

StartAction, inherited from TimingControlledBehaviourModelBase

StartModel, inherited from TimingControlledBehaviourModelBase

_Execute, inherited from TimingControlledBehaviourModelBase

Structure:

  • IActionProvider
    • SampleAction (Method)