Append()
Appends a control object to the runtime.
Syntax:
METHOD Append : VOID
VAR_INPUT
iObj: I_RuntimeInterface;
iObjHmi: I_BaseHmi;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
iObj | I_RuntimeInterface | Object to be attached to the runtime. |
iObjHmi | I_BaseHmi | Associated HMI object which is to be linked to the object. |
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) |