/ignition-sdk-archetypes

Maven archetypes for the Ignition SDK

Primary LanguageJavaApache License 2.0Apache-2.0

Ignition SDK Maven Archetypes

Maven archetypes for generating various Ignition module skeleton projects.

Client + Designer + Gateway Module

A module that will load hooks into all three scopes.

mvn archetype:generate \
-DarchetypeGroupId=com.inductiveautomation.ignitionsdk \
-DarchetypeArtifactId=client-designer-gateway-archetype \
-DarchetypeVersion=1.2.0

OPC UA Device Module

A module that will provide a new device type for Ignition's OPC UA server.

mvn archetype:generate \
-DarchetypeGroupId=com.inductiveautomation.ignitionsdk \
-DarchetypeArtifactId=opc-ua-device-archetype \
-DarchetypeVersion=1.2.0