Enable OPC UA Connector
Perform the following steps to enable the OPC UA connector in the FTA InfoPlatform Service.
Add the following xml structure to the "FactoryTalk Analytics InfoPlatform Service" configuration file ("RA.InfoPlatform.WindowsService.exe.config").
<PlugIns> <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> </PlugIns> |
With three parameters user can specify the behavior of the connector:
Property Name | Description |
---|---|
ConfigFile | Defines the file that should be used to configure the OPC UA server connections. Refer “Define Connection to OPC UA Server” section. |
FolderName | The name of the root folder that contains all OPC UA connector instances. |
CertificationValidationOption | Refer to “Certificate Validation Option” section. |
Provide Feedback