Verify that the OPC UA service is enabled in the FairCom Edge server
- Edit the
services.jsonfile in theconfigfolder. - 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
}