Monokot Server 1.x
  • What is Monokot Server?
  • Quickstart
  • 🐸Basics
    • Supported OS and Hardware
    • Installation
    • Licensing
    • OPC UA
      • UA TCP Endpoint
      • UA Settings
      • Client Certificates
      • Aliases
      • Access to Object Settings
      • Troubleshooting
    • Security Certififcate
    • Users & Roles
    • Administrator GUI
      • Event Log
      • Users in Monokot Server Administrator
      • Roles in Monokot Server Administrator
    • Startup Parameters
  • 🦊Tags & Devices
    • Devices
      • Diagnostics
      • Devices in the Monokot Server Administrator
    • Tags
      • Parameters
      • Change Trigger
      • Tags in Monokot Server Administrator
        • Go Online
        • Group Action
        • Import & Export
    • Modbus Connectivity
      • Parameters
      • Addressing
      • Diagnostics
    • Siemens Connectivity
      • Parameters
      • Addressing
      • Access to DBs area in S7-1200/S7-1500
    • IEC 60870-5-104 Connectivity
      • Parameters
      • Addressing
      • Time Conversion
      • Diagnostics and Commands
    • OPC UA Connectivity
      • Parameters
      • Addressing
      • Diagnostics
      • How to: Importing OPC UA items
      • How to: Pulling Security Certificate
    • InfluxDB Connectivity (Connector)
      • Parameters
      • Addressing
      • Query Result and Data Mapping
      • Diagnostics
      • How to: Configure for InfluxDB 2.x
    • SNMP Connectivity
      • Parameters
      • Addressing
      • UDP Considerations
  • 🐺Time Series & Stores
    • Stores
      • Backlog
      • Diagnostics
      • Stores in Monokot Server Administrator
    • Time Series
      • Parameters
      • Deadband
      • Sampling
      • Last Sample Repeat
      • Time Series in Monokot Server Administrator
        • Group Action
        • Import & Export
    • InfluxDB Connectivity (Store)
      • Parameters
      • Addressing
      • Data Structure
      • About Metadata
      • Diagnostics
      • How to: Configure for InfluxDB 2.x
    • PostgreSQL Connectivity
      • Parameters
      • Addressing
      • Database Design
      • Data Compression
    • REST Connectivity
      • Parameters
      • Addressing
      • Message Script
      • RestRequestMessage
      • DataContext
      • TimeSeries
  • 🐻Scripts
    • Overview
    • Expression
      • Parameters
      • Import & Export
      • Go Online
    • Programming Examples
      • How to: Calculate Arithmetic Mean
      • How to: DoNothing
      • How to: Writing to Tag
      • How to: Inverting Bits
      • How to: Execute SQL
      • How to: Run Ping
      • How to: Do Simulation
      • How to: String Formatting
      • How to: OPC UA Method
      • How to: Initialize Device Settings from File
    • API
      • Bundle
      • BundlePair
      • Context
      • DataMap
      • DataMapPair
      • DataTriggerInfo
      • Expression
      • MosCrypto
      • MosDirectories
      • MosFiles
      • MosOdbc
      • MosOdbcReader
      • MosProcess
      • MosProcessExecuteResult
      • MosText
      • MosUtils
      • ValueState
Powered by GitBook
On this page
  1. Basics
  2. OPC UA

Access to Object Settings

PreviousAliasesNextTroubleshooting

Last updated 2 years ago

Most server objects such as tags, devices, time series, etc. are represented as items of the OPC UA hierarchy.

The server offers the possibility to read and write most of the control and diagnostic properties of objects defined on the server. For example, through the OPC UA client you can change the host for a Modbus TCP device, set the update rate for a tag, etc. By default, access to the properties of the server objects is set to read-only mode. For tags, tag groups, time series and time series groups, properties are also not available for browsing through the OPC UA client.

Browsing properties of tags, tag groups, time series, and time series groups is not available by default in order to prevent creation of a large number of variables when importing OPC UA hierarchies into third-party systems such as SCADA

Access rights for specific categories of objects are configured in the security manager. After the credentials provided by the OPC UA client are associated with the role, the client will have access to the specified set of rights. By default, if the OPC UA client connects in anonymous mode, the server cannot authorize the client with the necessary set of rights, and therefore it provides access to all categories of objects.

To enable properties writing for server objects, open the OPC UA manager in Monokot Server Administrator, go to the Object Access tab and select Read/Write in the Access Mode to Object Properties drop-down menu.

Click Sync for the changes to take effect on the server. Other options available on the Object Access tab include:

  • Allow access to object properties when connecting to the server in anonymous mode (enabled by default)

  • Browse tag properties for OPC UA client

  • Browse tag group properties for OPC UA client

  • Browse time series properties for OPC UA client

  • Browse time series group properties for OPC UA client

  • Browse expression properties for OPC UA client

  • Browse expression group properties for OPC UA client

🐸