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.

DALI on LM5
#1
Hello,

I have just migrated whole project from LM4 to LM5, and my DALI feedbacks stopped working.
All the commands go through - all the lamps go on/off and dimms with no problem, but when queryingactual to read the status i get such error messages:

Event for DALI READ ALL (15/7/3) 22.12.2016 15:51:10 * string: rx error

script:
require('user.dali')
res, err = dalicmd('internal', 'queryactual', { addrtype = 'short', address = 0 })
if res then
   log(res:byte())
else
   log(err)
end

when querying any other address i get:


Event for DALI READ ALL (15/7/3) 22.12.2016 15:52:44 * string: reply timeout

When querying all the ballast it's the same:

Event for DALI READ ALL (15/7/3) 22.12.2016 15:54:08 * string: reply timeout

script:

require('user.dali')
res, err = dalicmd('internal', 'queryshortaddr', { addrtype = 'broadcast' })
if res then
   log(res:byte())
else
   log(err)
end


Then i tried scanning through devices and after scan 16 of connected ballasts has disappeared, i cannot detect them again. They were visible before the scan.
Tried rebooting LM, turning off power supply of DALI line.
What else should i try?

Holidays are coming and customer is getting angry. Please help Smile
If You can call me on +370 600 31726
or e-mail directly to l.korsakas@bustoautomatika.lt
Reply


Messages In This Thread
DALI on LM5 - by LKBA - 22.12.2016, 13:57
RE: DALI on LM5 - by LKBA - 23.12.2016, 08:19
RE: DALI on LM5 - by Morpheus09 - 29.11.2018, 15:06
RE: DALI on LM5 - by Daniel - 29.11.2018, 15:40
RE: DALI on LM5 - by Morpheus09 - 29.11.2018, 15:59
RE: DALI on LM5 - by Daniel - 29.11.2018, 16:05
RE: DALI on LM5 - by Morpheus09 - 29.11.2018, 16:11
RE: DALI on LM5 - by Daniel - 29.11.2018, 16:14
RE: DALI on LM5 - by Morpheus09 - 29.11.2018, 16:24
RE: DALI on LM5 - by Daniel - 29.11.2018, 16:30

Forum Jump: