Default Configuration
The following is the list of default configurations:
- FTSecurity is enabled by default. Disable the FTSecurity to access the InfoPlatform service in web browser, refer to “Disable FactoryTalk Security”.
- HTTPS must be enabled by default. Refer to the following sections to enable HTTPS:
- The InfoPlatform Simulator is enabled by default using the following element in theRA.InfoPlatform.WindowsService.exe.configfile:
|
- The default configuration in the config file for the following providers are:
- NOTE:To connect to the servers on the target network, change the default configurations for each provider. Refer to “Configure InfoPlatform Service”.
- OpcUa ProviderThe OpcUa provider is enabled by default using the following element in theRA.InfoPlatform.WindowsService.exe.configfile:
|
- 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 ProviderThe AssetFramework provider is enabled by default using the following element in theRA.InfoPlatform.WindowsService.exe.configfile:
|
- 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 ProviderThe InfluxDB Provider is enabled by default using the following element in theRA.InfoPlatform.WindowsService.exe.configfile:
|
- 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 ProviderThe FTEGInfluxDB Provider is enabled by default using the following element in theRA.InfoPlatform.WindowsService.exe.configfile:<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