Versions Compared

Key

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

...

When using the default MQTT module configuration for MQTT Distributor and MQTT Engine, you your arguments will look like:

...

To parse the binary tag data we will now create a Value Changed script on the tag.

Follow the steps in the Ignition Tag Event Scripts documentation to create a Value Change script on the tag and copy the code below which will parse through the binary data and make the bytes available for use as needed.  

...

Code Block
system.cirruslink.transmission.publish("Chariot SCADA", "a/b", [1, 2, 3, 4, 5, 6], 0, False)






Excerpt Include
CLD80:FAQ: Ignition Modules
CLD80:FAQ: Ignition Modules
nopaneltrue

...