It looks like it’s impossible to change a variable from another component. (so variables can be accessed anywhere but only changed in its component. Am I right?
So this code it’s impossible:
graph1.number("a_1"):
when input1.numericValue = numericValue("2") 1
otherwise 0
Thanks!