IBaseInstance2.InitParametersDone (PROP) ¶ PROPERTY InitParametersDone : BOOL If this is TRUE the next time AC_Init is called (no matter if OnlineChange or not) the module parameters will NOT be initialized. By default this flag is set in AC_Init in case of no OnlineChange so that in case of an OnlineChange later on the module parameters keep their values. If this is not your desired behaviour for selected modules you might want to set it to FALSE in e.g. IBaseInstance.OnBeforeOnlineChange . However one can also disable this in the settings of the Standard Generator.
BaseInstance.InstanceName (PROP) ¶ PROPERTY FINAL InstanceName : STRING(255)
BaseInstance.Main (METH) ¶ METHOD PUBLIC Main
BaseInstance.OnAfterOnlineChange (METH) ¶ METHOD OnAfterOnlineChange
BaseInstance.OnBeforeOnlineChange (METH) ¶ METHOD OnBeforeOnlineChange
IBACnetARRAYN_of_BACnetSpecialEvent.GetElement (METH) ¶ METHOD GetElement : CmpBACnet.IEC_BACNET_STATUS Get the element with the given index from this property. After usage, use FreeStackAllocatedMemory , to free the used memory. InOut: Scope Name Type Comment Return GetElement CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX Index (0 .. number of elements-1). Output pData POINTER TO CmpBACnet.IEC_BACNET_SPECIAL_EVENT Pointer to element data. After usage, use FreeStackAllocatedMemory , to free the used memory.
IBACnetARRAYN_of_BACnetStageLimitValue.GetContent (METH) ¶ METHOD GetContent : CmpBACnet.IEC_BACNET_STATUS Get the whole content of this property. After usage, use FreeStackAllocatedMemory , to free the used memory. InOut: Scope Name Type Comment Return GetContent CmpBACnet.IEC_BACNET_STATUS Output pData POINTER TO CmpBACnet.IEC_BACNET_STAGE_LIMIT_VALUE Property content. After usage, use FreeStackAllocatedMemory , to free the used memory. count CmpBACnet.IEC_BACNET_ELEMENT_COUNT Number of property elements.
IBACnetARRAYN_of_BACnetSpecialEvent.InsertElement (METH) ¶ METHOD InsertElement : CmpBACnet.IEC_BACNET_STATUS Insert element to this property at the given index. InOut: Scope Name Type Comment Return InsertElement CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX Index (0 .. number of elements-1). Inout Const value CmpBACnet.IEC_BACNET_SPECIAL_EVENT Element value to insert.
IBACnetARRAYN_of_BACnetSpecialEvent.UpdateElement (METH) ¶ METHOD UpdateElement : CmpBACnet.IEC_BACNET_STATUS Update the element of this property at the given index. InOut: Scope Name Type Comment Return UpdateElement CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX Index (0 .. number of elements-1). Inout Const value CmpBACnet.IEC_BACNET_SPECIAL_EVENT Element value to write.
IBACnetARRAYN_of_BACnetStageLimitValue.GetElement (METH) ¶ METHOD GetElement : CmpBACnet.IEC_BACNET_STATUS Get the element with the given index from this property. InOut: Scope Name Type Comment Return GetElement CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX Index (0 .. number of elements-1). Inout data CmpBACnet.IEC_BACNET_STAGE_LIMIT_VALUE Element data.