9/11/2017 8:41 AM | |
Posts: 18 Rating:
|
Goodmorning, I need to understand how the smarttags actually work. I found on the forum the same problem that I have encountered, in different year, but no solution. For Example: If I want to write a SmartTag in a loop or iteration everything is fine For i = 0 to 15 step 1 Smarttags("VariableOut" & Cstr(i)) = i next But if I want Read a smartTags it compute but does not do the job For i = 0 to 15 step 1 Smarttags("VariableOut" & Cstr(i)) = Smarttags("VariableIn" & Cstr(i)) next The compiler notice if there is or there isn't the correct smartTags, but it always write 0, no matter what. I am not the only one on the forum that has this problem. Please can someone help me to understand or bypass the problem?
https://support.industry.siemens.com/tf/ww/en/posts/smarttags-in-for-loop-stop-working-after-the-third-loop/167917/?page=0&pageSize=10 Thank You for the support |
9/12/2017 12:07 PM | |
Posts: 18 Rating:
|
Ok I will try some other setting to understand how different setting change the performance. Thanks for the support. |
Follow us on