Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
All Manual Versions
Ignition 8.0
Ignition 7.9
Ignition 7.8
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
Ignition 8.0
Ignition 7.9
Ignition 7.8
Without getting too technical, an ARM (or Advanced RISC Machine) usually refers to a very small and usually cheap device that is often created for a very specific task. These machines are so called because they use an ARM processor (a small processor with less speed/capabilities than a traditional computer processor). You often see these processors in small devices like cellphones, watches, or othes that have a limited amount of space and/or battery power.
In the context of Ignition, you might take a small device (like a Raspberry Pi or similar) and install Ignition to create an edge of network device for simple data logging. You could also install a slimmed down operating system like Linux and use the device as a client for an existing Ignition installation. This page details installing Ignition on the device and is focused on our edge of network example rather than using the device as a client.
On_this_page |
---|
Installing Ignition on an ARM processor cannot be done with the standard installation executable, but is otherwise very simple. To install on ARM, follow these steps:
Info |
---|
The zip will also contain a README file that will contain some useful information on the installation process. |
On the Ignition Downloads page, scroll down to the ARM section of the zip files.
There is a separate ARM installer file for Ignition Edge named Ignition-Edge-linux-armhf-x.x.x.zip.
/usr/local/ignition
by running the following command:unzip <<ignition-Linux-armhf-x.x.x.zip>> -d /usr/local/ignition
cd /usr/local/ignition
chmod +x ignition.sh
chmod +x ignition-gateway
chmod +x gcu.sh
After installation, you can start and stop Ignition with the following commands:
Code Block | ||
---|---|---|
| ||
./ignition.sh start |
Code Block | ||
---|---|---|
| ||
./ignition.sh stop |