system.tag
Tag Functions
The following functions give you access to interact with Ignition Tags.
📄️ browse
Returns a list of nodes found at the specified path.
📄️ configure
Creates tags from a given list of Python dictionaries or from a JSON source string.
📄️ copy
Copies Tags from one folder to another.
📄️ deleteTags
Deletes multiple tags or tag folders.
📄️ exists
Checks whether or not a tag with a given path exists.
📄️ exportTags
Exports tags to a file on a local file system.
📄️ getConfiguration
Retrieves tags from the Gateway as Python dictionaries.
📄️ importTags
Imports a JSON tag file at the provided path.
📄️ move
Moves tags or folders to a new destination.
📄️ query
Queries a Tag Provider to produce a list of tags that meet the specified criteria.
📄️ readAsync
Asynchronously reads the value of the tags at the given paths.
📄️ readBlocking
Reads the value of the tags at the given paths.
📄️ rename
Renames a single tag or folder.
📄️ requestGroupExecution
Sends a request to the specified tag group to execute now.
📄️ writeAsync
Asynchronously writes values to tags at specified paths.
📄️ writeBlocking
Writes values to tags at the given paths.