• 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 »
  • BehaviourModelBase (FB)

BehaviourModelBase (FB)¶

FUNCTION_BLOCK BehaviourModelBase IMPLEMENTS IBehaviourModel, IConfigurationProvider, IConfigurationProvider2, IActionProvider, IExitActionProvider

Properties:

ActionController

ModelTimeLimit

ModelTimeOut

Methods:

_Execute

AbortModel

CleanupAction

CyclicAction

ExitAction

GetConfiguration

GetConfiguration2

GetModelState

ResetAction

ResetModel

StartAction

StartModel

Structure:

  • IActionProvider
    • CleanupAction (Method)
    • CyclicAction (Method)
    • ExitAction (Method)
    • ResetAction (Method)
    • StartAction (Method)
  • IBehaviourModel
    • AbortModel (Method)
    • ActionController (Property)
    • GetConfiguration (Method)
    • GetConfiguration2 (Method)
    • GetModelState (Method)
    • ModelTimeLimit (Property)
    • ModelTimeOut (Property)
    • ResetModel (Method)
    • StartModel (Method)
  • _Execute (Method)