Dimming the LD11 with Comfort:
The X10 pre-set dim level for LD11 is used in the extended X10
command is put into effect when the X10 command is executed. Although
you have set dim levels for each X10 address, when you execute
them together, only the last one is used, because Comfort only
has one memory for the level to be used.
What you should do is to use a timer to delay each X10 command
eg to Dim A1 to level 4, A2 to level 18, A3 to
level 30 and A4 to level 48.
Where 140 is the preset dim command, 195 is the X10 address.
Resp X1: 140, 4,49, 195,65,1,15, 194,1,0,1,X2,255
Resp X2: 140,18,49, 195,65,2,15, 194,1,0,1,X3,255
Resp X3: 140,30,49, 195,65,3,15, 194,1,0,1,X4,255
Resp X4: 140,48,49, 195,65,4,15,255
etc
You can use the same timer (timer 1 in this example) to run
in sequence after a
delay of 1 second (in the example) to do the sequence of responses.
In this
way, each X10 command will have its own dim level to use, as
the previous
command should have been completed. You may need to increase
the delay if not
enough.
|