01.06.2020, 06:52
You can change fade time of ballasts via a script. Fade time setting 6 is approximately 4 seconds, the larger the value the longer the fade time.
Run this once (assuming you are using internal gateway):
I also suggest looking into our CANx-DALI gateway which provides a lot more features than the internal or old RS-485 gateways.
Run this once (assuming you are using internal gateway):
Code:
require('user.dali')
dalicmd('internal', 'setdtr', { addrtype = 'broadcast', value = 6 })
dalicmd('internal', 'storefadetime', { addrtype = 'broadcast' })
I also suggest looking into our CANx-DALI gateway which provides a lot more features than the internal or old RS-485 gateways.