mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2025-02-16 16:34:28 +01:00
82 lines
No EOL
2.1 KiB
JSON
82 lines
No EOL
2.1 KiB
JSON
[
|
|
// G1000
|
|
{
|
|
"profile": "G1000",
|
|
"defaultProfile": "true",
|
|
"ocrImageScale": 1.0,
|
|
"evalData": [
|
|
{
|
|
"popoutName": "PFD",
|
|
"data": [ "PFD", "XPDR", "Nearest", "MAP/HSI", "Ident", "Tmr/Ref" ]
|
|
},
|
|
{
|
|
"popoutName": "MFD",
|
|
"data": [ "FUEL", "QTY", "GAL", "FFLOW GPH", "OIL", "PRESS", "ELECTRICAL", "BATT", "VOLTS", "Navigation Map" ]
|
|
}
|
|
]
|
|
},
|
|
// G3000
|
|
{
|
|
"profile": "G3000",
|
|
"defaultProfile": "false",
|
|
"ocrImageScale": 1.0,
|
|
"evalData": [
|
|
{
|
|
"popoutName": "FMS",
|
|
"data": [ "PFD Home", "NAV SOURCE", "Bearing 1", "Bearing 2", "Bearing", "Speed Bugs", "Timers", "Minimums", "PDF Settings" ]
|
|
},
|
|
{
|
|
"popoutName": "PFD",
|
|
"data": [ "PFD", "PDF Map", "Ranges", "Range+", "Range-", "Active Nav", "WX Radar", "WX", "Controls" ]
|
|
},
|
|
{
|
|
"popoutName": "MFD",
|
|
"data": [ "STBY", "PROP", "FUEL", "OIL", "OIL PSI", "PRESS", "CABIN PRESS", "DIFF PSI", "ELECTRICAL", "BATT", "VOLTS", "Navigation Map" ]
|
|
}
|
|
]
|
|
},
|
|
// G3000
|
|
{
|
|
"profile": "A320",
|
|
"defaultProfile": "false",
|
|
"ocrImageScale": 0.75,
|
|
"evalData": [
|
|
{
|
|
"popoutName": "Screen1",
|
|
"data": [ "IDLE" ]
|
|
},
|
|
{
|
|
"popoutName": "Screen2",
|
|
"data": [ "TAS", "GS", "NM" ]
|
|
},
|
|
{
|
|
"popoutName": "Screen3",
|
|
"data": [ "F.FLOW", "KG", "KG/MIN", "FOB", "TAT", "SAT" ]
|
|
},
|
|
{
|
|
"popoutName": "Screen4",
|
|
"data": [ "SPD", "SEL", "CLB", "NAV", "QNH" ]
|
|
}
|
|
]
|
|
},
|
|
// Custom Sample Profile - delete this if you don't need it
|
|
{
|
|
"profile": "Custom Sample Profile",
|
|
"defaultProfile": "false",
|
|
"ocrImageScale": 1.0,
|
|
"evalData": [
|
|
{
|
|
"popoutName": "Whatever Panel 1",
|
|
"data": [ "Text to detect 1", "Text to detect 2" ]
|
|
},
|
|
{
|
|
"popoutName": "Whatever Panel 2",
|
|
"data": [ "Text to detect 3", "Text to detect 4" ]
|
|
},
|
|
{
|
|
"popoutName": "Whatever Panel 3",
|
|
"data": [ "Text to detect 4", "Text to detect 4" ]
|
|
}
|
|
]
|
|
}
|
|
] |