Verify that the Modbus 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.
Example 1. Windows
Example 2. Unix/Linux"integrationServices": [ { "serviceName": "modbus", "serviceLibrary": "modbusservice.dll", "enabled": true },
Example 3. MAC"integrationServices": [ { "serviceName": "modbus", "serviceLibrary": "libmodbusservice.so", "enabled": true },"integrationServices": { "serviceName": "modbus", "serviceLibrary": "modbusservice.dylib", "enabled": true } - Save any changes.