RediGate to Inductive Automation Ignition--MQ-RBE

Introduction

In this tutorial, we will be demonstrating connectivity to the Ignition platform (www.inductiveautomation.com) using the MQTT modules available from Cirrus Link (http://www.cirrus-link.com/). Elecsys has a publicly hosted Ignition server that our customers can use for testing connections to their RediGate and RediLink devices. We will use a RediGate 120e with internet connectivity to demonstrate this connectivity, but this tutorial can be applied to any RediGate device with internet connectivity. To setup your own MQTT-enabled Ignition server to publish data to, visit https://docs.chariot.io/display/CLD/MQTT+Module+Installation.


Pre-Requisites

  1. A RediGate 100 or 400 series device with internet connectivity
  2. Completion of the Getting Started Guide for your respective RediGate device (See RediGate 100 Series Getting Started Guide or RediGate 400 Series Getting Started Guide)
  3. Ability to ping ignition.mqtt.com from your RediGate device (see Ping Utility for information regarding how to ping devices/websites from the RediGate)
    1. If you are unable to ping ignition.mqtt.com, you may need to enable DNS on your device:

Instructions

  1. Using ACE, Open the default config you used in the "Getting Started Guide"
  2. Download and open the Elecsys-Ignition-Demo.xml from https://ftp.elecsyscorp.com/RediGate/Examples/Elecsys-Ignition-Demo.zip within the same ACE window as your getting started configuration

    You will need to extract the .xml file from the .zip file you downloaded from the website. By default, ACE stores configuration files in the Documents\Elecsys\ACE\CFG folder, but you can store the configuration in any file location accessible by the ACE program.

     

  3. Copy and paste the following objects from the Elecsys-Ignition-Demo config into the configuration you created in the "Getting Started" guide:
    1. FieldUnitInternalMast2
    2. Data Simulator
    3. MQClient3_1
    4. Report 0 - Simulated Data
  4. Under the "Virtual Unit 3" object, change the "Produce RBEs" value to "No"
  5. Change the following names to something unique to your device:
    1. System → Unit Name
    2. FieldUnitInternalMast2 → Unit Name
    3. MQClient3_1 → Client ID
  6. Update the "Internal Channel 15" object's scan table so that it scans the poll table in the FieldUnitInternalMast2 object we added:
  7. Save your configuration with a different name than your default config
  8. Upload the configuration to your device
  9. Visit http://ignition.mqtt.com and launch the "Public MQTT Tags" application
    1. Username: demo_user
    2. Password: demo_user_pass
  10. You should be able to view the tags that correspond with your System → Unit Name
  11. If you have your own Ignition + Cirrus-Link Modules server you would like to publish the data to, simply edit the "MQClient3_1" object so that it has the correct server credentials":
    1. To setup a TLS connection using port 8883 instead of the basic 1883 port, see TLS Connection to MQTT Broker