Good morning
I am creating an Edge HMI project. I want to take the data from a PLC and publish it to MQTT topics.
I have 10x modules that all have the same tags that I want to get from the PLC and Publish.
I have 2x questions really;
Which is the best way to take the PLC data and publish it in MQTT?
(I am currently copying the tag names in the devices / points table and setting one as read and the node as the PLC and the other tag as write and the node is the MQTT broker)
Is there a faster way to do this rather than with an entry for each tag?
Hi @Sparky, yes I have figured out what I need to with the scripting I think - I am from a process controls background so “coding” in this way is new to me .
The MQTT side is fine, it was how to give these topics data from inside Tatsoft that I was struggling with - but with some googling I managed to work something out that seems to do the job.
Thanks for the advice.