Connect to Ignition
Ignition setting
Download the Ignition installation package from the Ignition website and install it according to the official documentation.
Download the Designer Launcher installation package from the Ignition website and install it according to the official documentation.
Download the third-party module MQTT-Engine-signed.modl from the Ignition official website. login to the Ignition web administration page, go to the Config -> Modules page, click
Install or Upgrade a Module...
and installMQTT-Engine-signed
.Start an EMQX broker instance locally with the start command:
./bin/emqx start
.Open Config -> MQTT ENGINE/Setting -> Servers -> Setting, click
Create new MQTT Server Setting...
Create a connection withName
as EMQX,URL
set totcp://localhost:1883
, clickSave Changes
to save the settings.
Neuron setting
Add a Sparkplug B application to the Neuron Northbound Application Manager.
Fill in the
Client ID
,Group ID
,Node ID
,Server Address
andServer Port
in Application Configuration, clickSubmit
and start the connection.Add the
Southbound devices
andGroups
to the group list that you want to subscribe to.
Ignition Designer setting
Open the Desiger Launcher desktop icon and click
Add Designer
to add the installed Ignition server URL.After connecting to the Ignition server, open
samplequickstart
.Find Tag Browser in the software interface and select
MQTT Engine
, expandEdge Nodes\Factory1\Neuron1\opcua-kepserver\test
to see the instantly uploaded measurement point data.