GPIOTP600Diag.Enable (PROP) ¶ PROPERTY Enable : BOOL This property returns if the node is enabled in the device tree. The setter can be used to change the Enabled flag. If enabling/disabling is not supported on the node the flag’s value will not change.
GPIOTP600Diag.FirstChildNode (PROP) ¶ PROPERTY FirstChildNode : DED.INode Returns the first child node below the current one
BACnet2 Library Documentation ¶ Company : CODESYS Title : BACnet2 Version : 2.0.0.0 Categories : Intern|BACnet Namespace : BACnet Author : CODESYS Development GmbH Placeholder : BACnet2 Description [ 1 ] ¶ CODESYS BACnet2 library - detailed information ¶ Contents: ¶ BACnetClient BACnetClientAlarmsEvents BACnetClientAuditLog BACnetClientBase (FunctionBlock) BACnetClientConfirm BACnetClientDeviceManagement BACnetClientFile BACnetClientLifeSafetyOperation BACnetClientProperty IBACnetClient (Interface) BACnetHooksCallbacks IBACnetEventConsumer (Interface) BACnetObjects BACnetAccessCredential (FunctionBlock) BACnetAccessDoor (FunctionBlock) BACnetAccessPoint (FunctionBlock) BACnetAccessRights (FunctionBlock) BACnetAccessUser (FunctionBlock) BACnetAccessZone (FunctionBlock) BACnetAccumulator (FunctionBlock) BACnetAlertEnrollment (FunctionBlock) BACnetAnalogInput (FunctionBlock) BACnetAnalogOutput (FunctionBlock) BACnetAnalogValue (FunctionBlock) BACnetAuditLog (FunctionBlock) BACnetAuditReporter (FunctionBlock) BACnetAveraging (FunctionBlock) BACnetBinaryInput (FunctionBlock) BACnetBinaryLightingOutput (FunctionBlock) BACnetBinaryOutput (FunctionBlock) BACnetBinaryValue (FunctionBlock) BACnetBitStringValue (FunctionBlock) BACnetCalendar (FunctionBlock) BACnetChannel (FunctionBlock) BACnetCharacterStringValue (FunctionBlock) BACnetColor (FunctionBlock) BACnetColorTemperature (FunctionBlock) BACnetCommand (FunctionBlock) BACnetCredentialDataInput (FunctionBlock) BACnetDatePatternValue (FunctionBlock) BACnetDateTimePatternValue (FunctionBlock) BACnetDateTimeValue (FunctionBlock) BACnetDateValue (FunctionBlock) BACnetDevice (FunctionBlock) BACnetElevatorGroup (FunctionBlock) BACnetEscalator (FunctionBlock) BACnetEventEnrollment (FunctionBlock) BACnetEventLog (FunctionBlock) BACnetFile (FunctionBlock) BACnetGlobalGroup (FunctionBlock) BACnetGroup (FunctionBlock) BACnetIntegerValue (FunctionBlock) BACnetLargeAnalogValue (FunctionBlock) BACnetLifeSafetyPoint (FunctionBlock) BACnetLifeSafetyZone (FunctionBlock) BACnetLift (FunctionBlock) BACnetLightingOutput (FunctionBlock) BACnetLoadControl (FunctionBlock) BACnetLoop (FunctionBlock) BACnetMultistateInput (FunctionBlock) BACnetMultistateOutput (FunctionBlock) BACnetMultistateValue (FunctionBlock) BACnetNetworkPort (FunctionBlock) BACnetNotificationClass (FunctionBlock) BACnetNotificationForwarder (FunctionBlock) BACnetOctetStringValue (FunctionBlock) BACnetPositiveIntegerValue (FunctionBlock) BACnetProgram (FunctionBlock) BACnetPulseConverter (FunctionBlock) BACnetSchedule (FunctionBlock) BACnetStaging (FunctionBlock) BACnetStructuredView (FunctionBlock) BACnetTimePatternValue (FunctionBlock) BACnetTimeValue (FunctionBlock) BACnetTimer (FunctionBlock) BACnetTrendLog (FunctionBlock) BACnetTrendLogMultiple (FunctionBlock) base BACnetServer Async BACnetDataLink (FunctionBlock) BACnetIPdatalink (FunctionBlock) BACnetMSTPdatalink (FunctionBlock) BACnetServer (FunctionBlock) IBACnetServer (Interface) BACnetServerPlugin BACnetServerPluginBase (FunctionBlock) BACnetServerPluginCallbackBase (FunctionBlock) BACnetServerPluginHookBase (FunctionBlock) IBACnetServerPlugin (Interface) IBACnetServerPluginCallback (Interface) IBACnetServerPluginHook (Interface) Constants (GVL) Debug Doc Application Programming Interface compile options to enable specific logging other compile options Introduction CODESYS BACnet2 - parts and pieces migration from CODESYS BACnet (protocol revision 14/15) to CODESYS BACnet2 (protocol revision 25) CODESYS BACnet(1) vs. CODESYS BACnet2 artefact names and versions functionality of the parts Enums BACnetDatalinkType (Enum) BACnetPropertyAttributeExistent (Enum) BACnetPropertyAttributePersistent (Enum) BACnetPropertyAttributeWritable (Enum) Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Persistence BACnetPersistenceInfo (Struct) IBACnetPersistence (Interface) PropertyConfiguration BACnetPropertyAttributes (Struct) IBACnetPropertyConfiguration (Interface) Structs BACnetDateRange (Struct) BACnetDateTime (Struct) BACnetOptionalPriorityFilter (Struct) BACnetTimeStamp (Struct) BACnetTimeStampUnion (Union) BBMD_Info (Struct) Utilities BACnetUtilities IOUtilities Mem RegisterEventUtilities StringConversions ToString Indices and tables ¶ [ 1 ] Based on BACnet2.library, last modified 06.12.2023, 09:05:46. LibDoc 4.4.0.0-b.37 The content file BACnet2.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 06.12.2023, 09:05:53.
BACnetClientAcknowledgeAlarm (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL BACnetClientAcknowledgeAlarm EXTENDS BACnetClientBase Common Behaviour Model conform (ETrigA) FB to execute a Acknowledge-Alarm-Reqeust in the BACnet-Network. If the execution completed successfully, xDone is set to TRUE. 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 pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES 0 A pointer to the structure which contains a set of APDU properties to control the timing and size of transmitted frames for this request. It temporarily overwrites the global APDU settings made in the source device from which this request is sent and which parameters would control this request if this pointer is NULL. 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 processID CmpBACnet.IEC_BACNET_UNSIGNED The ID of the process to acknowledge the alarms with. eventObjInst CmpBACnet.IEC_BACNET_DWORD The object instance to acknowledge the alarms for. eventObjType CmpBACnet.IEC_BACNET_OBJECT_TYPE The object type to acknowledge the alarms for. eventState CmpBACnet.IEC_BACNET_EVENT_STATE Event state to be acknowledged. timeStamp CmpBACnet.IEC_BACNET_TIME_STAMP Time Stamp of the acknowledgement. ackSource WSTRING(255) Identifier of the source of acknowledgement. ackTime CmpBACnet.IEC_BACNET_TIME_STAMP Time of the acknowledgemnent. 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. 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)
BACnetClientGetAlarmSummary (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL BACnetClientGetAlarmSummary EXTENDS BACnetClientBase Common Behaviour Model conform (ETrigA) FB to execute a Get-Alarm-Summary-Reqeust in the BACnet-Network. If execution completed successfully, xDone is set to TRUE. 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 pAPDUParams POINTER TO CmpBACnet.IEC_BACNET_APDU_PROPERTIES 0 A pointer to the structure which contains a set of APDU properties to control the timing and size of transmitted frames for this request. It temporarily overwrites the global APDU settings made in the source device from which this request is sent and which parameters would control this request if this pointer is NULL. 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 result CmpBACnet.IEC_BACNET_ALARM_INFO If the BACnet-Request succeeded (xDone is TRUE and no error occured (xError is FALSE)), this variable holds the contents of the alarm summary. 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: FreeResult HasResult InitializeOutputs Request SampleInputs RegisterToServer , inherited from BACnetClientBase UnregisterFromServer , inherited from BACnetClientBase Structure: FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method)
BACnetClient ¶ Function blocks for BACnet client functionialities are collected in this folder. BACnetClientAlarmsEvents BACnetClientAcknowledgeAlarm (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientGetAlarmSummary (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientGetEnrollmentSummary (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientGetEventInfo (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientAuditLog BACnetClientAuditLogQuery (FunctionBlock) FreeResult (Method) HasResult (Method) Request (Method) SampleInputs (Method) BACnetClientBase (FunctionBlock) InitializeOutputs (Method) Instance (Property) RegisterToServer (Method) Request (Method) Running (Property) SampleInputs (Method) Server (Property) SourceDeviceAddress (Property) SourceDeviceNumber (Property) TargetDeviceAddress (Property) TargetDeviceNumber (Property) UnregisterFromServer (Method) BACnetClientConfirm BACnetClientConfPrivateTransfer (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientConfTextMessage (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientDeviceManagement BACnetClientBackupBACnetDevice (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientCreateObject (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientDeleteObject (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientDeviceCommControl (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientReinitializeDevice (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientRestoreBACnetDevice (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientTimeSynchronization (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientUTCTimeSynchronization (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientFile BACnetClientReadStreamFile (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientWriteStreamFile (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientLifeSafetyOperation BACnetClientLifeSafetyOperation (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientProperty BACnetClientAddListElement (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientReadAllPropertyDataContents (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientReadProperty (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientReadPropertyMultiple (FunctionBlock) FreeResult (Method) HasResult (Method) Request (Method) SampleInputs (Method) BACnetClientReadRange (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientRemoveListElement (FunctionBlock) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientSubscribeCOV (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientSubscribeCOVProperty (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientSubscribeCOVPropertyMultiple (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientWriteAllPropertyDataContents (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientWriteProperty (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientWritePropertyMultiple (FunctionBlock) Request (Method) SampleInputs (Method) IBACnetClient (Interface) Instance (Property) RegisterToServer (Method) SourceDeviceAddress (Property) SourceDeviceNumber (Property) TargetDeviceAddress (Property) TargetDeviceNumber (Property) UnregisterFromServer (Method)
BACnetClientAlarmsEvents ¶ Function blocks for BACnet client functionalities in the area of BACnet alarms and BACnet events are collected in this folder. BACnetClientAcknowledgeAlarm (FunctionBlock) Request (Method) SampleInputs (Method) BACnetClientGetAlarmSummary (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientGetEnrollmentSummary (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method) BACnetClientGetEventInfo (FunctionBlock) FreeResult (Method) HasResult (Method) InitializeOutputs (Method) Request (Method) SampleInputs (Method)
BACnetClientAcknowledgeAlarm.Request (METH) ¶ METHOD PROTECTED Request : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return Request CmpBACnet.IEC_BACNET_STATUS
BACnetClientGetAlarmSummary.HasResult (METH) ¶ METHOD PROTECTED HasResult : BOOL InOut: Scope Name Type Return HasResult BOOL
BACnetClientAcknowledgeAlarm.SampleInputs (METH) ¶ METHOD PROTECTED SampleInputs