I would like the ability to embed a substitution parameter within another substitution parameter.
For example, in the following Configuration String:
\\%Server%\%@||TagName%
I would like to replace with a substitution parameter
Guest
May 14, 2025
We'd like to read a value of an eventframe attribute of eventframes with dynamic names (here the eventframe name matches the value of the element attribute 'BatchNumber'):
This string builder only works with a fix BatchNumber like 1234567, but not with the reference to the element attribute 'BatchNumber'.
Background here is that a filling line fills a specific amount of bottles (GoodCount) during a batch. This information is saved in an eventframe. Some days later the bottles of this batch are processed in another line (element) and there this information about amount of bottles (GoodCount) is needed to calculate the used capacity of this facility.
I have the same needed.
I have one attribute that inform me about one element
'.\06_Bac_pH|Destination';-->H12
I would like to be able to write:
'.\06_Cuve_Hydrolyse\'.\06_Bac_pH|Destination'|Produit'; ==>'.\06_Cuve_Hydrolyse\H12|Produit'
For having the value of attribute "Produit".
Thank you.
We'd like to read a value of an eventframe attribute of eventframes with dynamic names (here the eventframe name matches the value of the element attribute 'BatchNumber'):
.\EventFrames[@Template=<Template name>][@Name='BatchNumber']|GoodCount;
This string builder only works with a fix BatchNumber like 1234567, but not with the reference to the element attribute 'BatchNumber'.
Background here is that a filling line fills a specific amount of bottles (GoodCount) during a batch. This information is saved in an eventframe. Some days later the bottles of this batch are processed in another line (element) and there this information about amount of bottles (GoodCount) is needed to calculate the used capacity of this facility.