Warning
This is the dev documentation for an unreleased version of MPF!
This is the documentation for MPF 0.56, which is the “dev” (next) release of MPF that is a work-in-progress. Unless you’re specifically looking for this version, you probably want to use the version of documentation called “latest” which is for the latest released version of MPF. That documentation is at docs.missionpinball.org/en/latest.
system11:¶
Config file section
Valid in machine config files | YES |
Valid in mode config files | NO |
The system11:
section of your config is where your system11 machine.
This is usually used together with the snux platform
or apc platform.
Required settings¶
The following sections are required in the system11:
section of your config:
Optional settings¶
The following sections are optional in the system11:
section of your config. (If you don’t include them, the default will be used).
ac_relay_delay_ms:¶
Single value, type: time string (ms)
(Instructions for entering time strings). Default: 75ms
Delay when switching between A and C side.
console_log:¶
Single value, type: one of the following options: none, basic, full. Default: none
Log level for the console log for this platform.
file_log:¶
Single value, type: one of the following options: none, basic, full. Default: basic
Log level for the file log for this platform.
platform:¶
Single value, type: string
. Defaults to empty.
Upstream platform for hardware. System 11 is a virtual platform which drives coils on another underlying platform which can be configured here.
prefer_a_side_event:¶
Single event. The device will add an handler for this event. Default: game_ended
Event to trigger A-side preference. This is triggered at game end by default to reduce stress on the AC-relay during attract.
prefer_c_side_event:¶
Single event. The device will add an handler for this event. Default: game_will_start
Event to trigger C-side preference. This is triggered at game start by default to increase response times.