Hi Maus,

If you want to send a signal once, then have a flag variable.
Once you sent the short signal then set the flag; ShortFlag = 1.

The next time loop comes back, you check the flag status, thus you won't send the signal again.


-------------------