Ignition 8.1 Copy Document tag Data

I wasn’t able to find any easy way to extract the data from a Document tag that was created by Browsing the OPC. There was also someone else on the forum with the same issue but there was no solution as the document tag was empty when trying to Edit raw.

This is an easy workaround to get the data structure populated with values that works well until a more UX oriented way of doing this is implemented.

Solution:

Open the Script Console and type
system.tag.readBlocking("{TagPath}")[0].value
Replace the {TagPath} with the actual tag path to the Document tag you want to read.
You get the path by right clicking the tag and clicking copy path.

Example:
system.tag.readBlocking("[default]drive/source")[0].value