15.03.2023, 02:31
Dear Admin,
I actived the internal DALI gateway for LM5p2-DR(Firmware).
During the test, I found that to turn on the lamp(short,add=1) needs 5-6 seconds and full for 3-4 seconds.
I try use Dali command(Resident scripting as below) to shorten the reaction time but no progress.
require('user.dali')
dalicmd( 'internal', 'setdtr', { addrtype = 'short', address = 1, value = 1})
dalicmd( 'internal', 'storefadetime', { addrtype = 'short', address = 1})
dalicmd( 'internal', 'setdtr', { addrtype = 'short', address = 1, value = 1})
dalicmd( 'internal', 'storefaderate', { addrtype = 'short', address = 1})
Any way out if I want to turn on lamp immediately?
And what is the default fade time and fade rate setting for the internal DALI gateway ?
Thanks.
I actived the internal DALI gateway for LM5p2-DR(Firmware).
During the test, I found that to turn on the lamp(short,add=1) needs 5-6 seconds and full for 3-4 seconds.
I try use Dali command(Resident scripting as below) to shorten the reaction time but no progress.
require('user.dali')
dalicmd( 'internal', 'setdtr', { addrtype = 'short', address = 1, value = 1})
dalicmd( 'internal', 'storefadetime', { addrtype = 'short', address = 1})
dalicmd( 'internal', 'setdtr', { addrtype = 'short', address = 1, value = 1})
dalicmd( 'internal', 'storefaderate', { addrtype = 'short', address = 1})
Any way out if I want to turn on lamp immediately?
And what is the default fade time and fade rate setting for the internal DALI gateway ?
Thanks.