02.01.2024, 07:38
I have a dali 2 sensor with 2 light attach to it i want to control through lm5 is it possible to control it
dali
|
02.01.2024, 07:38
I have a dali 2 sensor with 2 light attach to it i want to control through lm5 is it possible to control it
02.01.2024, 08:39
Which sensor are you using?
02.01.2024, 08:53
02.01.2024, 08:56
SR-DA9030A-PIR
02.01.2024, 09:51
Which LM DALI solution are you using? CANx-DALI or old DALI tab in the LM main interface?
09.01.2024, 06:21
09.01.2024, 08:40
CANx-DALI app with DALI2 support will be published soon. But it will only support what is defined in DALI standards (IEC62386 301/302/303/304) and some Lunatone sensors.
29.01.2024, 11:43
Sorry, take up a post, Admin, LM_ How to resolve the device address conflict on DR's DALI bus, or how to clear the device address on the DALI bus and rescan the address
29.01.2024, 12:54
Perform "Set short addresses" and it will reset the addressing for the whole bus.
29.01.2024, 13:51
I have tried multiple times to reassign device short addresses through 'Full scan, set short addresses', but have not been successful. I plan to clear all device addresses and reset them through a script. Can you provide a complete script example?
29.01.2024, 14:03
If addressing is not working correctly then there's something wrong with the bus and/or ballasts that do not adhere to the DALI standard.
You can clear all addresses via a script like this: Code: require('user.dali') CANx-DALI version: Code: canxdali = require('applibs.canxdali')
29.01.2024, 14:24
Is the LM script with built-in DALI interface like this?
require('user.dali') dalicmd('internal', cmd = 'setdtr', address = 'broadcast', value = 255) dalicmd('internal', 'storeshortaddress', address = 'broadcast)
29.01.2024, 14:28
Check my previous post, it has examples for both types of DALI interface.
29.01.2024, 14:36
Awkwardly, could you please support writing an example of reallocating all device addresses through a script.
29.01.2024, 14:36
|
« Next Oldest | Next Newest »
|