Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
...
Glossary term | ||||
---|---|---|---|---|
| ||||
The Java Database Connectivity (JDBC) API gives Java access to many databases. Many JDBC Drivers drivers have already been written, and can be loaded directly into Ignition to allow connections to a number of databases. Ignition comes with many big drivers already installed, ie: i.e., MySQL Microsoft SQL Server, Oracle, etc. |
...
Glossary term | ||||
---|---|---|---|---|
| ||||
The Java Virtual Machine (JVM) is an abstraction layer between a Java application and the underlying platform. As the name implies, the JVM acts as a “virtual” machine or processor. To the bytecodes comprising the program, they are communicating with a physical machine; however, they are actually interacting with the JVM. -techopidaJVM is actually part of the Java Runtime Environment (JRE). It is the JRE (JVM plus base classes) that enables Java bytecode to run on any platform. A programmer can develop Java code on one system and can expect it to run on any other Java enabled system without any adjustment. When we talk about "'the JVM" ' in Ignition, we are referring to the underlying layer of code that is running everything. See also Java, JRE. |
Glossary term | ||
---|---|---|
| ||
Jython is the scripting language Ignition uses in the Designer. Jython (Java-Python) can be used in an event based system like Ignition and uses the Python functions and syntax, but allows users access to Java methods. You can find out more about Jython here. You can find out more about the usable functions in Python here. |
...
Glossary term | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
JavaScript Object Notation (JSON) is a lightweight language-independent data -interchange format. It's easy for humans to read and write , and for machines to parse and generate. It is based on a subset of the JavaScript Programming Language. -JSONJSON was derived from JavaScript, but as of 2017 many programming languages include code to generate and parse JSON-format data.
|
Glossary term | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
See Java Runtime Environment. |
...
Glossary term | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Java Runtime Environment ( JRE) enables users to run Java applications. Ignition is written using the Java language. |
Glossary navigation bar |
---|