Startup configuration
Enable the FairCom Allen-Bradley connector service (plugin)
To enable this service edit the <faircom>/config/services.json
file. Update the "integrationServices"
object to enable the service for the desired platform. The "serviceLibrary"
name is platform-specific. Restart the server for services to take effect.
Example 1. WINDOWS
"integrationServices":
{
"serviceName": "ab",
"serviceLibrary": "abService.dll",
"enabled": true
}
Example 2. LINUX
"integrationServices":
{
"serviceName": "ab",
"serviceLibrary": "abservice.so",
"enabled": true
}
Example 3. MAC
"integrationServices":
{
"serviceName": "ab",
"serviceLibrary": "abservice.dylib",
"enabled": true
}
Packages that include this service have 2 libraries at the following paths.
/server/plctag.dll
/server/integration/abService.dll