OnInitInstanceId
The method can be used to assign a specific value to the instance ID of an object.
Otherwise, the instance IDs are generated continuously.
Each instance ID may only be assigned once. |
Syntax
METHOD PROTECTED OnInitInstanceId
VAR_INPUT
iObject : I_BA_Object;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
iObject | I_BA_Object | Interface to the context object. |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT from v3.1.4024.35 | Tc3_XBA from v5.3.0.0 |