I have macros which triggers snapshots and then execute further commands, I have discovered that when firing these macros in v3.1 the snapshot fires but the rest of the macro stops.
I have macros which triggers snapshots and then execute further commands, I have discovered that when firing these macros in v3.1 the snapshot fires but the rest of the macro stops.
I don't do a lot of Macro-stuff. But when i tryed complex Macros in the past, a short Macro-Wait helped me out quite a bit.
What is the action after the Snapshot?
And have you ever tryed to change order?
I tried a very simple example of
Snapshot 1 Enter
Chan 1 at Full Enter
and that succeeded under 3.1.
Could you post an example showfile that is not working for you that we can investigate?
yes i have tried puting the snapsot command at the end of the macro and everything else works fine.
an example of one macro which didnt work was my startup macro
snapshot 101enter
group 3 lamp control lamp on enter
group 3 at full enter
wait 10
group 3 sneak enter
everything after the snapshot wouldnt fire, only the snapshot fired
Does this only fail on Startup, or does it also fail after the console has fully booted?
I tried your syntax in v2.9.2 and v3.1.0 and you're correct, things didn't really "happen" after the Snapshot.
I found it needed to be
That worked for me in both versions
Do you have other examples of Macros firing snapshots but not doing Lamp Controls that don't work? Did you try my example of setting channel 1 to full after playing a Snapshot?
the Enter after Group 3 isn't necessary (it does show up when learning the syntax, because otherwise the Controls don't show up in About).
but the second enter after Lamp_On is necessary, that's the confirmation.
www.etcconnect.com