Train Vision Object By Script icon Train Vision Object By Script Train camera vision objects via controlcommand(), attach camera, start learning, monitor progress, and return object name for scripts. Try it →
Asked — Edited

Action If A Variable Changes?

Maybe this is not possible, I'm stuck on finding a method that would allow this to work. I know I can script checking for a specific variable change like this:


If ($WhatIsForDinner = "ChickenPotPie")
Print("Yummy")
EndIf

But I would like a script to take action anytime a specific variable changes. This would just run all the time looping and looking for a change to the variable in order to take action. Does anyone think that is possible?


:ChangeDetected
If ($WhatIsForDinner = *Changed?)
DoSomething
EndIf
GOTO(ChangeDetected)

ARC Pro

Upgrade to ARC Pro

Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.

#2  

Thank you Alan!

Digging further, I found that awesome feature just a moment ago. I love ARC! :D :D :D