Jump()

Jump() 1:

Requests jumping to a sequence that does not follow.

Jump() 2:

Request does not lead directly to execution

When the method is executed, only the request is stored in the master. To execute the jump, the Done or Failed property of the active process step must be set and the Check() method must be called.

See the Check() method for more important notes.

Syntax:

METHOD Jump : HRESULT
VAR_INPUT
    iTarget:        I_AdaptableSeqItf;
END_VAR

Jump() 3: Inputs

Name

Type

Description

iTarget

I_AdaptableSeqItf

Sequence to be jumped to

Jump() 4: Outputs

Name

Type

Description

Jump

HRESULT

Return value with feedback on the success of the request

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.35

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v3.12.5.0)