BACnetCommand.AddActionList (METH)

METHOD AddActionList : CmpBACnet.IEC_BACNET_STATUS

Adds a action list and action list text to the Action-BACnet-Propetrty and Action_Text-BACnetProperty of this BACnet-Command-Object at the same time. So both description and action are added simultaneously (inputs actionList with corresponding description actionListText). The entries of the action list (actionList) may be initialized using the helper functions InitializeActionCommandBACnetBinaryPV,… of this FB.

InOut:

Scope

Name

Type

Comment

Return

AddActionList

CmpBACnet.IEC_BACNET_STATUS

Input

actionList

CmpBACnet.IEC_BACNET_ACTION_LIST

The action list to add to the Action-Property.

actionListText

WSTRING(255)

The action text to add to the Action_Text-Property.