BACnetBinaryInput.AckedTransitions (PROP) ¶ PROPERTY AckedTransitions : STRING
BACnetObjectBase.SetBACnetUnsignedProperty (METH) ¶ METHOD SetBACnetUnsignedProperty Sets the BACnet-Unsigned-Value of the specified Property (propID) of this BACnet-Object using a UDINT. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. uiVal CmpBACnet.IEC_BACNET_UNSIGNED The UINT value to set for the property.
BACnetObjectBase.WritePropertyInstance (METH) ¶ METHOD WritePropertyInstance : CmpBACnet.IEC_BACNET_STATUS Sets the value/content of a specified BACnet-Property (ePropertyID) taking client side restrictions into account (access, priorization, range checks). In contrast to SetPropertyInstance all access, priorization and range checks are executed by this call and on return the occurred BACnet error code will be returned. The specified index should be set to -1, meaning that all elements of a List or Array in a BACnet-Property are stored. Otherwise an index counting from 1 specifies a element of a List or Array of a BACnet-Property, whereas this access method should be only used for BACnet-Property of constant array size. Moreover the IEC_BACNET_PEROPERTY_CONTENTS variable propertyContents holds the information to be written, whereas the data given in propertyContents.Buffer.pBuffer has to be in the format expected by the specified BACnet-Property-Type. InOut: Scope Name Type Comment Return WritePropertyInstance CmpBACnet.IEC_BACNET_STATUS Input ePropertyID CmpBACnet.IEC_BACNET_PROPERTY_ID The property ID of the property to write its instance data for. nIndex DINT Counting from 1. See documentation of CmpBACnet.BACnetRetrievePropertyInstance. priority DINT The priority to use when writing to the specified property value. propertyContents CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS Property-Contents to be written to the specified BACnet- Property. Output error CmpBACnet.IEC_BACNET_ERROR BACnet error code.
BACnetObjectBase.SetBACnetSignedProperty (METH) ¶ METHOD SetBACnetSignedProperty Sets the BACnet-Signed-Value of the specified Property (propID) of this BACnet-Object using a DINT. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. iVal CmpBACnet.IEC_BACNET_SIGNED The DINT value to set for the property.
BACnetObjectBase.SetBACnetStringProperty (METH) ¶ METHOD SetBACnetStringProperty Sets the BACnet-String-Value of the specified Property (propID) of this BACnet-Object using a WSTRING. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. wStrInput WSTRING(255) The WSTRING value to set for the property. strType CmpBACnet.IEC_BACNET_STRING_TYPE The BACnet string type the WSTRING value is converted to when setting the property.
BACnetObjectBase.SetBACnetTimeProperty (METH) ¶ METHOD SetBACnetTimeProperty Sets the Time-Value of the specified Property (propID) of this BACnet-Object using a TIME. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. tim TIME The TIME value to set for the property.
BACnetObjectBase.SetBACnetTimeStampProperty (METH) ¶ METHOD SetBACnetTimeStampProperty Sets the BACnet-TimeStamp-Value of the specified Property (propID) of this BACnet-Object using a BACnetTimeStamp struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. timeStamp BACnetTimeStamp The BACnet time stamp value to set for the property.
private ¶ Private functionalities of a BACnet FB object. These functionalities are used internally.
BinaryInput ¶ The BACnet Binary Input object. BACnetBinaryInput (FunctionBlock) AckedTransitions (Property) ActiveText (Property) AlarmValue (Property) ChangeOfStateCount (Property) ChangeOfStateTime (Property) Description (Property) DeviceType (Property) ElapsedActiveTime (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) InactiveText (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) Polarity (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) TimeOfActiveTimeReset (Property) TimeOfStateCountReset (Property)
BACnetBinaryInput.ElapsedActiveTime (PROP) ¶ PROPERTY ElapsedActiveTime : CmpBACnet.IEC_BACNET_UNSIGNED