LM5p2-DR internal DALI gateway respond time - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: LM5p2-DR internal DALI gateway respond time (/showthread.php?tid=4649) |
LM5p2-DR internal DALI gateway respond time - richard7 - 15.03.2023 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. RE: LM5p2-DR internal DALI gateway respond time - richard7 - 15.03.2023 LM5p2-DR Firmware is 20221205(2022-RC1) RE: LM5p2-DR internal DALI gateway respond time - admin - 15.03.2023 Fade time and rate only is a ballast setting. The gateway simply sends either an absolute value (arc) or a relative up/down dimming. Fade time values (absolute value): Code: 0 = No fade Fade rate settings (relative dimming): Code: 1 = 357.8 steps/sec RE: LM5p2-DR internal DALI gateway respond time - richard7 - 15.03.2023 Hi admin, this info. helps me a lot, thanks! |