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.

Daligateway DT8 Primary N
#4
Do you mean receiving one byte backwards frame as a reply to a forward frame? That's already implemented for all commands that have "reply from slave" set in commands table: http://openrb.com/docs/dali.htm

As for raw telegrams, it will implemented like this:
Code:
data = string.char(0x12, 0x34, 0x56) -- either 2 or 3 bytes
-- no reply required
dalicmd('internal', 'raw', { data = data })

-- query command
res, err = dalicmd('internal', 'raw', { data = data, reply = true })
if res then
  log(res:byte())
end
Reply


Messages In This Thread
Daligateway DT8 Primary N - by tom77 - 25.07.2018, 09:58
RE: Daligateway DT8 Primary N - by admin - 25.07.2018, 11:45
RE: Daligateway DT8 Primary N - by tom77 - 25.07.2018, 15:26
RE: Daligateway DT8 Primary N - by admin - 27.07.2018, 10:29
RE: Daligateway DT8 Primary N - by tom77 - 05.08.2018, 18:26
RE: Daligateway DT8 Primary N - by admin - 06.08.2018, 06:29

Forum Jump: