SW1 = Neutral Switch, Closed (in neutral), Open (in gear)
SW2 = Clutch Switch, Closed (lever in), Open (lever out)
SW3 = Kickstand Switch, Closed (stand up- plunger out), Open (stand down- plunger in)
Switch Closed = Current pathway to Ground
Switch Open = No Current pathway to Ground
Begin
IF SW1 Closed then go to A
but IF SW1 Open then IF SW2 Closed then go to A
but IF SW2 Open then IF SW3 Closed then go to A
but IF SW3 Open then go to B
End
A - motor continues to run
B - motor stalls
Thanks to spelunkerd for this youtube video tutorial
SW2 = Clutch Switch, Closed (lever in), Open (lever out)
SW3 = Kickstand Switch, Closed (stand up- plunger out), Open (stand down- plunger in)
Switch Closed = Current pathway to Ground
Switch Open = No Current pathway to Ground
Begin
IF SW1 Closed then go to A
but IF SW1 Open then IF SW2 Closed then go to A
but IF SW2 Open then IF SW3 Closed then go to A
but IF SW3 Open then go to B
End
A - motor continues to run
B - motor stalls
Thanks to spelunkerd for this youtube video tutorial