I found a bug in AHP when macros are triggered by remote. In a previous topic (Receive RF Problem) I noticed multiple RF receive commands from time to time in the activity monitor. But even when I received on 1 RF command, the macro would not operate correctly. Yet when running it in AHP its good.
So what I noticed is when a macro is called by a remote command, it use the Bright command even though I have "Use ON instead of Bright" in the macro preferences. Here's my macro:
A3 ON
Set flags 1,3
A12,A13 OFF
Delay 1-sec
A12,A13 Set absolute 50%
Delay 1-sec
A11,A14,A16 OFF
Delay 1-sec
A11,A14,A16 Set absolute 60%
Delay 1-sec
A6 OFF
Delay 1-sec
A6 Set absolute 64%
Activity Monitor (macro run in AHP):
Transmit A12
Transmit A13
Transmit A Off
Transmit A On
Transmit A Dim 50
Transmit A12
Transmit A13
(and so on)
Activity Monitor (macro run from A3 On on remote):
Receive RF A3 On
Macro A12
Macro A13
Macro A off
Macro A12
Macro A13
Macro A Bright 100
Macro A Dim 50
(and so on)
Why would a macro called by remote not send ON instead of Bright commands?