Startup configuration
Enable the FairCom Modbus connector service (plugin) for FairCom Edge
Verify that the Modbus 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
.Example 1. Windows"integrationServices": [ { "serviceName": "modbus", "serviceLibrary": "modbusservice.dll", "enabled": true },
Example 2. Unix/Linux"integrationServices": [ { "serviceName": "modbus", "serviceLibrary": "libmodbusservice.so", "enabled": true },
Example 3. MAC"integrationServices": { "serviceName": "modbus", "serviceLibrary": "modbusservice.dylib", "enabled": true }
Save any changes.