-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
César Román edited this page Aug 25, 2026
·
12 revisions
A Python package that extends and wraps Ignition System Functions.
Install incendium via pip using Python 2 or Jython:
- Run
python2 -m pip install incendiumorjython -m pip install incendium - Copy the incendium directory and typing.py from
$JYTHON_OR_PYTHON2_HOME/Lib/site-packagesto$IGNITION_DIR/user-lib/pylib/site-packages - Done
Then import the module you need:
from incendium import db, tag, time- db - Stored procedure execution and database utilities
- dataset - Dataset conversion (JSON, XML, dicts)
- tag - Tag read/write helpers
- vision - SCADA visualization module
- gui - Shared form validation utilities
- net - Email helpers
- constants - String literals and package constants
- exceptions - Custom exception classes
- helper.types - Type aliases for annotations