MC6 Pro toggle isn't behaving as I would expect?

I can get toggle to work, but it’s not behaving as I would expect. Here are my settings in the online editor:

  • toggle mode on
  • short name=Off
  • toggle name=On
  • msg1: CC=77, value=0, Pos: 2
  • msg2: CC=77, value=1, Pos: 1

when the preset displays the short name, it’s sending msg2. when the preset displays the toggle name, it’s sending msg1. I would think it would be the opposite, since short name displays the colors of Position 1 and toggle name displays the colors of Position 2 in the online editor.

Am I not understanding something correctly? Thanks.

Looks like that’s the way its programmed here. The short name should show by default as it will be in Pos 1 starting out. The CC#77 value 1 will send on the first click and toggle to pos 2 showing the toggle name. From there it will send CC#77 value 0 and toggle back to pos 1 showing the short name again.

it’s doing the opposite though. I have to set msg1 (value 0) to pos2 to send the correct CC for the short name and set msg2 (value 1) to pos1 to send the correct CC for the toggle name. It seems backwards.

Whatever you have in Pos 1 will trigger the first time you press (default state is Pos1) after clicking once. If toggle mode is on then it will send the Pos1 messages then toggle to Pos2 ready to send those messages on the next press and vice versa.