Insert()

Insert() 1:

Adds another step to the procedure.

Syntax:

METHOD Insert : HRESULT
VAR_INPUT
    iCurrent:        I_AdaptableSeqItf;    
    iNew:            I_AdaptableSeqItf;    
    bOverwrite:      BOOL;                
END_VAR

Insert() 2: Inputs

Name

Type

Description

iCurrent

I_AdaptableSeqItf

The current participant to be moved behind the new participant.

iNew

I_AdaptableSeqItf

New participant to be added

bOverwrite

BOOL

TRUE if the current participant is not to be moved but replaced.

Insert() 3: Outputs

Name

Type

Description

Insert

HRESULT

Return value with feedback on the success of the execution

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)