The TcpDataAccess TagProvider facilitates the Server to Server communication, allowing two solutions to interact directly with another, exchanging and synchronizing data efficiently. This is especially useful in scenarios where you need to relay data from one system to another without manual interventions, ensuring data continuity and real-time updates.
On this page:
Configuration
To set up Server to Server as an External Tags source, navigate to Unified Namespaces / External TagProviders and select the Server to Server Communication.
Connection parameters
Field | Description |
---|---|
Provider | Specifies the system the TagProvider will interface with. In this case, it interfaces with Server to Server Communication. |
Access Mode | Determines permissions for interacting with tags. Read allows data reading. For this TagProvider only Read is allowed. |
Name | User-defined name for the TagProvider instance. Identifies the specific configuration in the system. |
Description | Explains the TagProvider's purpose or the systems it interfaces with. Provides context for its usage. |
ProtocolOptions | Defines specific communication settings for the connection to the device. |
TagHistorian | Enables the TagHistorian feature for storing historical data. |
TagProperties | Enables the TagProperties feature for managing tag metadata. |
Connection | Defines connection settings for the server, including host, port, username, password, and additional options. |
Station parameters
The Test button verifies the connection settings to ensure successful communication with the specified server.
Field | Description |
---|---|
Host | Specifies the IP address of the Server system. It directs the client to connect to the specified server. Example: 192.168.1.1. |
Port | Indicates the TCP/IP port of the Server system. It allows data transmission via the specified port. Example: 8080. |
UserName | Identifies the username with ClientStart permission in the Server system. It authenticates the user attempting to access the server. This parameter is optional and defaults to the startup user. Example: admin_user. |
UserPassword | Provides the password for the user. It secures the connection by verifying the user's identity. This parameter is optional and defaults to the startup user. Example: password123. |
WindowsAuthentication | Enables Windows-based authentication. It allows users to authenticate using their Windows login credentials. Check the box to enable. |
CFOrIoT | Enables the configuration mode of the station. CF stands for Compact Framework, optimized for devices with limited resources, while IoT tailors for Internet of Things devices. Choose based on the device type and requirements. Example: Select IoT for an Internet-connected sensor network. |
StoreAndForward | Enables temporary data storage if the server is unreachable. It stores data locally and forwards it once the connection is re-established. Check the box to enable. |
Update Write Rate | Specifies the frequency at which data updates are written or synchronized with the server. It helps manage bandwidth and ensures timely data relay. Example: 5 seconds. |
In this section: