Data access with I/O
- Last UpdatedMar 25, 2025
- 2 minute read
You can develop distributed applications in which the functional components of an InTouch system are located on different nodes. The figure below shows how you configure an I/O request for data stored on another node.
You can set up an InTouch application to identify an element of data stored on another node by using a three-part addressing convention. This convention includes the node, application, and topic names. To obtain data from a remote node, you need to configure an Access Name for your InTouch application that specifies these three items.
For example, if you want to access data from a remote I/O Server running on another node, your Access Name consists of the following:
|
Access Name Option |
Description |
|---|---|
|
Node Name |
Node name of the computer running the I/O Server program. |
|
Application Name |
Name of the I/O Server program running on the node. For example, "UA_SampleServer" might be the name of an OPC UA server. For more information about the application names associated with Operations Integration (OI) servers, refer to the OI server documentation. |
|
Topic Name |
Label assigned to the I/O Server Device Group. |
If you use an Excel spreadsheet as your InTouch data source, you can define your Access Name as follows:
|
Access Name Option |
Description |
|---|---|
|
Node Name |
Node name of the computer running the Excel program. |
|
Application Name |
Excel is the Application Name. |
|
Topic Name |
Name of the Excel book and spreadsheet containing the requested data. For example, [Book1]Sheet1. |
In addition to the node, application, topic, and item, you need to specify the type of data located on the remote node. This information determines the I/O type for the tag when it is defined in the Tagname Dictionary.
Related Links
- Work with the Gateway Communication Driver
- Supported InTouch communication protocols
- Set up access names
- Access I/O data with I/O tags
- Convert tags to remote references
- Access I/O data by remote references
- Access Application Server data from InTouch
- View timestamp and quality information for an I/O tag
- Initialize and reset I/O connections at run time
- Use failover functionality with Access Names
- Monitor the status of an I/O connection
- Access InTouch tag data from other applications