Page 1 of 1

How port trigger behaves?

Posted: Thu Aug 19, 2021 1:41 pm
by Serhioromano
Let's say I have 5 scenes. The all jump to next. First scene I trigger with port number. But it is not an impulse but constant push.

Now I have button that connect GND with P1. Scene have started. Will it ever go to the next scene or will always satay on the same scene? Is it necessary to release button?

Re: How port trigger behaves?

Posted: Thu Aug 19, 2021 2:54 pm
by TomHat
Hello,

Port triggers are handled by " state changes" meaning : only when the port goes from state "no contact" to state "contact" does it generate a trigger event.

Therefore you need to release the contact if you wish to generate several events.

Regards,