Select default button for button groups

Jason Harrelson

Active Member
Is there a way to specify a button within a button group that is on by default when the Mastermind GT starts up?

I have tried changing the order in which I add buttons to the group and the order of the buttons on the board layout and it still seems to default to the same button no matter what I try.
 
Probably the best way to do it is to use a Set IA action.

Edit the button that you want to turn on and set its IA ID to a number other than 0 (1 is fine if you haven't used IA IDs anywhere else).

In the Macros tab, edit the first macro that's not already being used (#0 if you haven't used any). Name it Startup or whatever you like. In the action list below, add this action:

System / Set IA ID;1 off:None on:127

Then, in Globals, set Startup Macro to 0

When the GT starts up, it will run macro #0, and turn on the button you specified.
 
Back
Top