This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

short-term impulse
#1
Hi, help me please get a short-term impulse programmatically at.
 How can I make the address return to zero after a unit is submitted in 0.5 seconds? I need this for infrared control TV after conversion RS 485- IR.
Reply
#2
This should do
Code:
value = event.getvalue()
if value then
    os.sleep(0.5)
  grp.write(event.dst, false)
end
------------------------------
Ctrl+F5
Reply
#3
Thank! It works
Reply


Forum Jump: