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