Question - (it's Monday and I've spent all weekend building a new PC - so I'm a tad fuzzy....)
Macro Grouping - I'm not sure I understand what point you're making. From reading your whole post, it seems to me that using "LM14A" for ALL dimmable lamps is the way to go. Especially if it's faster execution with less PLC traffic. But what's the issue with grouping? Does it work or not? Should one insert "0" second delays or not?
Sorry for being thick this morning - I need more coffee....
PajamaGuy,
No apologies - please. I'm still recovering from a emergency rebuild of my Fathers' PC - I understand.
With the "old" ws467/Lm465 interface, grouping was a way to get all of the addressed units to respond at the same time. It also provided faster execution. Unfortunately, the extended code protocol only allows you to perform a "preset dim" on one addressed unit at a time. The communication and lamp response will be faster, but one unit will activate at a time (serial execution). This will occur regardless of whether or not delays are inserted.
I expanded my macro example a bit to explain more clearly -
In the above example, all of the devices are "new" WS467's. The first 3 use the standard WS467 interface. The last 2 use the LM14a extended code interface. All of them are executed without delays.
The activity monitor shows the LM14a interfaced units being executed one at a time. This is a constraint of the protocol. It is much faster, and your lamps will go directly to the programmed level (no going to 100% then dimming back like the old modules), but they will activate one at a time.
The M11-M13 units show how the "old" interface could group units. All three units are addressed, then a single bright 100%/Dim 50% commands activate all three units at the same time.
Event Date/Time Action Data0 10/06/2008 4:06:33 pm Transmit M14 Extended Code 6b 31 (LM14a#1)
1 10/06/2008 4:06:34 pm Transmit M15 Extended Code 6b 31 (LM14a#2)
2 10/06/2008 4:06:36 pm Transmit M11 (WS467#3)
3 10/06/2008 4:06:36 pm Transmit M12 (WS467#1 Standard)
4 10/06/2008 4:06:36 pm Transmit M13 (WS467#2 Standard)
5 10/06/2008 4:06:37 pm Transmit M On (WS467#3, WS467#1 Standard, WS467#2 Standard)
6 10/06/2008 4:06:37 pm Transmit M Dim 50(WS467#3, WS467#1 Standard, WS467#2 Standard)
Please keep in mind that I am in no way a "fan" of the bright/dim sequences. I don't use them because they tend to give my HCA02 repeater fits. However, I do recognize that other people do use these commands and wanted to present a "complete" picture of the positives and negatives of the LM14a extended code interface.
There is a method for activating multiple LM14a units (soft start modules) simultaneously and at any desired level - it's called extended code group commands (scenes). The new soft start units support this feature and it's very "next level". Tutorial in process...
Boiler