0902-06 Endpoints

Example Projects > 0902 OPC UA Configuration > 0902-06 Endpoints

Endpoints

This configuration defines an OPC UA server that has more than one defined Endpoint.

Multiple endpoints configuration:

  • Security definition
    • Trust list with allowed client certificates
    • Rejected list (optional)
    • Revocation list (optional)
    • Issuer list (optional)
  • User Token Policy (UTP) definition
    • Name "0"
    • Anonymous access (No authentication)
    • User authorized as Admin
  • User Token Policy (UTP) definition
    • Name "2"
    • Anonymous access (No authentication)
    • User authorized as Guest
  • Endpoint definition
    • Name "1" (internal name only)
    • Used user token policy (Only UTP "0")
    • Used security policy (Sign and encrypt with Basic256)
    • URI (opc.tcp://localhost:4885/REX)
  • Endpoint definition
    • Name "2" (internal name only)
    • Used user token policy (Only UTP "2")
    • Used security policy (None)
    • URI (opc.tcp://localhost:4888/PUBLIC_REX)

The security certificate validation settings may and may not be equal to UTP certificate validation!

Read the Getting started for easy start and full documentation for additional settings.

Documentation

Additional information

  • Visit the REXYGEN webpage for more information about the example projects and developing advanced automation and control solutions using REXYGEN.