GE Proficy
.NET AGENT
Overview
The GE Proficy connector enables Seeq to access data from the GE Proficy historian via the Historian User API.
Prerequisites
The GE Proficy connector is only compatible with GE Proficy versions 4.0 and higher.
Configuration
This is an example configuration template that is displayed in the Additional Configuration box that appears when you click Configure for an existing datasource (or if a new datasource is being created, in the Create new datasource connection modal that appears after clicking Add Datasource) on the Datasources administration page.
{
"Hostname": "10.4.105.22",
"Username": "GeUser",
"Password": "GePassword",
"SignalMask": ["abc*", "xyz*"]
}
GE Proficy Additional Configuration
Property Name | Default Value | Data Type | Description |
---|---|---|---|
| null | String | The name or IP address of the machine that is hosting the GE Proficy historian. |
| null | String | This is the username for the GE Proficy historian connection. Set to |
| null | String/SecretFile | This is the password for the account specified in the |
| null | A list of Strings | This field limits the number of signals visible to Seeq users. Provide an array of string wildcard signal name masks that match the signals that should be synced. For example, |
Known Issues
Only GE Proficy tag types of Float, Double, Short, Integer, Int64, UInt64, UInt32, UInt16, Bool, String, Byte and Time can be converted into Seeq data types. Scaled, Blob, MultiField, Array, and MaxDataType are incompatible and will not be indexed.
Please report any other issues you find to our support portal.
Troubleshooting
If you are running into issues with connecting to or access data from GE Proficy, view our guide for troubleshooting datasource issues.
Performance considerations
The GE Proficy connector does not have any special performance considerations. View our guide on optimizing datasource performance for general guidance.