Hello,
I am wondering if this is possible and I'm just doing something wrong, or if I'm trying to achieve the unachievable
I couldn't find an exact example on this in the manual, but I want to assign a value to a KAREL variable in my TP program, fx:
However, when I try to run it, I get "Parameter not found" error. I'm puzzled by this, since both $[PROGRAM]VAR and R[10001] have been used earlier in the program. I've also used the current value of the $[PROGRAM]VAR to assign it to a different register, and that works fine:
Can this be done and something is missing in the syntax?
Thank you in advance.