https://github.com/jmbeach/kep-simgen
CLI tool for converting Kepware project files so that they use simulation devices instead of real device types.
https://github.com/jmbeach/kep-simgen
kepware opc
Last synced: 5 months ago
JSON representation
CLI tool for converting Kepware project files so that they use simulation devices instead of real device types.
- Host: GitHub
- URL: https://github.com/jmbeach/kep-simgen
- Owner: jmbeach
- License: mit
- Created: 2018-04-24T13:33:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T00:30:55.000Z (over 7 years ago)
- Last Synced: 2025-12-29T15:30:34.012Z (6 months ago)
- Topics: kepware, opc
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
kep-simgen
========
CLI tool for converting Kepware project files so that they use simulation
devices instead of real device types.
# Overview
kep-simgen uses the library [KEP.py](https://github.com/jmbeach/KEP.py) to
parse Kepware JSON files. Then it changes the devices in the project to be
simulated devices and uses appropriate addresses so that you can easily
simulate a real project with the same tag names.
# Install
`pip install kepsimgen`
# Usage
`$> kep-simgen my-kepware-project.json`
Use `kep-simgen -?` for more detailed instructions