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
Edit the
services.json
file in theconfig
folder.Locate the "
integrationServices
" object of the service for the desired platform.Set
"enabled"
totrue
.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 }