Skip to content

berickson/WWO-Net-SDK

 
 

Repository files navigation

WWO-Net-SDK

Build Status

Wonderware Online .NET SDK

This SDK helps you create tags and upload data to Wonderware Online through the upload csv/json API.

Requirements

  • .Net Framework 4.5 and +

Supported

  • .Net Standard 1.1

Features

  • Buffered data transmission
  • Json format upload
  • Automatic/Manually buffer flush
  • Supports multi region
  • Limited support of process value types Supported values

How it works

Selection of a region

To select a region, simply put the hostname of the targeted region.

using WonderwareOnlineSDK;
...
var wonderwareOnlineClient = new WonderwareOnlineClient("online.wonderware.com", "PROVIDE TOKEN HERE");

Automatic/manual flush

By default, the sdk will automatically flush the data every 5 seconds. There is also a manual flush that is available.

using WonderwareOnlineSDK;
...
var wonderwareOnlineClient = new WonderwareOnlineClient("online.wonderware.com", "PROVIDE TOKEN HERE");
wonderwareOnlineClient.PurgeAsync();

Unsupported

The primary implications of being UNSUPPORTED are:

  1. They include NO WARRANTY OF ANY KIND. My employers assumes NO responsibility for this code or any unintended consequences of using them.
  2. By using this, you assume FULL responsibility for the consequences.
  3. This repository assumes no responsibility to my employers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%