-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formula Function #1468
Comments
+1 for this Feature It will be better to implement this in the Scripts. For getTags() and setTags() make the initial parameter to be an array of TagIds.
additionally it will be better for getTag to return not just the "value" but the whole Tag object. so we can.
|
You can easily do batching already by using ODBC and Scripts, use database to store recipe names and contents/amounts in the database tables, you can then use the Fuxa table to display them and also select the line in the table etc see the https://github.com/frangoteam/FUXA/wiki/HowTo-ODBC at the bottom shows you how to write data to the Fuxa table, I will work on adding how to return selected data in the table. |
Describe the feature
Could you provide a recipe component that allows for batch configuration of multiple tags, supporting batch read and write operations to implement reading and writing operations for multiple tags?
Describe the solution you'd like
You can create a list component where each row can bind a label, provide a display column for the current value, and include an input box column for easy subsequent writing operations. Additionally, there should be a confirm button to execute batch writing operations.
Can you simply add a list class in the list component that supports writing operations on bound tags
This feature was discovered by me when using Siemens' WINCC UNIFIED before
The text was updated successfully, but these errors were encountered: