stefandreyer / CODESYS-MQTT

MQTT client library for CODESYS, supporting all QoS
MIT License
109 stars 24 forks source link

All tags #68

Open manprinsen opened 2 months ago

manprinsen commented 2 months ago

How can I attach all tags in the project to publish tagname and tag value?

Is there a global object which I can iterate over to find all tags in project?

My project contains approximately 2000 variables, some is GVL and some is local variables in various programs. I don't want to manually type each tag name to the mqtt function block.

stefandreyer commented 2 months ago

Hi, I don't know if the is any global var list, for me I would be happy to finde some.

but mayb this helps you:

https://help.codesys.com/webapp/_cds_struct_using_scripts;product=codesys;version=3.5.11.0

BR

Stefan