How to make a table/list from OPC struct tags

Have you looked at the alarm status table? This may get you what you want without having to build a table yourself.

To make many UDT instances quickly, there are a few options.

  1. Spreadsheet Import Tool
    • This tool is supposed to let you create Ignition tags from a well-formatted spreadsheet. I haven't used it personally, but I've heard good things.
  2. Scripting
  3. Using a similar workflow as 2, use JSON files created and imported with system.tag.exportTags and system.tag.importTags respectively.