On ball_startup I want to standup my left and right bank drop targets.
All of my drop targets and banks are down yet it does not reset.
I have tested that all 4 reset coils work using mpf service command and can coil_pulse each individually.
Also I am running mpf both. I can start a game and flippers, jets, slingshots working in a game. Some thing seems to be telling the drop target bank that all targets are up even though they are down.
Do I need to software init each drop target in player_var and say its down or something ?
config file:
drop_target_banks:
left_bank:
drop_targets: left_drop1, left_drop2, left_drop3, left_drop4
reset_coils: c_lbdropreset1, c_lbdropreset2
reset_events:
player_turn_will_start
reset_on_complete: 1s
right_bank:
drop_targets: right_drop1, right_drop2, right_drop3, right_drop4
reset_coils: c_rbdropreset1, c_rbdropreset2
reset_events:
player_turn_will_start
reset_on_complete: 1s
log file:
2021-08-31 22:29:47,006 : INFO : EventManager : Event: ======'game_started'====== Args={}
2021-08-31 22:29:47,023 : INFO : EventManager : Event: ======'player_turn_will_start'====== Args={'player': <Player 1>, 'number': 1}
2021-08-31 22:29:47,024 : INFO : drop_target_bank.left_bank : All targets are already up. Will not reset bank.
2021-08-31 22:29:47,024 : INFO : drop_target_bank.right_bank : All targets are already up. Will not reset bank.