Question:
How can I concatenate the values of two I/O Tags?
Solution:
To do so, you can use scripts, with a + operator between the tags that must be concatenated.
Example of script:
Dim Valor
Value = Str(tag001) + Str(tag002)
MessageBox(Value)