BACnetTrendLog.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetTrendLogMultiple.AckedTransitions (PROP) ¶ PROPERTY AckedTransitions : STRING
BACnetServer.UpdateAccumulatorDataSourceValue (METH) ¶ METHOD UpdateAccumulatorDataSourceValue : CmpBACnet.IEC_BACNET_STATUS Updates the count of a specified BACnet-Accumulator-Object under this BACnet-Server. For more details see documentation of CmpBACnet.BACnetUpdateAccumulatorDataSourceValue. InOut: Scope Name Type Comment Return UpdateAccumulatorDataSourcevalue CmpBACnet.IEC_BACNET_STATUS Input objInstNumber CmpBACnet.IEC_BACNET_DWORD The object instance number of the accumulator object to update the data source value for. xPulsevalue BOOL The value for the data source value to set.
BACnetServer.UnconfCOVNotification (METH) ¶ METHOD UnconfCOVNotification : CmpBACnet.IEC_BACNET_STATUS Sends a BACnet-UnconfCOVNotification-Service for COV-Reporting of a BACnet-Object under the BACnet-Device to another BACnet-Device (target). There is now answer expected for this service. For more details of the call see documentation of function CmpBACnet.BACnetUnconfCOVNotification. InOut: Scope Name Type Comment Return UnconfCOVNotification CmpBACnet.IEC_BACNET_STATUS Input targetDevInst DWORD The device instance number to which the UnconfCOVNotification-Service shall be issued to. pCOVInfo POINTER TO CmpBACnet.IEC_BACNET_COV_NOTIF_INFO The COV notification info to be send to the targeted device.
BACnetServer.WritePropertyInstance (METH) ¶ METHOD WritePropertyInstance : CmpBACnet.IEC_BACNET_STATUS Shortcut to CmpBACnet.BACnetWritePropertyInstance (using own device instance number). For more details see documentation of CmpBACnet.BACnetWritePropertyInstance. InOut: Scope Name Type Initial Comment Return WritePropertyInstance CmpBACnet.IEC_BACNET_STATUS Input devInstNumber DWORD The targeted device instance number having the targeted object. objID CmpBACnet.IEC_BACNET_OBJECT_ID The object ID of the object having the targeted property. propID CmpBACnet.IEC_BACNET_PROPERTY_ID The property ID of the targeted property. nIndex CmpBACnet.IEC_BACNET_ARRAY_INDEX The index within the property to write to. priority DINT The priority to use when writing to the specified property value. value CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The property value to write. pValueSrc POINTER TO CmpBACnet.IEC_BACNET_AUDIT_VALUE_SOURCE 0 Optional : A pointer to a data structure which contains the value source information for generating an logged and/or reported audit notification for this initiated request. If generating an logged and/or reported audit notification for this request is not intended, pValueSrc can be set to 0.
Services ¶ Functionalities dealing with services issued from within the BACnet server (or its underlying BACnet device). ConfCOVNotification (Method) GetNextAvailableInstanceNumberForType (Method) UnconfCOVNotification (Method) UpdateAccumulatorDataSourceValue (Method) WritePropertyInstance (Method)
BACnetServer.GetNextAvailableInstanceNumberForType (METH) ¶ METHOD GetNextAvailableInstanceNumberForType : CmpBACnet.IEC_BACNET_DWORD Gets the next available object instance number for a given type. InOut: Scope Name Type Return GetNextAvailableInstanceNumberForType CmpBACnet.IEC_BACNET_DWORD Input typ CmpBACnet.IEC_BACNET_OBJECT_TYPE
BACnetServer.ConfCOVNotification (METH) ¶ METHOD ConfCOVNotification : CmpBACnet.IEC_BACNET_STATUS Sends a BACnet-ConfCOVNotification-Service for COV-Reporting of a BACnet-Object under the BACnet-Device to another BACnet-Device (target). The results of the service (equalling the answer of the target BACnet-Device) are held in ConfCOVNotificationStatus of this BACnet-Server-FB. Until a answer of the target device is received, the status variable remains in IEC_BACNET_STATUS_BUSY. For more details of the call see documentation of function CmpBACnet.BACnetConfCOVNotification.*) InOut: Scope Name Type Comment Return ConfCOVNotification CmpBACnet.IEC_BACNET_STATUS Input targetDevInst DWORD The target device instance number for the ConfCOVNotification-Service to be issued to. pCOVInfo POINTER TO CmpBACnet.IEC_BACNET_COV_NOTIF_INFO The COV notification info send to the targeted device. pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES APDU parameters used for sending the ConfCOVNotification- Service to the targeted device.
BACnetServer.ActivatePropertyConfiguration (METH) ¶ METHOD ActivatePropertyConfiguration : UDINT Registers a IBACnetPropertyConfiguration with BACnetServer . Return CmpErrors.Errors.ERR_OK if succesfully registered. InOut: Scope Name Type Return ActivatePropertyConfiguration UDINT Input itfPropertyConfiguration IBACnetPropertyConfiguration
BACnetServer.DeactivatePropertyConfiguration (METH) ¶ METHOD DeactivatePropertyConfiguration : UDINT Unregisters a IBACnetPropertyConfiguration with BACnetServer . Return CmpErrors.Errors.ERR_OK if succesfully registered. InOut: Scope Name Type Return DeactivatePropertyConfiguration UDINT Input itfPropertyConfiguration IBACnetPropertyConfiguration