BACnetClientReadProperty.FreeResult (METH) ¶ METHOD PROTECTED FreeResult
BACnetClientReadProperty.HasResult (METH) ¶ METHOD PROTECTED HasResult : BOOL InOut: Scope Name Type Return HasResult BOOL
IBACnetEventConsumer.BACnetEventCallback (METH) ¶ METHOD BACnetEventCallback : BOOL This method gets called, whenever a event occurs for which the implementing FB is registered via BACnetServer.RegisterHook or BACnetServer.RegisterCallback . Since several FBs implementing IBACnetEventConsumer can be registered for one event or callback the following rules are used for the returned BOOL: If the method returns FALSE, all other registered IBACnetEventConsumer objects for the specified Hook/Callback are further called. If the method return TRUE, the other registeres IBACnetEventConsumer objects are not called anymore. The calling order is as the objects were registered. All calls have to treat on their own, whether the EventIds are correct (see CmpBACnet.EVENTIDS) and/or BACnet-Object-IDs or other additional data fits the needs of the registered FB (i.e. the specific BACnet-Object-FB). InOut: Scope Name Type Comment Return BACnetEventCallback BOOL Input EventId DWORD If only one event is possibly called, the following Ids can be ignored. If there are more at least the EventId should be checked, to get the right type of pParameter. ID of the occured Event. Contains the class and the event (see CmpBACnet.EVENTIDS) usParamId WORD Id of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) usVersion WORD Version of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) pParameter POINTER TO BYTE Pointer to the event specific parameter, that is specified by Id (see CmpBACnet.EVENTIDS and CmpBACnet, i.e. EVT_BACNET_ACKALARM)
BACnetObjects ¶ Function blocks and interfaces used for the device FBs corresponding to BACnet objects. These FBs get created automatically when inserting a BACnet device/object into the device tree. Accumulator BACnetAccumulator (FunctionBlock) AckedTransitions (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) HighLimit (Property) LimitEnable (Property) LimitMonitoringInterval (Property) LoggingObject (Property) LoggingRecord (Property) LowLimit (Property) MaxPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) Prescale (Property) PresentValue (Property) ProfileName (Property) PulseRate (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) Scale (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) ValueBeforeChange (Property) ValueChangeTime (Property) ValueSet (Property) AnalogInput BACnetAnalogInput (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) Resolution (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) UpdateInterval (Property) AnalogOutput BACnetAnalogOutput (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) Resolution (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) AnalogValue BACnetAnalogValue (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) Resolution (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) Averaging BACnetAveraging (FunctionBlock) AttemptedSamples (Property) AverageValue (Property) Description (Property) MaximumValue (Property) MaximumValueTimestamp (Property) MinimumValue (Property) MinimumValueTimestamp (Property) ObjectPropertyReference (Property) ProfileName (Property) ValidSamples (Property) VarianceValue (Property) WindowInterval (Property) WindowSamples (Property) BACnetObjectBase (FunctionBlock) DeviceInstNumber (Property) GetPropertyAccessRight (Method) GetPropertyCallbackAttachment (Method) GetPropertyId (Method) GetPropertyInstanceStackAllocContentBuffer (Method) GetPropertyInstanceWithContentBuffer (Method) IsPropertyExistent (Method) IsPropertyWriteable (Method) NumberOfProperties (Property) ObjectID (Property) ObjectName (Property) SetObjectName (Method) SetPropertyAccessRight (Method) SetPropertyCallbackAttachment (Method) SetPropertyInstance (Method) Utilities GetBACnetAccumulatorRecordProperty (Method) GetBACnetArraySizeOfProperty (Method) GetBACnetArraySizeOfTwoProperties (Method) GetBACnetBitStringProperty (Method) GetBACnetBooleanProperty (Method) GetBACnetClientCOVProperty (Method) GetBACnetDateProperty (Method) GetBACnetDateRangeProperty (Method) GetBACnetDateTimeProperty (Method) GetBACnetDevObjPropReferenceProperty (Method) GetBACnetDoubleProperty (Method) GetBACnetEnumeratedProperty (Method) GetBACnetObjPropReferenceProperty (Method) GetBACnetObjectIDProperty (Method) GetBACnetPrescaleProperty (Method) GetBACnetRealProperty (Method) GetBACnetScaleProperty (Method) GetBACnetSetpointReferenceProperty (Method) GetBACnetSignedProperty (Method) GetBACnetStringProperty (Method) GetBACnetTimeProperty (Method) GetBACnetTimeStampProperty (Method) GetBACnetUnsignedProperty (Method) IsBACnetDateTimePropertyUnspecified (Method) SetBACnetAccumulatorRecordProperty (Method) SetBACnetBitStringProperty (Method) SetBACnetBooleanProperty (Method) SetBACnetClientCOVProperty (Method) SetBACnetDateProperty (Method) SetBACnetDateRangeProperty (Method) SetBACnetDateTimeProperty (Method) SetBACnetDateTimePropertyToUnspecified (Method) SetBACnetDevObjPropReferenceProperty (Method) SetBACnetDoubleProperty (Method) SetBACnetEnumeratedProperty (Method) SetBACnetObjPropReferenceProperty (Method) SetBACnetObjectIDProperty (Method) SetBACnetPrescaleProperty (Method) SetBACnetRealProperty (Method) SetBACnetScaleProperty (Method) SetBACnetSetpointReferenceProperty (Method) SetBACnetSignedProperty (Method) SetBACnetStringProperty (Method) SetBACnetTimeProperty (Method) SetBACnetTimeStampProperty (Method) SetBACnetUnsignedProperty (Method) WritePropertyInstance (Method) private BinaryInput 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) BinaryOutput BACnetBinaryOutput (FunctionBlock) AckedTransitions (Property) ActiveText (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) FeedbackValue (Property) GetPriorityArray (Method) InactiveText (Property) MinimumOffTime (Property) MinimumOnTime (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) Polarity (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) TimeOfActiveTimeReset (Property) TimeOfStateCountReset (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) BinaryValue BACnetBinaryValue (FunctionBlock) AckedTransitions (Property) ActiveText (Property) AlarmValue (Property) ChangeOfStateCount (Property) ChangeOfStateTime (Property) Description (Property) ElapsedActiveTime (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) InactiveText (Property) MinimumOffTime (Property) MinimumOnTime (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) TimeOfActiveTimeReset (Property) TimeOfStateCountReset (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) Calendar BACnetCalendar (FunctionBlock) AddBACnetDate (Method) AddBACnetDateRange (Method) AddWeekAndDay (Method) Description (Property) GetEntry (Method) GetEntryCount (Method) PresentValue (Property) ProfileName (Property) RemoveEntry (Method) Command BACnetCommand (FunctionBlock) AddActionList (Method) AllWritesSuccessful (Property) Description (Property) GetActionList (Method) GetActionListCount (Method) InProcess (Property) InitializeActionCommands InitializeActionCommandBACnetBinaryPV (Method) InitializeActionCommandBACnetBoolean (Method) InitializeActionCommandBACnetReal (Method) InitializeActionCommandBACnetUnsigned (Method) PresentValue (Property) ProfileName (Property) RemoveActionList (Method) Device BACnetDevice (FunctionBlock) APDUSegmentTimeout (Property) APDUTimeout (Property) AlignIntervals (Property) ApplicationSoftwareVersion (Property) BackupAndRestoreState (Property) BackupFailureTimeout (Property) BackupPreparationTime (Property) DatabaseRevision (Property) DaylightSavingsStatus (Property) Description (Property) FirmwareRevision (Property) GetActiveCOVSubscriptions (Method) GetActiveVTSessions (Method) GetAutoSlaveDiscovery (Method) GetConfigurationFiles (Method) GetConfigurationFilesCount (Method) GetDeviceAddressBinding (Method) GetManualSlaveAddressBinding (Method) GetRestartNotificationRecipients (Method) GetSlaveAddressBinding (Method) GetSlaveProxyEnable (Method) GetStructuredObjectList (Method) GetStructuredObjectListCount (Method) GetTimeSynchronizationRecipients (Method) GetUTCTimeSynchronizationRecipients (Method) GetVTClassesSupported (Method) IntervalOffset (Property) LastRestartReason (Property) LastRestoreTime (Property) LocalDate (Property) LocalTime (Property) Location (Property) MaxAPDULengthAccepted (Property) MaxInfoFrames (Property) MaxMaster (Property) MaxSegmentsAccepted (Property) ModelName (Property) NumberOfAPDURetries (Property) ProfileName (Property) ProtocolObjectTypesSupported (Property) ProtocolRevision (Property) ProtocolServicesSupported (Property) ProtocolVersion (Property) RestoreCompletionTime (Property) RestorePreparationTime (Property) SegmentationSupported (Property) SerialNumber (Property) SetActiveCOVSubscriptions (Method) SetActiveVTSessions (Method) SetAutoSlaveDiscovery (Method) SetConfigurationFiles (Method) SetDeviceAddressBinding (Method) SetManualSlaveAddressBinding (Method) SetRestartNotificationRecipients (Method) SetSlaveAddressBinding (Method) SetSlaveProxyEnable (Method) SetStructuredObjectList (Method) SetTimeSynchronizationRecipients (Method) SetUTCTimeSynchronizationRecipients (Method) SetVTClassesSupported (Method) SystemStatus (Property) TimeOfDeviceRestart (Property) TimeSynchronizationInterval (Property) UTCOffset (Property) VendorIdentifier (Property) VendorName (Property) EventEnrollment BACnetEventEnrollment (FunctionBlock) AckedTransitions (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) EventType (Property) FaultType (Property) GetEventParameters (Method) GetFaultParameters (Method) NotificationClass (Property) NotifyType (Property) ObjectPropertyReference (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) SetEventParameters (Method) SetFaultParameters (Method) StatusFlags (Property) TimeDelayNormal (Property) EventLog BACnetEventLog (FunctionBlock) AckedTransitions (Property) BufferSize (Property) Description (Property) Enable (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) LastNotifyRecord (Property) LogBuffer NotificationClass (Property) NotificationThreshold (Property) NotifyType (Property) ProfileName (Property) RecordCount (Property) RecordsSinceNotification (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) StartTime (Property) StatusFlags (Property) StopTime (Property) StopWhenFull (Property) TotalRecordCount (Property) File BACnetFile (FunctionBlock) Archive (Property) CheckIfFileIsAvailableAtAll (Method) Description (Property) FileAccessMethod (Property) FileSize (Property) FileType (Property) ModificationDate (Property) PLCLocalFileName (Property) ProfileName (Property) ReadFileModificationTime (Method) ReadOnly (Property) RecordCount (Property) Global Group BACnetGlobalGroup (FunctionBlock) AckedTransitions (Property) AddGroupMember (Method) COVResubscriptionInterval (Property) COVUPeriod (Property) ClientCOVIncrement (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetCOVURecipients (Method) GetGroupMember (Method) GetGroupMemberCount (Method) GetPresentValue (Method) MemberStatusFlags (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RemoveGroupMember (Method) RequestedUpdateInterval (Property) SetCOVURecipients (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) UpdateInterval (Property) Group BACnetGroup (FunctionBlock) Description (Property) GetListOfGroupMembers (Method) GetPresentValue (Method) ProfileName (Property) SetListOfGroupMembers (Method) SetPresentValue (Method) IBACnetObjectBase (Interface) DeviceInstNumber (Property) GetPropertyCallbackAttachment (Method) GetPropertyId (Method) GetPropertyInstance (Method) GetPropertyInstanceStackAllocContentBuffer (Method) GetPropertyInstanceWithContentBuffer (Method) IsPropertyExistent (Method) IsPropertyWriteable (Method) NumberOfProperties (Property) ObjectID (Property) ObjectName (Property) SetObjectName (Method) SetPropertyAccessRight (Method) SetPropertyCallbackAttachment (Method) SetPropertyInstance (Method) Utilities GetBACnetAccumulatorRecordProperty (Method) GetBACnetBitStringProperty (Method) GetBACnetBooleanProperty (Method) GetBACnetClientCOVProperty (Method) GetBACnetDateProperty (Method) GetBACnetDateRangeProperty (Method) GetBACnetDateTimeProperty (Method) GetBACnetDevObjPropReferenceProperty (Method) GetBACnetEnumeratedProperty (Method) GetBACnetObjPropReferenceProperty (Method) GetBACnetObjectIDProperty (Method) GetBACnetPrescaleProperty (Method) GetBACnetRealProperty (Method) GetBACnetScaleProperty (Method) GetBACnetSetpointReferenceProperty (Method) GetBACnetSignedProperty (Method) GetBACnetStringProperty (Method) GetBACnetTimeProperty (Method) GetBACnetTimeStampProperty (Method) GetBACnetUnsignedProperty (Method) SetBACnetAccumulatorRecordProperty (Method) SetBACnetBitStringProperty (Method) SetBACnetBooleanProperty (Method) SetBACnetClientCOVProperty (Method) SetBACnetDateProperty (Method) SetBACnetDateRangeProperty (Method) SetBACnetDateTimeProperty (Method) SetBACnetDevObjPropReferenceProperty (Method) SetBACnetEnumeratedProperty (Method) SetBACnetObjPropReferenceProperty (Method) SetBACnetObjectIDProperty (Method) SetBACnetPrescaleProperty (Method) SetBACnetRealProperty (Method) SetBACnetScaleProperty (Method) SetBACnetSetpointReferenceProperty (Method) SetBACnetSignedProperty (Method) SetBACnetStringProperty (Method) SetBACnetTimeProperty (Method) SetBACnetTimeStampProperty (Method) SetBACnetUnsignedProperty (Method) WritePropertyInstance (Method) IBACnetStaticObjectBase (Interface) ObjectName (Property) ParentBACnetServer (Property) PropertyInitList (Property) PropertyInitNum (Property) Running (Property) IntegerValue BACnetIntegerValue (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) Resolution (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) LargeAnalogValue BACnetLargeAnalogValue (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) Resolution (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) LifeSafetyPoint BACnetLifeSafetyPoint (FunctionBlock) AckedTransitions (Property) Description (Property) DeviceType (Property) DirectReading (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetAcceptedModes (Method) GetAlarmValues (Method) GetFaultValues (Method) GetLifeSafetyAlarmValues (Method) GetMemberOf (Method) MaintenanceRequired (Property) Mode (Property) NotificationClass (Property) NotifyType (Property) OperationExpected (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) SetAcceptedModes (Method) SetAlarmValues (Method) SetFaultValues (Method) SetLifeSafetyAlarmValues (Method) SetMemberOf (Method) Setting (Property) Silenced (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) TrackingValue (Property) Units (Property) LifeSafetyZone BACnetLifeSafetyZone (FunctionBlock) AckedTransitions (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetAcceptedModes (Method) GetAlarmValues (Method) GetFaultValues (Method) GetLifeSafetyAlarmValues (Method) GetMemberOf (Method) GetZoneMembers (Method) MaintenanceRequired (Property) Mode (Property) NotificationClass (Property) NotifyType (Property) OperationExpected (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) SetAcceptedModes (Method) SetAlarmValues (Method) SetFaultValues (Method) SetLifeSafetyAlarmValues (Method) SetMemberOf (Method) SetZoneMembers (Method) Silenced (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) TrackingValue (Property) Loop BACnetLoop (FunctionBlock) AckedTransitions (Property) Action_ (Property) Bias (Property) COVIncrement (Property) ControlledVariableReference (Property) ControlledVariableUnits (Property) ControlledVariableValue (Property) Deadband (Property) DerivativeConstant (Property) DerivativeConstantUnits (Property) Description (Property) ErrorLimit (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) IntegralConstant (Property) IntegralConstantUnits (Property) ManipulatedVariableReference (Property) MaximumOutput (Property) MinimumOutput (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) OutputUnits (Property) PresentValue (Property) PriorityForWriting (Property) ProfileName (Property) ProportionalConstant (Property) ProportionalConstantUnits (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) Setpoint (Property) SetpointReference (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) UpdateInterval (Property) MultistateInput BACnetMultistateInput (FunctionBlock) AckedTransitions (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetAlarmValues (Method) GetFaultValues (Method) GetStateText (Method) NotificationClass (Property) NotifyType (Property) NumberOfStates (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) SetAlarmValues (Method) SetFaultValues (Method) SetStateText (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) MultistateOutput BACnetMultistateOutput (FunctionBlock) AckedTransitions (Property) Description (Property) DeviceType (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) FeedbackValue (Property) GetPriorityArray (Method) GetStateText (Method) NotificationClass (Property) NotifyType (Property) NumberOfStates (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) SetPriorityArray (Method) SetStateText (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) MultistateValue BACnetMultistateValue (FunctionBlock) AckedTransitions (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetAlarmValues (Method) GetFaultValues (Method) GetPriorityArray (Method) GetStateText (Method) NotificationClass (Property) NotifyType (Property) NumberOfStates (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) SetAlarmValues (Method) SetFaultValues (Method) SetPriorityArray (Method) SetStateText (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) NotificationClass BACnetNotificationClass (FunctionBlock) AckRequired (Property) Description (Property) GetRecipientList (Method) NotificationClass (Property) Priority (Property) ProfileName (Property) SetRecipientList (Method) PositiveIntegerValue BACnetPositiveIntegerValue (FunctionBlock) AckedTransitions (Property) COVIncrement (Property) Deadband (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetPriorityArray (Method) HighLimit (Property) LimitEnable (Property) LowLimit (Property) MaxPresValue (Property) MinPresValue (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RelinquishDefault (Property) Resolution (Property) SetPriorityArray (Method) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) WritePresentValueNullWithPriority (Method) WritePresentValueWithPriority (Method) Program BACnetProgram (FunctionBlock) AckedTransitions (Property) Description (Property) DescriptionOfHalt (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) InstanceOf (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) ProfileName (Property) ProgramChange (Property) ProgramLocation (Property) ProgramState (Property) ReasonForHalt (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) StatusFlags (Property) PulseConverter BACnetPulseConverter (FunctionBlock) AckedTransitions (Property) AdjustValue (Property) COVIncrement (Property) COVPeriod (Property) Count (Property) CountBeforeChange (Property) CountChangeTime (Property) Deadband (Property) Description (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) HighLimit (Property) InputReference (Property) LimitEnable (Property) LowLimit (Property) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PresentValue (Property) ProfileName (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) ScaleFactor (Property) StatusFlags (Property) TimeDelay (Property) TimeDelayNormal (Property) Units (Property) UpdateTime (Property) Schedule BACnetSchedule (FunctionBlock) AckedTransitions (Property) Description (Property) EffectivePeriod (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) ExceptionSchedule AddExceptionBACnetDate (Method) AddExceptionBACnetDateRange (Method) AddExceptionReference (Method) AddExceptionWeekAndDay (Method) GetExceptionEntry (Method) GetExceptionEntryCount (Method) RemoveExceptionEntry (Method) GetPresentValue (Method) GetScheduleDefault (Method) NotificationClass (Property) NotifyType (Property) OutOfService (Property) PriorityForWriting (Property) ProfileName (Property) PropertyReferences AddPropertyReference (Method) GetPropertyReference (Method) GetPropertyReferenceCount (Method) RemovePropertyReference (Method) Reliability (Property) ReliabilityEvaluationInhibit (Property) SetPresentValue (Method) SetScheduleDefault (Method) StatusFlags (Property) WeeklySchedule AddWeeklyEntry (Method) GetWeeklyEntry (Method) GetWeeklyEntryCount (Method) GetWeeklySchedule (Method) RemoveWeeklyEntry (Method) StructuredView BACnetStructuredView (FunctionBlock) AddSubordinate (Method) Description (Property) GetSubordinate (Method) GetSubordinateCount (Method) NodeSubtype (Property) NodeType (Property) ProfileName (Property) RemoveSubordinate (Method) TrendLog BACnetTrendLog (FunctionBlock) AckedTransitions (Property) AlignIntervals (Property) BufferSize (Property) COVResubscriptionInterval (Property) ClientCOVIncrement (Property) Description (Property) Enable (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) IntervalOffset (Property) LastNotifyRecord (Property) LogBuffer LogDeviceObjectProperty (Property) LogInterval (Property) LoggingType (Property) NotificationClass (Property) NotificationThreshold (Property) NotifyType (Property) ProfileName (Property) RecordCount (Property) RecordsSinceNotification (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) StartTime (Property) StatusFlags (Property) StopTime (Property) StopWhenFull (Property) TotalRecordCount (Property) Trigger (Property) TrendLogMultiple BACnetTrendLogMultiple (FunctionBlock) AckedTransitions (Property) AddLogPropertyReference (Method) AlignIntervals (Property) BufferSize (Property) Description (Property) Enable (Property) EventAlgorithmInhibit (Property) EventAlgorithmInhibitRef (Property) EventDetectionEnable (Property) EventEnable (Property) EventMessageTexts (Property) EventMessageTextsConfig (Property) EventState (Property) EventTimeStamps (Property) GetLogPropertyReference (Method) GetLogPropertyReferenceCount (Method) IntervalOffset (Property) LastNotifyRecord (Property) LogBuffer LogInterval (Property) LoggingType (Property) NotificationClass (Property) NotificationThreshold (Property) NotifyType (Property) ProfileName (Property) RecordCount (Property) RecordsSinceNotification (Property) Reliability (Property) ReliabilityEvaluationInhibit (Property) RemoveLogPropertyReference (Method) StartTime (Property) StatusFlags (Property) StopTime (Property) StopWhenFull (Property) TotalRecordCount (Property) Trigger (Property)
BACnetClientWriteProperty (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL BACnetClientWriteProperty EXTENDS BACnetClientBase Common Behaviour Model conform (ETrigA) FB to execute a Write-Property-Request in the BACnet-Network. If execution completed successfully and xDone is TRUE, the Write-Request was successful. In any other case eStatus and errorResult may hold additional information of what failed. InOut: Scope Name Type Initial Comment Inherited from Input xExecute BOOL Rising edge: Starts defined operation FALSE : Resets the defined operation after ready condition was reached ETrigATo xAbort BOOL TRUE : Aborts the operation ETrigATo udiTimeOut UDINT Max. operating time for executing [µs], 0: No operating time limit ETrigATo Output xDone BOOL TRUE : Ready condition reached ETrigATo xBusy BOOL TRUE : Operation is running ETrigATo xError BOOL TRUE : Error condition reached ETrigATo xAborted BOOL TRUE : Abort condition reached ETrigATo Input dwTargetDeviceNumber DWORD The device number of the targeted device in the BACnet- Network. BACnetClientBase pTargetDeviceAddress POINTER TO CmpBACnet.IEC_BACNET_ADDRESS 0 Optional : The device address of the targeted device in the BACnet-Network. If an adress is given the given device number is ignored. BACnetClientBase Output eStatus CmpBACnet.IEC_BACNET_STATUS CmpBACnet.IEC_BACNET_STATUS.BACNET_STATUS_OK If an error occured, the error state. BACnetClientBase errorResult CmpBACnet.IEC_BACNET_ERROR STRUCT(tag := CmpBACnet.IEC_BACNET_FAILURE_TYPE._FAILURE_MAX_SIZE) If an error occured (this means eStatus <> BACNET_STATUS_OK), whereas the sent BACnet-Request was answered with an specific error information, the latter is contained in this structure. BACnetClientBase iState DINT 0 The State in which the FB is during execution: 0: No execution, resetted state 1: Searching for the Target-Device and a valid address for it 2: Sending the BACnet-Request into the network 3: Waiting for the answer (if there is one) to the BACnet-Request made in 2 4: Finishing the call, setting of the output variables BACnetClientBase Input objType CmpBACnet.IEC_BACNET_OBJECT_TYPE The type of the object under the targeted device to write the property to. objInst CmpBACnet.IEC_BACNET_DWORD The instance number of the object under the targeted device to write the property to. propID CmpBACnet.IEC_BACNET_PROPERTY_ID The property ID of the property of the object under the targeted device to write. nWritePriority CmpBACnet.IEC_BACNET_SIGNED The priority used to write the property. Must be a value within 1..16. propertyContents CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be written into the property. nIndex CmpBACnet.IEC_BACNET_SIGNED -1 Optional : The Index of the element of the property written. Only use for constant array properties. Otherwise use index -1 or leave empty. Properties: Instance , inherited from BACnetClientBase Running , inherited from BACnetClientBase Server , inherited from BACnetClientBase SourceDeviceAddress , inherited from BACnetClientBase SourceDeviceNumber , inherited from BACnetClientBase TargetDeviceAddress , inherited from BACnetClientBase TargetDeviceNumber , inherited from BACnetClientBase Methods: Request SampleInputs InitializeOutputs , inherited from BACnetClientBase RegisterToServer , inherited from BACnetClientBase UnregisterFromServer , inherited from BACnetClientBase Structure: Request (Method) SampleInputs (Method)
BACnetClientWriteProperty.Request (METH) ¶ METHOD PROTECTED Request : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return Request CmpBACnet.IEC_BACNET_STATUS
BACnetClientWriteProperty.SampleInputs (METH) ¶ METHOD PROTECTED SampleInputs
BACnetClientWritePropertyMultiple (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL BACnetClientWritePropertyMultiple EXTENDS BACnetClientBase Common Behaviour Model conform (ETrigA) FB to execute a Write-Property-Multiple-Request in the BACnet-Network. If execution completed successfully and xDone is TRUE, the Write-Multiple-Request was successful. In any other case eStatus and errorResult may hold additional information of what failed, whereas firstFailed may hold the index of the first property which could not be written. InOut: Scope Name Type Initial Comment Inherited from Input xExecute BOOL Rising edge: Starts defined operation FALSE : Resets the defined operation after ready condition was reached ETrigATo xAbort BOOL TRUE : Aborts the operation ETrigATo udiTimeOut UDINT Max. operating time for executing [µs], 0: No operating time limit ETrigATo Output xDone BOOL TRUE : Ready condition reached ETrigATo xBusy BOOL TRUE : Operation is running ETrigATo xError BOOL TRUE : Error condition reached ETrigATo xAborted BOOL TRUE : Abort condition reached ETrigATo Input dwTargetDeviceNumber DWORD The device number of the targeted device in the BACnet- Network. BACnetClientBase pTargetDeviceAddress POINTER TO CmpBACnet.IEC_BACNET_ADDRESS 0 Optional : The device address of the targeted device in the BACnet-Network. If an adress is given the given device number is ignored. BACnetClientBase Output eStatus CmpBACnet.IEC_BACNET_STATUS CmpBACnet.IEC_BACNET_STATUS.BACNET_STATUS_OK If an error occured, the error state. BACnetClientBase errorResult CmpBACnet.IEC_BACNET_ERROR STRUCT(tag := CmpBACnet.IEC_BACNET_FAILURE_TYPE._FAILURE_MAX_SIZE) If an error occured (this means eStatus <> BACNET_STATUS_OK), whereas the sent BACnet-Request was answered with an specific error information, the latter is contained in this structure. BACnetClientBase iState DINT 0 The State in which the FB is during execution: 0: No execution, resetted state 1: Searching for the Target-Device and a valid address for it 2: Sending the BACnet-Request into the network 3: Waiting for the answer (if there is one) to the BACnet-Request made in 2 4: Finishing the call, setting of the output variables BACnetClientBase Input nListCount CmpBACnet.IEC_BACNET_UNSIGNED Number of Write-Property-Lists given in the POINTER writeSpec. writeSpec POINTER TO CmpBACnet.IEC_BACNET_WRITE_LIST Write-Property-Lists identifying the properties to be written. Output firstFailed CmpBACnet.IEC_BACNET_DEV_OBJ_PROP_REFERENCE If the Write-Property-Multiple-Request failed, this variable holds the property which first failed to be written. Properties: Instance , inherited from BACnetClientBase Running , inherited from BACnetClientBase Server , inherited from BACnetClientBase SourceDeviceAddress , inherited from BACnetClientBase SourceDeviceNumber , inherited from BACnetClientBase TargetDeviceAddress , inherited from BACnetClientBase TargetDeviceNumber , inherited from BACnetClientBase Methods: Request SampleInputs InitializeOutputs , inherited from BACnetClientBase RegisterToServer , inherited from BACnetClientBase UnregisterFromServer , inherited from BACnetClientBase Structure: Request (Method) SampleInputs (Method)
IBACnetClient (ITF) ¶ INTERFACE PUBLIC IBACnetClient EXTENDS IBACnetEmpty An interface to identify BACnet client function blocks. BACnetClient instances could be declared in the device tree - like BACnet server FB instances inheriting from IBACnetStaticObjectBase. In this case they are registered with the BACnetServer automatically in there Initialize() method. Additionally they can be declared just in IEC code, which than requires an explicite call to RegisterToServer() / UnregisterFromServer(), whenever appropriate. Usually RegisterToServer() should be called immediately after creation - if possible in fb_init(), but this depends on your general initialization scenario - and UnregisterFromServer() should be called immediately before deletion (for example in fb_exit()). Properties: Instance SourceDeviceAddress SourceDeviceNumber TargetDeviceAddress TargetDeviceNumber Methods: RegisterToServer UnregisterFromServer Structure: Instance (Property) RegisterToServer (Method) SourceDeviceAddress (Property) SourceDeviceNumber (Property) TargetDeviceAddress (Property) TargetDeviceNumber (Property) UnregisterFromServer (Method)
IBACnetClient.Instance (PROP) ¶ PROPERTY Instance : UDINT