Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Manual Logger

Export/import XML schema file

  • Last UpdatedNov 22, 2022
  • 1 minute read

Imported tour data must adhere to the OSIsoft.PIML.xsd schema file, which is available in \PIPC\PIMLWindows. Tour data exported from PI Manual Logger also adheres to this schema.

The schema file contains four core elements:

  • Tour

  • TourOptions

  • Group

  • PITag

    Note: PI tags must exist in the connected PI Data Archive prior to Import.

Two attributes work with these elements:

  • SelectX

  • Operation

SelectX

The PI Manual Logger element must be selected to be imported, otherwise it will be ignored. To do this, give the SelectX attribute a value of "x", for example:

<PITag SelectX="x" Operation="CreateOrUpdate">

Operation

Two types of operations are supported on the main PI Manual Logger elements (for example, Tour, Group, and Tag):

  • CreateOrUpdate

  • Delete

For CreateOrUpdate, the object is created if it does not exist within the PI Manual Logger database. If it already exists, then it is updated. The TourOptions can only be created for a newly configured tour or updated on an existing tour, for example:

<Group SelectX="x" Operation="CreateOrUpdate">
<PITag SelectX="x" Operation="Delete">

TitleResults for “How to create a CRG?”Also Available in