ICycleManagerDefaultParameters
Short summary
An interface to provide configurations for cycle manager default parameters. Used internally to allow better fluent implementation.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __System.IQueryInterface | - |
UML Diagram
Properties
defaultErrorStep
Type: DINT
This property sets the default error step for all cycle manager operations.…
defaultPauseEnabled
Type: BOOL
This property sets the default pause behavior for all cycle manager operations.…
defaultRequireSuccessStep
Type: BOOL
Specifies whether the SUCCESS step of the state machine can be skipped when the transition condition to SUCCESS is already fulfilled.…
defaultSteppingEnabled
Type: BOOL
This property sets the default stepping mode configuration after a step change.…
defaultStepWidth
Type: DINT
This property sets the default the step width.…
defaultStopRequestMode
Type: StepStopRequestMode
This property sets the default step mode configuration.…
defaultTimeout
Type: TIME
This property sets the maximum execution time for steps. …
defaultTimeoutStep
Type: DINT
This property sets the default step that will be set if the current step reaches a timeout.…
Code
Declaration
INTERFACE ICycleManagerDefaultParameters EXTENDS __System.IQueryInterface