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
Edit the <faircom>
\config\services.json
configuration file.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.Save the changes.
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 }