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

UA Settings

This section describes the general communication settings of the OPC UA server.

Allow Anonymous Login: allows OPC UA client not to provide username and password when opening a connection.

Enable UA TCP Endpoint: allows connection to the OPC UA Server using the UA TCP protocol (binary protocol).

Please note that by default anonymous connection to the OPC UA server is allowed

Max Notification Queue Size: specifies the maximum number of notifications stored in the queue for each monitored data change item.

Max Notifications per Publish: indicates the maximum number of messages sent in one publication response.

Max Message Queue Size: specifies the maximum number of sent messages that are saved in the queue for each subscription.

Min Session Timeout: indicates the minimum number of milliseconds during which the session remains open.

Max Session Timeout: specifies the maximum number of milliseconds during which the session remains open.

Max Session Count: indicates the maximum number of simultaneous sessions.

Max Browse Continuation Points: specifies the maximum number of continuation points used in Browse/BrowseNext operations.

Min Subscription Lifetime: sets the minimum subscription lifetime, which can be specified by OPC UA client when creating a subscription.

Max Subscription Lifetime: sets the maximum subscription lifetime, which can be specified by OPC UA client when creating a subscription.

Min Publishing Interval: sets the minimum subscription publishing interval, which can be specified by OPC UA client when creating a subscription.

Max Publishing Interval: sets the maximum subscription publishing interval, which can be specified by OPC UA client when creating a subscription.

Min Sampling Interval: sets the minimum sampling rate, which can be specified by OPC UA client when creating a monitoring item.

After changing and synchronizing the settings described above the OPC UA server will be automatically restarted.

PreviousUA TCP EndpointNextClient Certificates

Last updated 2 years ago

🐸