https://github.com/ignition-devs/incendium-project
📦 Package that extends and wraps Ignition scripting API
https://github.com/ignition-devs/incendium-project
ignition inductiveautomation jython python2 scada
Last synced: 4 months ago
JSON representation
📦 Package that extends and wraps Ignition scripting API
- Host: GitHub
- URL: https://github.com/ignition-devs/incendium-project
- Owner: ignition-devs
- License: mit
- Archived: true
- Created: 2023-01-09T21:37:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T06:55:31.000Z (about 1 year ago)
- Last Synced: 2024-09-29T16:21:01.758Z (8 months ago)
- Topics: ignition, inductiveautomation, jython, python2, scada
- Language: Python
- Homepage: https://inductiveautomation.com/exchange/2104/overview
- Size: 548 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# incendium-project
[](https://github.com/thecesrom/incendium/graphs/contributors)


[](https://github.com/thecesrom/incendium/releases/latest)
[](https://wakatime.com/badge/github/thecesrom/incendium)
[](https://sourcery.ai)
[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)
[](https://flake8.pycqa.org/en/latest/)
[](https://www.pydocstyle.org/en/stable/)
[](https://github.com/PyCQA/pylint)
[](https://github.com/thecesrom/incendium/discussions)(/inˈken.di.um/)
_noun_.
1. A fire, inferno, conflagration; heat; torch.
1. (heat of) passion, vehemence:package: Package that extends and wraps some functions from Ignition's Scripting API.
For more information, please refer to the [Wiki](https://github.com/thecesrom/incendium/wiki).
## Installing `incendium` as a Project on your Gateway
To install `incendium` on your Gateway follow these steps:
1. Download **incendium.x.x.x.zip** from the [latest release](https://github.com/thecesrom/incendium-project/releases/latest) or from [Ignition Exchange](https://inductiveautomation.com/exchange/2104)
1. Browse to your Ignition Gateway (version 8.0+)
1. Go to **Config > Projects** and click on **Import project...**
1. Click on **Choose File** and select the downloaded ZIP file
1. Enter **incendium** as the **Project Name**
- If you're replacing a previous version, make sure to check Allow Overwrite
1. Click on **Import**Alternatively you could follow the instructions for cloning the `project` branch directly into `$IGNITION_DIR/data/projects` found [here](#cloning-this-repo).
## Cloning this repo
If you would like to clone this repo to get the latest version directly under `$IGNITION_DIR/data/projects`, follow these steps:
1. Open your Terminal
1. Switch to `$IGNITION_DIR/data/projects`
1. Run any of the following commands- HTTPS
```bash
git clone https://github.com/thecesrom/incendium-project.git incendium
```- SSH
```bash
git clone [email protected]:thecesrom/incendium-project.git incendium
```- GitHub CLI
```bash
gh repo clone thecesrom/incendium-project incendium
```1. And `git pull` to get the latest changes
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## Contributors
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors can be found [here](https://github.com/thecesrom/incendium-project/graphs/contributors).
## License
See the [LICENSE](https://github.com/thecesrom/incendium-project/blob/HEAD/LICENSE).
## Code of conduct
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).