Modbus startup configuration

Verify that the Modbus 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.
    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
    }
  4. Save any changes.