ST_BA_ObjectIdentifier
The ST_BA_ObjectIdentifier structure contains the instance ID of the object types.
TYPE ST_BA_ObjectIdentifier :
STRUCT
eObjectType : E_BA_ObjectType := E_BA_ObjectType.Invalid;
nInstanceID : UDINT := 0;
END_STRUCT
END_TYPE