Hi - I am attempting to test some MQTT functionality. I have the Transmitter setup, but it cannot connect to the Chariot Server. I have the MQTT Transmission module installed.
Do I need the MQTT Distributor module to be installed as well?
Thanks.
So MQTT Transmission doesn't automatically connect to the Ignition gateway / Tag Provider and grab the tags? The description of the Transmission module implied it didn't need anything else, hence my confusion. Sorry for the basic question, just want to make sure my understanding of the architecture is correct.
The MQTT / Edge architecture diagrams in the Ignition manual documents are also unclear on this point.
Ok, I think I know where I am going wrong. I am misunderstanding the Server configuration page (and the architecture in general). My use case is to use Transmission to pull data from my Edge installation to a remote MQTT broker (ultimately, to a remote database or historian).
Currently, I do not have a "primary" machine - this would be client supplied if they wished to get data (and we would configure MQTT appropriately). This could be Ignition or some other third party broker.
So where I have gone wrong is:
I thought the Server tab in the Transmission settings was to set the data source for the Transmitter. It seems like this is the destination(s) for the Transmitter data.
I thought I could set up a Transmitter without a destination server just to see if I could browse the data but (silly me) I do need a broker to subscribe, and (I presume) it needs to be explicitly set in the Servers tab
That is correct, you'll need a "primary" machine that can be 1 or 2 servers. For Ignition, you can run with just MQTT Engine and use a separate server for the MQTT Broker (EMQx, Mosquitto, etc), or use the MQTT Distributor module to run one directly on the Ignition server.