OPC UA Endpoint

The OPC UA Endpoint allows accessing data and execute operations within the FA³ST Service via OPC UA. For detailed information on OPC UA see About OPC UA

The OPC UA Endpoint is based on the OPC UA Companion Specification OPC UA for Asset Administration Shell (AAS). The release version of this Companion Specification is based on the document Details of the Asset Administration Shell - Part 1 Version 2.

This implementation is based on Details of the Asset Administration Shell - Part 1 Version 3, which is currently not yet released. Therefore, the current implementation is actually not compatible with the Companion Specification.

The OPC UA Endpoint is built with the Prosys OPC UA SDK for Java. If you want to build the OPC UA Endpoint, you need a valid license for the SDK.

You can purchase a Prosys OPC UA License. As the OPC UA Endpoint is a server, you need a “Client & Server” license.

For evaluation purposes, you also have the possibility to request an evaluation license.

In order to use the OPC UA Endpoint, the configuration settings require to include an OPC UA Endpoint configuration, like the one below:

{
	"endpoints": [
		{
			"@class": "de.fraunhofer.iosb.ilt.faaast.service.endpoint.opcua.OpcUaEndpoint",
			"tcpPort" : 18123,
			"secondsTillShutdown" : 5
		}
	]
}

OPC UA Endpoint configuration supports the following configuration parameters

  • tcpPort is the desired Port for the OPC UA TCP Protocol (opc.tcp). Default is 4840.

  • secondsTillShutdown is the number of seconds the server waits for clients to disconnect when stopping the Endpoint. When the Endpoint is stopped, the server sends a predefined event to all connected clients, that the OPC UA Server is about to shutdown. Now, the OPC UA Server waits the given number of seconds before he stops, to give the clients the possibility to disconnect from the Server. When secondsTillShutdown is 0, the Endpoint doesn’t wait and stops immediately.

To connect to the OPC UA Endpoint, you need an OPC UA Client. Here are some examples of OPC UA Clients:

Here you can see a sample Screenshot with UaExpert.
Screenshot with UaExpert

Supported Functions

  • Operations (OPC UA method calls). Exception: Inoutput-Variables are not supported in OPC UA.

  • Write Values

    • Property

    • Range

    • Blob

    • MultiLanguageProperty

    • ReferenceElement

    • RelationshipElement

    • Entity

Not (yet) Supported Functions

  • Events

  • Write Values

    • DataSpecifications

    • Qualifier

    • Category

    • ModelingKind

  • AASValueTypeDataType

    • ByteString

    • Byte

    • UInt16

    • UInt32

    • UInt64

    • DateTime

    • LocalizedText

    • UtcTime