Default Configuration

The following is the list of default configurations:
<add assembly="RA.InfoPlatform.Connector.Simulator.MiddleTier" type="RA.InfoPlatform.Connector.Simulator.MiddleTier.PlugInInfo" />
<add assembly="RA.InfoPlatform.OpcUaProvider" type="RA.InfoPlatform.OpcUaProvider.PlugIn">
<Parameters>
<add name="ConfigFile" value="OPCUA-Plugin.config" />
<add name="FolderName" value="OPCUA" />
<add name="CertificateValidationOption" value="AcceptOnce" />
</Parameters>
</add>
  • The OPCUA-Plugin default configuration (
    OPCUA-Plugin.config
    ) is shown in the following example:
    [
    {
    "InstanceName": "OPC UA Simulator",
    "ServerUrl": null,
    "MessageSecurityMode": "None",
    "MessageEncoding": "Binary",
    "SecurityPolicy": "None",
    "User": null,
    "Password": null,
    "PasswordEncrypted": false,
    "IsSimulator": true
    }
    ]
  • AssetFramework Provider
    The AssetFramework provider is enabled by default using the following element in the
    RA.InfoPlatform.WindowsService.exe.config
    file:
<add assembly="RA.InfoPlatform.Provider.OSIsoft.AfModel" type="RA.InfoPlatform.Provider.OSIsoft.AfModel.AfPlugIn">
<Parameters>
<add name="ConfigFile" value="AssetFramework-Plugin.config" />
<add name="FolderName" value="PIAF" />
<add name="FTHistoriansFolderName" value="Historians" />
<add name="RawDataBoundaryType" value="Inside" />
<add name="AggregationBoundaryType" value="Inside" />
</Parameters>
</add>
  • The AssetFramework-Plugin default configuration is given as a sample file (
    AssetFramework-Plugin.config.sample
    ) and it is shown in the following example:
    [
    {
    "InstanceName": "appserhist",
    "Server": "appserhist",
    "IsSimulator": false,
    "User": "test",
    "Password": "test",
    "PasswordEncrypted": false
    }
    ]
  • InfluxDB Provider
    The InfluxDB Provider is enabled by default using the following element in the
    RA.InfoPlatform.WindowsService.exe.config
    file:
<add assembly="RA.InfoPlatform.InfluxDbProvider" type="RA.InfoPlatform.InfluxDbProvider.PlugIn">
<Parameters>
<add name="ConfigFile" value="InfluxDB-Plugin.config" />
<add name="FolderName" value="InfluxDB" />
</Parameters>
</add>
  • The InfluxDb-Plugin default configuration is provided as a sample file (
    InfluxDB-Plugin.config.sample
    ) and it is shown in the following example:
    [
    {
    "InstanceName": "InfluxDB-Server-162",
    "ServerUrl": "http://192.168.1.162:8086",
    "SubscriptionIpAddress": "",
    "SubscriptionPort": 9098,
    "User": "InfoPlatform",
    "Password": "InfluxDBPW",
    "PasswordEncrypted": false
    },
    {
    "InstanceName": "InfluxDB-Server-221",
    "ServerUrl": "http://192.168.1.221:8086",
    "SubscriptionIpAddress": "",
    "SubscriptionPort": 9099,
    "User": "tk",
    "Password": "secret",
    "PasswordEncrypted": false
    }
    ]
  • FTEGInfluxDB Provider
    The FTEGInfluxDB Provider is enabled by default using the following element in the
    RA.InfoPlatform.WindowsService.exe.config
    file:
    <add assembly="RA.InfoPlatform.InfluxDB2Provider" type="RA.InfoPlatform.InfluxDB2Provider.PlugIn"> <Parameters> <add name="ConfigFile" value="InfluxDB2-Plugin.config" /> </Parameters> </add>
    • The InfluxDB2-Plugin default configuration is provided as a sample file (InfluxDB2-Plugin.config.sample) and it is shown in the following example:
      [ { "InstanceName": "Instance_1", "ServerUrl": "http://localhost:8086", "Authorization": "7TFJDEWHZoLwfGpXEqYxxrg3O2TmxoXFVDsjfh_QA4OBpQgwiK6ZPM1v DPv2e-2E7cgkOEBdkERBOWbhLhMwVw==", "BucketName": "MyBucket", "PasswordEncrypted": false } ]
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.