Working with two DALI devices. Module problem!
Thorleifur
Posts: 58
Hi guys.
I have a bit of a module problem. I have two Tridonic DALI devices but I can only use one module for one of the devices because I don?t know how to implement another module of the same kind without name-clashing!
Does anyone know of a good solution?
I have a bit of a module problem. I have two Tridonic DALI devices but I can only use one module for one of the devices because I don?t know how to implement another module of the same kind without name-clashing!
Does anyone know of a good solution?
dvDALI = 5001:6:1 // works fine.. dvDALI(someidentifier) =5001:7:1 // but how do I use this?? vdvDALI = 33001:1:1 // Virtual Device
0
Comments
both instances reference the same module file.
So, for example
Thanks a million Eric.