How can I trigger a script? I can declare a trigger input pin:
--$ inTrigger trigger
I supposed that any time this pin would change it would run the script but it does not work (I tried with Once On Change On and Off).
Is there a way in Aximmetry LUA to handle the trigger input pin?
Hi,
I've found out in the samples the change declarative.
Best