Ignition
Ignition is a set of packages and modules that allows developers to get code completion for Ignition Scripting API scripting functions in their IDE of choice.
Releases
Check the releases page and download the one for your current version.
If you can’t find it, feel free to submit your request on our Discussions.
Branches
This repository consists of the following branches:
main
This branch will contain all Scripting Functions from the latest Ignition Release requiring only Python
7.9
This branch will contain all Scripting Functions from the latest Ignition Release for the 7.9 version requiring only Python
8.0
This branch will contain all Scripting Functions from the latest Ignition Release for the 8.0 version requiring only Python
jython
This branch will contain all Scripting Functions from the latest Ignition Release requiring Jython (see jython prerequisites)
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed Python 2.7.18 (download here)
- You are familiar with Ignition 8.1 Scripting Functions
Using Ignition
To use Ignition, download the code targeted to your desired version from the releases page and add it as a dependency to your scripting project.
Packages
Ignition consists of the following packages:
- java/javax
- system
java/javax
These are libraries for some Java packages and functions that are imported in system
packages meant to be used on development environments where no JDK can be installed, and the project interpreter is Python 2.7.
system
Is a package that includes all Ignition Scripting Functions.
Contributing to Ignition
To contribute to Ignition, follow these steps:
- Fork this repository
- Create a local copy on your machine
- Create a branch
- Make your changes and commit them
- Push to the original branch
- Create the pull request
Alternatively see the GitHub documentation on creating a pull request.
Contributors
Thanks to the everyone who has contributed to this project.
Up-to-date list of contributors can be found here.
License
See the LICENSE.
Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct.