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 Short Address
#2
Fading can be enabled/adjusted by sending a setdtr/storefadetime commands.
Create an event script linked to 1-byte unsigned object, then send the required value (in seconds):
Code:
require('user.dali')

-- user-specified fade time
value = event.getvalue()
-- set data transfer register value for all connected ballasts
dalicmd('internal', 'setdtr', { addrtype = 'broadcast', value = value })
-- store data transfer register value as fade time for all connected ballasts
dalicmd('internal', 'storefadetime', { addrtype = 'broadcast' })
Reply


Messages In This Thread
DALI Short Address - by Bobby - 27.11.2016, 22:37
RE: DALI Short Address - by admin - 28.11.2016, 07:52
RE: DALI Short Address - by Bobby - 30.11.2016, 07:48
RE: DALI Short Address - by admin - 30.11.2016, 07:56
RE: DALI Short Address - by Bobby - 02.12.2016, 23:14
RE: DALI Short Address - by Bobby - 05.12.2016, 19:42
RE: DALI Short Address - by admin - 06.12.2016, 07:42
RE: DALI Short Address - by Bobby - 23.12.2016, 17:47
RE: DALI Short Address - by admin - 27.12.2016, 08:24
RE: DALI Short Address - by Bobby - 27.12.2016, 20:55
RE: DALI Short Address - by admin - 28.12.2016, 08:07
RE: DALI Short Address - by Bobby - 24.01.2017, 11:49
RE: DALI Short Address - by admin - 24.01.2017, 14:27
RE: DALI Short Address - by Bobby - 24.01.2017, 14:37

Forum Jump: