PI-Read node

Use the PI-Read node to read tag data from your PI Server.

Purpose

Use the PI-Read node to read tag data from your PI Server. The data is emitted from the node in the form of an XML message that conforms to the TagData.xsd schema.

You can deply the PI-Read node on Windows only.

The PI-Read node is contained within the Manufacturing drawer of the message flow palette, and is represented in the IBM® Integration Toolkit by the following image:

PI-Read node

Using the PI-Read node in a message flow

Before you can use the PI-Read node, you must install a supported version of the PI SDK, see OSIsoft and IBM Integration Bus system requirements.

Before you can connect your integration server to your PI Server, you must configure your PI Server to trust your integration server. To configure the PI Server, click PI System Management Tools > Security > Mappings and Trusts > Trusts and add an entry for the DataFlowEngine.exe file.

The PI-Read node is a mid-flow node.

If you wire the InvalidTags terminal, a message is sent from the InvalidTags terminal that contains information about any tags that could not be read and another message is sent from the Out terminal about any tags that could be read. If you do not wire the InvalidTags terminal and any of the specified tags could not be read, an exception is thrown and no message is sent from the Out terminal.

In the Properties view, specify the PI connection that you want to use, and the tags for which you want to receive data.

For any tags that you add to the Tags property, the node outputs data in an XML format. To access or update the values under TagData, you must address it with its namespace. For more information, see XML schema.

You can route or transform the data by using the nodes that are in the IBM Integration Toolkit palette. For example, you can publish the data by using an MQTTPublish node, and then subscribe to the data by using an MQTTSubscribe node, see MQTTPublish node and MQTTSubscribe node.

Configuring the PI-Read node

Configure the PI-Read node by modifying the properties.

All mandatory properties for which you must enter a value (properties that do not have a default value defined) are marked with an asterisk in the user interface.

Terminals and properties

The PI-Read node terminals are described in the following table.
Terminal Description
In The input terminal that accepts a message for processing by the node.
Failure The output terminal to which a message is routed if an error occurs during processing.
InvalidTags The output terminal to which a message that contains information about any tags that could not be read is routed.
Out The output terminal to which any successful tag readings are sent.

The following tables describe the node properties. The column headed M indicates whether the property is mandatory (a mandatory property is marked with an asterisk in the user interface if you must enter a value when no default is defined); the column headed C indicates whether the property is configurable (you can change the value when you add the message flow to the broker archive (BAR) file to deploy it).

The Description properties for the PI-Read node are described in the following table.
Property M C Default Description
Node name Yes No The node type, PI-Read. The name of the node.
Short description No No   A brief description of the node.
Long description No No   Text that describes the purpose of the node in the message flow.
The Basic properties for the PI-Read node are described in the following table.
Property M C Default Description
PI connection Yes Yes The name of the connection that is defined locally in the PI SDK utility.
Tags Yes Yes   The names of the tags that contain the data that you want to receive. You can add and delete tag values. The use of wildcard entries is not supported.

You can add multiple tags by using a comma separated list of values.

The Advanced properties for the PI-Read node are described in the following table.
Property M C Default Description
Output location No Yes Message The location for the output data. The following locations are available:
  • Message. This option replaces your message headers and body with the TagData.
  • LocalEnvironment. This option writes the data to LocalEnvironment/Variables, and preserves your message unchanged.
Notices | Trademarks | Downloads | Library | Support

Copyright IBM Corporation 2016 Copyright IBM Corporation 2016.

		
		Last updated
		
	Last updated : 2016-07-30 06:30:50


Reference topicReference topic | Version 1.0.0.2 | ma00420