Skip to main content

General

Tag Browser

Visually browse OPC UA, SNMP, and MTConnect address spaces to discover and import tags without manual entry.

The Tag Browser lets you visually explore a device's address space and import data points as tags - no manual OID or Node ID entry required. It works across OPC UA, SNMP, and MTConnect protocols, all routed through your edge gateways.


How It Works

Every browse operation follows the same gateway-routed pattern:

  1. You click a browse button in the Device Profile Tags tab.
  2. You select a gateway that has network access to the target device.
  3. The gateway queries the device's address space and streams the results back.
  4. You pick the data points you need, and they become tags in your profile.

This architecture means the Proxus central server never needs direct access to factory-floor devices - the gateway handles all protocol communication.

info
Gateway-Routed Discovery

Browse requests are always executed on the selected edge gateway. This ensures the browser works even when the central server and the target device are on different networks.


Supported Protocols

OPC UA

OPC UA offers two complementary browser actions:

Discover Servers

Scans the gateway's network for OPC UA servers and presents their endpoints, security configurations, and authentication options in a hierarchical tree. Selecting an endpoint automatically configures the profile's connection parameters.

Discover Servers Button
Discover Servers Button

OPC UA Discovery Results
OPC UA Discovery Results

lightbulb
Security Auto-Configuration

Discovery detects all available security modes and policies - including Aes128_Sha256_RsaOaep and Aes256_Sha256_RsaPss. The selected combination is applied to the profile automatically.

Browse Tags

After connection parameters are configured, browse the server's node hierarchy to select variables.

Browse Tags Button
Browse Tags Button

OPC UA Tag Browser
OPC UA Tag Browser

The browser displays the full OPC UA address space with:

  • Node hierarchy - Objects, Folders, and Variables in a tree view
  • Live values - Current value shown for each variable node
  • Metadata - Node ID, Category, Data Type for every entry
  • Bulk selection - "Select All Variables" for fast import

For full OPC UA connection details, see the OPC UA Guide.


SNMP

The SNMP browser performs an SNMP walk from the root OID and lists all discovered OIDs with their current values.

Browse Tags Button
Browse Tags Button

SNMP Tag Browser
SNMP Tag Browser

The browser displays:

  • OID tree - Full MIB hierarchy from the configured root
  • Live values - Current value for each OID
  • Data types - SNMP type (Integer32, OctetString, Counter64, etc.)

Supports SNMPv1, v2c, and v3 with full authentication and privacy. For connection details, see the SNMP Guide.


MTConnect

The MTConnect browser loads the machine's data model via its MTConnect Agent and presents DataItems and Conditions for selection.

MTConnect Browser Button
MTConnect Browser Button

MTConnect Browser
MTConnect Browser

The browser displays:

  • Device hierarchy - Components and sub-components from the MTConnect model
  • DataItems - Samples, Events, and Conditions with current values
  • Category mapping - Automatic tag name generation from the MTConnect path

For connection details, see the MTConnect Guide.


Common Workflow

Create a Device Profile

Navigate to Data Management > Device Profiles, click New, select your protocol, and give it a name.

Configure Connection

Set up the connection parameters - either manually or using Discover Servers (OPC UA). See Using Device Profiles for details.

Browse and Select Tags

Switch to the Tags tab, click Browse Tags (or Discover Servers for OPC UA), select a gateway, and pick the data points you need.

Deploy to Devices

Link the profile to one or more Devices and activate them. The gateway will start polling the selected tags immediately.


Troubleshooting

IssueCauseSolution
No gateways shownNo online gateways availableVerify gateway is running and connected
Browse returns emptyWrong connection parametersCheck host, port, and credentials
Browse timeoutDevice unreachable from gatewayEnsure gateway and device are on the same network
OPC UA BadSecureChannelClosedServer doesn't trust client certificateTrust the Proxus certificate on the server (details)
SNMP timeoutWrong community string or versionVerify SNMP version and community match the agent config