Skip to content

Commit

Permalink
Kav Simulations V2.6.0 (#1807)
Browse files Browse the repository at this point in the history
Full update for Kav Simulations v2.6.0
  • Loading branch information
Jak-Kav authored Aug 6, 2024
1 parent d6d5353 commit 313bc69
Show file tree
Hide file tree
Showing 15 changed files with 3,192 additions and 4,920 deletions.
26 changes: 15 additions & 11 deletions Community/kavSimulations/devices/kav_battery.device.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Type": "KAV_BATTERY",
"Author": "Jak Kav",
"URL": "https://github.com/MobiFlight/MobiFlight-CustomDevices/tree/main/KAV_Simulation/EFIS_FCU",
"Version" : "1.0.0"
"Version" : "1.0.1"
},
"Config": {
"Pins": [
Expand All @@ -16,36 +16,40 @@
"isI2C": false
},
"MessageTypes": [
{
"id": -1,
"label": "Clear display",
"description": "will clear the display"
},
{
"id": 0,
"label": "Set volt symbol",
"label": "(deprecated) Set volt symbol",
"description": "$ will set the volt symbol (0/1)"
},
{
"id": 1,
"label": "Set dot",
"label": "(deprecated) Set dot",
"description": "$ will be the dot (0/1)"
},
{
"id": 2,
"label": "Set value",
"label": "(deprecated) Set value",
"description": "$ will set the value of the LCD"
},
{
"id": 3,
"label": "Set value w/ V",
"label": "(deprecated) Set value w/ V",
"description": "$ will set the value of the LCD with 'V' character enabled"
},
{
"id": 4,
"label": "(v2.5.3+) Annunciator Test Mode",
"description": "$ = 1 will display all Segments, $ = 0 will clear display"
},
{
"id": 5,
"label": "(v2.5.4+) Set display",
"description": "$ as string will be displayed, V gets set if first char is 'V'"
},
{
"id": 6,
"label": "(v2.5.4+) Clear or restore display",
"description": "$ = 1 will clear the display, $ = 0 will restore the display"
}
]
}

18 changes: 9 additions & 9 deletions Community/kavSimulations/devices/kav_efis.device.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Type": "KAV_EFIS",
"Author": "Jak Kav",
"URL": "https://github.com/MobiFlight/MobiFlight-CustomDevices/tree/main/KAV_Simulation/EFIS_FCU",
"Version": "1.5.0"
"Version": "1.5.1"
},
"Config": {
"Pins": [
Expand All @@ -16,24 +16,19 @@
"isI2C": false
},
"MessageTypes": [
{
"id": -1,
"label": "Clear display",
"description": "will clear the display"
},
{
"id": 0,
"label": "Show QNH Value",
"label": "(deprecated) Show QNH Value",
"description": "$ will be displayed as QNH value"
},
{
"id": 1,
"label": "Show QFE Value",
"label": "(deprecated) Show QFE Value",
"description": "$ will be displayed as QFE value"
},
{
"id": 2,
"label": "Show STD",
"label": "(deprecated) Show STD",
"description": "0 = True, 1 = False"
},
{
Expand All @@ -55,6 +50,11 @@
"id": 6,
"label": "(v2.5.3+) Annunciator Test Mode",
"description": "$ = 1 will display all EFIS Segments, $ = 0 will clear display"
},
{
"id": 7,
"label": "(v2.5.4+) Clear or restore display",
"description": "$ = 1 will clear the display, $ = 0 will restore the display"
}
]
}
Expand Down
31 changes: 16 additions & 15 deletions Community/kavSimulations/devices/kav_fcu.device.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Type": "KAV_FCU",
"Author": "Jak Kav",
"URL": "https://github.com/MobiFlight/MobiFlight-CustomDevices/tree/main/KAV_Simulation/EFIS_FCU",
"Version": "1.5.0"
"Version": "1.5.1"
},
"Config": {
"Pins": [
Expand All @@ -18,54 +18,55 @@
"MessageTypes": [
{
"id": 0,
"label": "Show Speed Value (LEGACY)",
"label": "(deprecated) Show Speed Value (LEGACY)",
"description": "$ will be displayed as Speed value"
},
{
"id": 1,
"label": "Show Mach Value (LEGACY)",
"label": "(deprecated) Show Mach Value (LEGACY)",
"description": "$ will be displayed as Mach value"
},
{
"id": 2,
"label": "Show Heading Value (LEGACY)",
"label": "(deprecated) Show Heading Value (LEGACY)",
"description": "$ will be displayed as Heading value"
},
{
"id": 3,
"label": "Show Altitude (LEGACY)",
"label": "(deprecated) Show Altitude (LEGACY)",
"description": "$ will be displayed as Altitude"
},
{
"id": 4,
"label": "Show Vertical (LEGACY)",
"label": "(deprecated) Show Vertical (LEGACY)",
"description": "$ will be displayed as Vertical"
},
{
"id": 5,
"label": "Show FPA (LEGACY)",
"label": "(deprecated) Show FPA (LEGACY)",
"description": "$ will be displayed as FPA"
},
{
"id": 6,
"label": "Show speed dashes",
"label": "(deprecated) Show speed dashes",
"description": "1 = speed dashes will be shown"
},
{
"id": 7,
"label": "Show heading dashes",
"label": "(deprecated) Show heading dashes",
"description": "1 = heading dashes will be shown"
},
{
"id": 8,
"label": "Show altitude dashes",
"label": "(deprecated) Show altitude dashes",
"description": "1 = altitude dashes will be shown"
},
{
"id": 9,
"label": "Show vertical speed dashes",
"label": "(deprecated) Show vertical speed dashes",
"description": "1 = vertical speed dashes will be shown"
},

{
"id": 10,
"label": "Show speed dot",
Expand Down Expand Up @@ -98,13 +99,13 @@
},
{
"id": 16,
"label": "Set Speed only",
"label": "(deprecated) Set Speed only",
"description": "$ will be displayed as Speed"
},
{
"id": 17,
"label": "Clear or Reset LCD",
"description": "0 = Clear LCD, 1 = Reset starting labels"
"label": "Clear or restore display",
"description": "$ = 1 will clear the display, $ = 0 will restore the display"
},
{
"id": 18,
Expand Down Expand Up @@ -137,4 +138,4 @@
"description": "$ = 1 will display all FCU Segments, $ = 0 will clear display"
}
]
}
}
75 changes: 40 additions & 35 deletions Community/kavSimulations/devices/kav_rad_tcas.device.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Type": "KAV_RAD_TCAS",
"Author": "Jak Kav",
"URL": "https://github.com/MobiFlight/MobiFlight-CustomDevices/tree/main/KAV_Simulation/EFIS_FCU",
"Version" : "1.0.0"
"Version" : "1.0.1"
},
"Config": {
"Pins": [
Expand All @@ -15,37 +15,42 @@
],
"isI2C": false
},
"MessageTypes": [
{
"id": -1,
"label": "Clear display",
"description": "will clear the display"
},
{
"id": 0,
"label": "Set dot",
"description": "$ sets the dot to show or hide (0/1)"
},
{
"id": 1,
"label": "Set pattern",
"description": "$ will show the aircraft 'test' pattern (0/1)"
},
{
"id": 2,
"label": "Set value radio",
"description": "$ will show the value on the display for radio"
},
{
"id": 3,
"label": "Set value TCAS",
"description": "$ will show the value on the display for TCAS"
},
{
"id": 4,
"label": "(v2.5.3+) Annunciator Test Mode",
"description": "$ = 1 will display all Segments, $ = 0 will clear display"
}
]
}

"MessageTypes": [
{
"id": 0,
"label": "(deprecated) Set dot",
"description": "$ sets the dot to show or hide (0/1)"
},
{
"id": 1,
"label": "(deprecated) Set pattern",
"description": "$ will show the aircraft 'test' pattern (0/1)"
},
{
"id": 2,
"label": "(deprecated) Set value radio",
"description": "$ will show the value on the display for radio"
},
{
"id": 3,
"label": "Set value TCAS",
"description": "$ will show the value on the display for TCAS"
},
{
"id": 4,
"label": "(v2.5.4+) Annunciator Test Mode",
"description": "$ = 1 will display all EFIS Segments, $ = 0 will clear display"
},
{
"id": 5,
"label": "(v2.5.4+) Set value for Radio or TCAS",
"description": "$ will show the value on the display"
},
{
"id": 6,
"label": "(v2.5.4+) Clear or restore display",
"description": "$ = 1 will clear the display, $ = 0 will restore the display"
}
]
}

Loading

0 comments on commit 313bc69

Please sign in to comment.