> For the complete documentation index, see [llms.txt](https://manual.senseforce.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.senseforce.io/manual/senseforce-edge/edge-configuration/input-plugins/opc-ua-plugin/opc-ua-server-browser.md).

# OPC UA server browser

Download the latest version of the OPC UA Data Access and Alarms & Condition server browser:

{% file src="/files/p8mBtyEBlPxnexuYxozn" %}
Senseforce OPC UA Data Access & Alarms and Condition browsers
{% endfile %}

The following steps are used to create subscriptions for Data Access. The process for Alarms and Conditions is similar - simply use the Senseforce Alarms and Conditions browser instead of the Senseforce Data Access browser.

1. Optional: Set username and password for connecting with the OPC UA server. Open the file "Senseforce.DataAccessClient.exe.config" with your XML editor. Change Username and Password in the "userSettings"-Section.<br>

   ![Username/Password](/files/-Lt1iDN2FHEUZgwVhxeA)

2. Start `Senseforce.DataAccessClient.exe`

3. Discover your server endpoint:

   ![](/files/-Lt1i4CXrm3untGe4A-g)

4. Enter the hostname where the server is located. Press "Find". Select the endpoint starting with "opc.tcp" and press ok.

   ![](/files/-Lt1iR--vsHyy_IRRsBN)

5. Optional: If no server can't be found with the discovery process, you might also enter the server address in the format **opc.tcp\://servernameOrIp:port** to the server browser URL bar (see next step)

6. After successfully connecting to the server, the server's address space will be displayed on the left.

   ![](/files/-Lt1ihkkIBsHrYAxejMy)\
   &#x20;**Troubleshooting**: If the connection fails, make sure to check the server's IP address and check, if the certificate of the server browser is trusted by the OPC UA server and the server's certificate is trusted by the OPC UA server browser. See the OPC UA Plugin page for more details on certificate handling.<br>

7. Select the nodes you want to subscribe to.

   ![](/files/-Lt1izdL7mlKU6DvLjxh)<br>

   Use SHIFT to mark several elements at once.

   Use STRG to subsequently select several elements at once.&#x20;

   If you use the SHIFT or STRG key to select several elements at once make sure to keep the key pressed while pressing the right mouse button. Otherwise, the right mouse button will only highlight the element which is directly below the mouse arrow.&#x20;

8. Press the right mouse button and select "Monitor" to add the node(s) to your subscription.

   ![](/files/-Lt1jNT6Rc4D1BborPmv)\
   All subscribed nodes can be seen in the lower section of the tool:\
   ![](/files/-Lt1jYGuFw8PshR-kmag)<br>

   You may press the "Monitor"-button several times to add nodes to already created subscriptions. \
   Right-clicking on one (or more) of the subscribed nodes allows setting the Monitoring Mode, Sampling Interval, and Deadband (→ Hysteresis filter setting) of the subscribed nodes.

   ![](/files/-Lt1jlmjFOlMYVfWuQpx)<br>

9. If all the nodes are added to the subscription, press "Monitored Items" and "Save..." to persist the subscription.&#x20;

   ![](/files/-Lt1jrV4zumapIu0tesR)\
   Set opcuasubscriptions.xml as file name and replace the original configuration file in the SF Edge OPC UA plugin configuration folder.

{% content-ref url="/pages/-Lj7FSmABT3beEK2FEaP" %}
[OPC UA Plugin](/manual/senseforce-edge/edge-configuration/input-plugins/opc-ua-plugin.md)
{% endcontent-ref %}

### How to add monitored items to an existing subscription

If you already have a subscription file it might be cumbersome to create the file from scratch if you only want to add one or two new items.&#x20;

1. Connect to the OPC UA server as described above
2. Click on **"Monitored Items" -> "Load"** \
   ![](/files/-Lt1jrV4zumapIu0tesR)
3. Select the existing subscription.xml --> All existing monitored items are placed in the lower section of the user interface. Simply add additional items and save the subscription as described in the section above.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.senseforce.io/manual/senseforce-edge/edge-configuration/input-plugins/opc-ua-plugin/opc-ua-server-browser.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
