https://github.com/polyconseil/plctools
Collection of tools to talk to a Programmable logic controller (PLC)
https://github.com/polyconseil/plctools
Last synced: about 1 year ago
JSON representation
Collection of tools to talk to a Programmable logic controller (PLC)
- Host: GitHub
- URL: https://github.com/polyconseil/plctools
- Owner: Polyconseil
- Created: 2014-08-19T11:16:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T10:14:50.000Z (about 9 years ago)
- Last Synced: 2025-01-22T10:16:56.569Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 47
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
plctools
========
Collection of tools to talk to a PLC
plc_dump
--------
`plc_dump` is used on polybox to dump the content of a PLC into a file.
Usage:
plc_dump.py --host 192.168.0.10 --port 502 --file bollene.plc
plc_load
--------
`plc_load` is used on your own computer to load the previous dump into your `modbus-server`.
Usage:
plc_load --host 127.0.0.1 --port 502 --file abidjan.plc