#FSM gutter gutter States: IDLE OPEN_COLLECTOR CLOSE_COLLECTOR Events: start collector_opened collector_closed IDLE: start -> OPEN_COLLECTOR Open the collector and wait for a while. OPEN_COLLECTOR: collector_opened -> CLOSE_COLLECTOR Close the rear panel. CLOSE_COLLECTOR: collector_closed-> IDLE The samples has been inserted in the gutter. Go to the idle state.