Wonderware Interface
This document explains how to configure the subject interface for Machine Connect.
Setup
1. create a new "point" type Asset Class representing the “System” MC will interface with (you may name it anything. for example "North Plant 1 SCADA");
2. associate the Asset Class with a business line
3. for the new class define the following attributes:
Type | Required | Key | Name | Description | Default Value |
---|---|---|---|---|---|
TEXT | Yes | MC_INTTYPE | Interface Type | Defines the interface type. | WONDERWARE |
4. create a new Workflow Class for that will tell MC what data to collect from the interface. You will create one for like frequency of data collection (for example "Hourly SCADA data" or "15 Minute Data");
5. check the “Machine Connected” checkbox;
6. associate the workflow with the same “Business Line” as the asset class created above;
7. associate the workflow with the asset class;
8. define one field for each tag you'd like MC to query:
Type | Required | Key | Name | Description | Default Value |
---|---|---|---|---|---|
TEXT | Yes | {tagname}|{datatype} | {tag_name} | Friendly name for the tag |
Note: “WONDERWARE” is expecting the key value to be in the format {tagname}|{datatype} with {datatype} being one of the following data types: “INT”, “DISC”, “FLT”, “DIFF”, “STR”. If your datatype is "STR" you can specify a length by using an additional underscore after the "STR" (i.e. "MTP_%R2221|STR_5" where 5 defines the length.)
Example: