Skip to main content

Startup configuration

Enable the FairCom Siemens S7 connector service (plugin)

Abstract

How to configure the FairCom Siemens S7 connector service (plugin) for FairCom Edge

Verify that the Siemens S7 service is enabled in the FairCom Edge server
  1. Edit the <faircom>/services.json configuration file.

  2. In the "siemensS7" object of the "integrationServices" object, set the "enabled" property to true to enable the  Siemens S7 connector or false to disable the SiemensS7 service.

  3. Save the changes.

  4. Restart the server for the change to take effect.

Example 1. Windows
"integrationServices": [  
  {
    "serviceName": "siemensS7",
    "serviceLibrary": "siemenss7service.dll",
    "enabled": true  
  }
]


Example 2. Unix/Linux
"integrationServices": [  
  {
    "serviceName": "siemensS7",
    "serviceLibrary": "siemenss7service.so",
    "enabled": true  
  }
]


Example 3. MAC
"integrationServices":
{
  "serviceName": "siemensS7",
  "serviceLibrary": "siemenss7service.dylib",
  "enabled": true
}