BackupRestore.GetHook (METH) ¶ METHOD GetHook : BACnet.IBACnetServerPluginHook InOut: Scope Name Type Return GetHook BACnet.IBACnetServerPluginHook Input index UINT
Logging ¶ LogError (Method) LogException (Method) LogInfo (Method) LogWarning (Method) Logging (Property)
PropertyConfiguration.Name (PROP) ¶ PROPERTY Name : STRING
PropertyConfigurationMostlyAllPersistent (FB) ¶ FUNCTION_BLOCK PropertyConfigurationMostlyAllPersistent EXTENDS PropertyConfiguration Default implementation for a BACnet.IBACnetPropertyConfiguration to set mostly all properties to existent, DEFAULT, persistent. Some exceptions are listed in mc_readOnlyProperties, mc_readOnlyObjectProperties, mc_nonPersistentProperties Properties: Name Logging , inherited from PropertyConfiguration Methods: GetPropertyAttributes DoGetPropertyAttributes , inherited from PropertyConfiguration LogError , inherited from PropertyConfiguration LogException , inherited from PropertyConfiguration LogInfo , inherited from PropertyConfiguration LogWarning , inherited from PropertyConfiguration Structure: GetPropertyAttributes (Method) Name (Property)
PropertyConfigurationMostlyAllPersistent.GetPropertyAttributes (METH) ¶ METHOD GetPropertyAttributes : BOOL InOut: Scope Name Type Return GetPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Output propAttr BACnet.BACnetPropertyAttributes
PropertyConfigurationMostlyAllPersistent.Name (PROP) ¶ PROPERTY Name : STRING
PropertyConfigurationMostlyAllWritable (FB) ¶ FUNCTION_BLOCK PropertyConfigurationMostlyAllWritable EXTENDS PropertyConfiguration Default implementation for a BACnet.IBACnetPropertyConfiguration to set mostly all properties to existent, writable, persistent. Some exceptions are listed in mc_readOnlyProperties, mc_readOnlyObjectProperties, mc_nonPersistentProperties Properties: Name Logging , inherited from PropertyConfiguration Methods: GetPropertyAttributes DoGetPropertyAttributes , inherited from PropertyConfiguration LogError , inherited from PropertyConfiguration LogException , inherited from PropertyConfiguration LogInfo , inherited from PropertyConfiguration LogWarning , inherited from PropertyConfiguration Structure: GetPropertyAttributes (Method) Name (Property)
PropertyConfigurationMostlyAllWritable.GetPropertyAttributes (METH) ¶ METHOD GetPropertyAttributes : BOOL InOut: Scope Name Type Return GetPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Output propAttr BACnet.BACnetPropertyAttributes
PropertyConfigurationMostlyAllWritable.Name (PROP) ¶ PROPERTY Name : STRING
ReinitDevice_SvcAppHook (FB) ¶ FUNCTION_BLOCK ReinitDevice_SvcAppHook EXTENDS BACnet.BACnetServerPluginBase IMPLEMENTS BACnet.IBACnetEventConsumer Default implementation for ReinitializeDevice service application hook This default implementation is supposed to be used as an example. If password check is passed it set DeviceObject.LastRestartReason and DeviceObject.TimeOfDeviceRestart. It doesnt stop/start the application nor the whole PLC, because this is not appropriate for all use cases. Properties: Name NumHooks Password TimeZone UpdateTimeZoneFromSystem Methods: BACnetEventCallback GetHook GetTimeZoneFromSystem Init Structure: BACnetEventCallback (Method) GetHook (Method) GetTimeZoneFromSystem (Method) Init (Method) Name (Property) NumHooks (Property) Password (Property) TimeZone (Property) UpdateTimeZoneFromSystem (Property)