Verify that the Siemens S7 service is enabled in the FairCom Edge server
- Edit the <faircom>
\config\services.jsonconfiguration 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 Siemens S7 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
}