Docker container for running the cybrotech scgi server to communicate to Cybro-2 and Cybro-3 PLCs
100K+
This is a docker container for running the cybrotech scgi server in a docker container
The CyBroScgiServer is used for communicating with PLCs from Cybrotech Ltd. Supported PLCs:
docker pull killer007/cybroscgiserver
docker run killer007/cybroscgiserver:latest -p 4000:4000/tcp -p 8442:8442/udp
For detailed usage / valid system tags check the readme of CyBroScgiServer-v3.1.3.zip under http://www.cybrotech.com/software-category/tools/
The configuration file for the scgi server can be found under: ./config/config.ini
For a own configuration mount the config.ini file to: /usr/local/bin/scgi_server/config.ini In docker-compose:
volumes:
- "./config/config.ini:/usr/local/bin/scgi_server/config.ini"
On commandline add:
-v "./config/config.ini:/usr/local/bin/scgi_server/config.ini"
The configuration file for the data logger can be found under: ./config/data_logger.xml In docker-compose:
volumes:
- "./config/data_logger.xml:/usr/local/bin/scgi_server/data_logger.xml"
On commandline add:
-v "./config/data_logger.xml:/usr/local/bin/scgi_server/data_logger.xml"
Content type
Image
Digest
sha256:5ed662b2e…
Size
359.8 MB
Last updated
almost 4 years ago
docker pull killer007/cybroscgiserver