Posts: 26
Threads: 10
Joined: Dec 2019
Reputation:
0
I read about LM's ability to send raw DALI messages.
Is there documentation or is there any example?
In the various posts I have seen scripts that communicate on the DALI bus referring to a list of commands which however is not complete.
Thank you
Posts: 4935
Threads: 28
Joined: Aug 2017
Reputation:
225
https://openrb.com/docs/dali.htm
In Canx dali gateway you can send any command from the app.
------------------------------
Ctrl+F5
Posts: 26
Threads: 10
Joined: Dec 2019
Reputation:
0
Thanks for the replies.
I tried to do some tests.
I noticed that, in raw mode, a double message is almost always generated (SendTwice)
I find it difficult to use the "repeat" parameter for the raw message.
This syntax is not accepted
res, err = dalicmd('internal', 'raw', { data = data, reply = true, repeat=false})
Posts: 26
Threads: 10
Joined: Dec 2019
Reputation:
0
Ok, it works fine (collisions were in my head....)
Thanks