Hi.
I guess it's a motor that you just enable or disable, shouldn't be any different to anything else you turn on or off.
First decide how you are planning to hook it up.
What controller are you using? You could probably do it with a relay which you enable/disable. It all kinds depends. A bit more explanation exactly what you have and what you want to do would help.
But how to turn it on off when setup is like said before, use any of the players, usually event_player or in some instances the variable_player depending on your MPF -philosophy. :D
event_player:
mode_mymode_started: spin_disc
mode_mymode_stopped: stop_disc
As example, but I would probably not do it with start and stop on mode but on my own custom event I can post at any time, I would probably even make the spinning disc as its own mode that's always running, but again, it depends on how you decide to design your game.
Cheers.
/Gill