Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites:

...

      • .x


Overview:

MQTT Engine by default blocks the ability to write to MQTT device tags.  This is to prevent accidental writes when running on production systems.  When developing it must be explicitly enabled in the gateway configuration.  This tutorial outlines that process. 


Enable Device Writes from Ignition:

Start by browsing to your Ignition Gateway's web UI and select 'Configure'.  The default URL is:  http://127.0.0.1:8088

Image Added


Image RemovedThe default username / password when clicking 'Configure' is admin / passwordis setup by the user during installation .  Once in the Configuration menu select 'MQTT ENGINE -> Settings' on the left navigation bar (towards the bottom).

Image RemovedImage Added


Once there, you'll see the following under the ' General ' > Command Settings tab.  There are two options: "Block Node Commands" and "Block Device Commands".  Make sure they are both disabled (not checked) and click 'Save Changes'Image RemovedImage Added

Additional Resources