I_RuntimeInterface
Represents the general interface for a runtime-compatible control object.
Syntax:
INTERFACE I_RuntimeInterface
Methods
Name | Description |
---|---|
Init() | Method for checking the initialization of an object |
ParamInit() | Method for standard parameterization of an object |
SetHMI(ipBaseHmi) | Method for passing a parallel HMI object |
All methods are checked by the FB_BaseRuntime class for the HRESULT return value.
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) |