Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Step 1 - Configuration
    • Parameters that define the configuration of the export service and are managed through Export Client API calls:
      • PI Web API Endpoint (e.g. https://mypiwebapi.domain.com/piwebapi)
      • PI Archive Name (e.g. mypiarchive)
      • Export interval in milliseconds (e.g. 1000) - as an alternative this could be batch size
      • Username (e.g. piwebapiuser)
      • Password (e.g. piwebapipassword)
      • Datapoint(s) that will be exported to corresponding PI tag(s)
    • After registering to export client, it would be appropriate to verify connectivity/authentication

...