Tag To
The "Tag To" function block is a utility that allows you to reference values from another function block tagged with the corresponding "Tag From" block. This helps in managing data flow between different components within the system.
π₯ Inputs
This function block does not have any inputs.
π€ Outputs
Generic
This output provides the referenced data based on the specified tag corresponding to a "Tag From" function block.
πΉοΈ Controls
Enter a string
A text input field where you can specify the tag name that you want to reference. It is essential that this string matches the tag specified in a "Tag From" block to successfully retrieve the corresponding data.
π¨ Features
Tag Referencing
Facilitates the process of linking data across different function blocks by referencing them through designated tags.
Dynamic Retrieval
Automatically retrieves data in real-time from the relevant "Tag From" block when the tag string matches.
π Usage Instructions
Enter Tag Name: In the text input field, type the name of the tag you wish to reference from the "Tag From" function block.
Execute: Run the function block by connecting it to other blocks. It will fetch data associated with the entered tag.
π Evaluation
When executed, this block checks for any existing "Tag From" function blocks that match the entered tag. If found, it outputs the corresponding data; if not found, it logs an error.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?