Skip to main content

CycleManagerStepStepping

Short summary

A class to provide fluent access to the current step stepping configuration of a cycle manager.

AccessAbstractFinalExtendsImplements
INTERNALNoNo-CNM_CycleManagerInterfaces.ISteppingConfiguration

UML Diagram

Parameters

none

Properties

cycleManager

Type: ICycleManagerStepParameters

Gets or sets the cycle manager step parameters interface used for stepping configuration.

Methods

disable

  • Return type: VOID

Disables stepping mode for the current cycle manager step.

enable

  • Return type: VOID

Enables stepping mode for the current cycle manager step.

Code

Declaration

FUNCTION_BLOCK INTERNAL CycleManagerStepStepping IMPLEMENTS CNM_CycleManagerInterfaces.ISteppingConfiguration
VAR
parameters :ICycleManagerStepParameters;
END_VAR