Hey all, I am pretty new to Ignition and was wondering about a few best practices when it comes to tables/DBs/sending a PLC the data from a DB.
I have a table, settings_parameters, that has a ~125 parameters in it which isn't much in itself but it is one of 15 tables I am working with (settings, recipes, data tracking, etc.) that will be communicated to and from a PLC, with many being editable from the Vision HMI.
For sending data to and from the PLC I plan on using transaction groups (seems like a no brainer as the best tool for this application) but I am not seeing any obvious way to go about linking a UDT or parameterizing tags within the transaction groups I need to setup, which makes me think I will need to setup each tag individually and link them to a tables column 1 at a time. Doable yes, but seems like I am on the hook for a good chunk of time just linking A to B one at a time. Am I missing a tool or shortcut I could be doing to improve this process?