TranslateBACnetIds allows an OPC UA Client to request the NodeIds of OPC UA Objects representing BACnet objects by passing in the BACnet object identifier for the device and the object. This enables a Client to translate the BACnet address into an OPC UA NodeId.

Signature

TranslateBACnetIds(

[in] BACnetDeviceObjectPropertyReference[]BACnetIds

[out]NodeId[] OpcUaIds

);

Argument

Description

BACnetIds

List of BACnet references to BACnet devices, objects and properties.

The BACnetDeviceObjectPropertyReference DataType is defined in 10.5.9.

OpcUaIds

List of NodeIds of the OPC UA Objects representing the requested BACnet object in the BACnet device.

Method Result Codes

ResultCode

Description

Common StatusCodes defined in OPC 10000-4