CycleStop

PLCopen motion icon

 Function - Sets the application in cycle stepping mode.

  • This function turns the Virtual Machine in Cycle Stepping mode.
    • Restarting normal execution is performed using the debugger.
  • The VM is set in Cycle Stepping mode only if the IN argument is TRUE.
  • The current program and any sub-programs called by the current program execute to the end of their cycle.
    • Other programs are not executed.

Inputs

Input

Data Type

See Data Types.

Range

Unit

Default

Description

IN

BOOL

FALSE, TRUE

 

 

Condition.

Outputs

Output

Data Type

See Data Types.

Range

Unit

Description

Q

BOOL

FALSE, TRUE

 

TRUE if performed.

FBD Language Example

Not available.

FFLD Language Example

Not available.

IL Language Example

Not available.

ST Language Example

Not available.

See Also