Skip to main content

Startup configuration

Configure the FairCom OPC UA service plugin

Abstract

How to configure the FairCom OPC UA service plugin for FairCom Edge

Verify that the OPC UA service is enabled in the FairCom Edge server
  1. Edit the services.json file in the config folder.

  2. Locate the "integrationServices" object of the service for the desired platform.

  3. Set "enabled" to true.

  4. Save any changes.

Example 1. Windows
	"integrationServices": [
	{
		"serviceName": "opcua",
		"serviceLibrary": "opcservice.dll",
		"enabled": true
	},


Example 2. Unix/Linux
"integrationServices": [
{
"serviceName": "opcua",
"serviceLibrary": "libopcservice.so",
"enabled": true
},


Example 3. MAC
"integrationServices":
{
  "serviceName": "opcua",
  "serviceLibrary": "opcservice.dylib",
  "enabled": true
}