OK guys, I found the time to experiment with
this. I experienced the problem TommyHo
mentioned, i.e., only the first address in a
sequence of addresses is transmitted, but
that was solved by inserting a zero delay
between each address.
My procedure:
I have a LampLinc 2000STW which is set to
address A3.
To be able to turn it On and Off with
ordinary On and Off commands, I dragged in an
AM486 Appliance Module set to address A3.
To be able to set the dim level, I dragged in
a LM465 Lamp Module also set to the same
address A3.
I created four macros:
Macro "Clear" (B1 On): Addr O16; Del 0; Addr
N16; Del 0; Addr M16; Del 0; Addr P16; Del 0;
Addr M16.
Macro "Fastrise" (B2 On): Drag in LM465
module (A3) and set slider to "Set absolute"
100%.
Macro "Slowrise" (B3 On): Drag in LM465 Lamp
Module (A3) and set slider to "Set absolute"
79%.
Macro "Lock" (B4 On): Addr O16; Del 0; Addr
P16; Del 0; Addr N16; Del 0; Addr M16; Del 0;
Addr O16.
In the above, "Addr X16" is dragged in from
the Advanced Functions menu and "Del 0" is
shorthand for dragging in a Delay and setting
it to 00:00:00.
From the Room screen, I ran the macros
"Clear", "Fastrise", and "Lock". Then I
repeatedly clicked the On and Off buttons on
the AM486 Appliance Module icon and observed
that the ramp-up/down time of the lamp is
very quick.
Now running the macros "Clear", "Slowrise",
and "Lock" and again clicking the On and Off
buttons on the AM486 Appliance Module icon, I
observe that the ramp-up/down time is now
fairly long - about 19 seconds with the dim
level set to 79%
You may have to experiment a little with the
"Set absolute" Dim level to achieve the
desired ramp rate because the percent dim
level of the LampLinc (per the data sheet)
doesn't exactly match that of the LM465.
I assume a similar test would program other
SwitchLinc modules as well as my LampLinc,
but don't own any.
Note: The macros have to be run by clicking
the "Run macro" button in the icon on the
Room panel - they aren't triggered by sending
B1 On or B4 On from an external controller.
For this experiment I was running AHP 3.201
under Win XP Pro SP1.