I am running X-Plane 11 on Windows 11. I previously purchased the Sim Innovations Air Manager G5 instrument along with a Knobster to control it. All is working fine.
Recently, I purchased the RealSim Gear G500 instrument which is built into their C172. The G500 can pop-up just like the G530/G430 do. I donwloaded KnobXP and wrote a new mode to control the PFD rotary know/push button. That works fine, too.
But I can't get them both to work together, i.e.; with the Knobster controlling the G500, I can no longer push the yellow button on the G5 to get the Knobster to control the G5.
Is it possible for a single Knobster to perform both functionalities? Or do I need two separate Knobsters - one for Air Manager functionality and one for KnobXP functionality?
Alternatively, could I write a separate KnobXP Mode for the G5? I looked at the LUA scripting and that would appear to be a bit more complicated.
Regards,
Chip DeMoss
Dual functionality - Traditional Knobster yellow button vs KnobXP
-
- Posts: 35
- Joined: Sun Feb 12, 2017 11:54 pm
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
Why not do it the traditional way and make an AM overlay for the G500.
Air Manager panels at https://www.experimentalsimavionics.com
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
-
- Posts: 35
- Joined: Sun Feb 12, 2017 11:54 pm
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
If a single Knobster cannot perform the dual functionality, then I would prefer going the KnobXP route for both rather than designing a G500 AM overlay. I just would need to figure out the Mode coding for the G5 rotary knob/button.
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
I’m interested why you prefer the KnobXP interface over a dedicated overlay. It can’t be VR because you are using visual instruments and a sim popout so why exactly. I’ve never tried this but I suspect once one app has grabbed the knobster the other can’t so it’s one or the other.
Air Manager panels at https://www.experimentalsimavionics.com
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
Youtube Channel https://www.youtube.com/channel/UC8ZqXX ... kfZMq5BKig
Air Manager API Tutorial Video Series https://youtube.com/playlist?list=PLNr0 ... baT4gJKg5D
-
- Posts: 35
- Joined: Sun Feb 12, 2017 11:54 pm
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
Programming the Modes seems so much easier.
Here is my mode setup for the G5, but it does not work for some reason:
{
"name": "SI Garmin G5",
"minor_cw_cmd": "si/g5/1/knob_cw",
"minor_ccw_cmd": "si/g5/1/knob_ccw",
"major_cw_cmd": "si/g5/1/knob_cw",
"major_ccw_cmd": "si/g5/1/knob_ccw",
"button_released_cmd": "si/g5/1/knob_button",
"order": 104000,
"major_acceleration": 6
}
Sure would appreciate help with the mode setup for the G5 - I can't figure out where my mistake(s) are.
Here is my mode setup for the G5, but it does not work for some reason:
{
"name": "SI Garmin G5",
"minor_cw_cmd": "si/g5/1/knob_cw",
"minor_ccw_cmd": "si/g5/1/knob_ccw",
"major_cw_cmd": "si/g5/1/knob_cw",
"major_ccw_cmd": "si/g5/1/knob_ccw",
"button_released_cmd": "si/g5/1/knob_button",
"order": 104000,
"major_acceleration": 6
}
Sure would appreciate help with the mode setup for the G5 - I can't figure out where my mistake(s) are.
-
- Posts: 35
- Joined: Sun Feb 12, 2017 11:54 pm
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
Russ or Ralph - can you provide necessary guidance to get KnobXP to work the the SI G5?
Regards,
Chip DeMoss
Regards,
Chip DeMoss
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
It does not use X-Plane commands, so that isn't possible, sorry.
-
- Posts: 35
- Joined: Sun Feb 12, 2017 11:54 pm
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
I found the SI commands for the G5 at https://siminnovations.com/si/command/ and thought those would work. I guess not.
So back to the original question - can I have one Knobster that controls instruments through KnobXP and another Knobster that controls Air Manager instruments through the Yellow Dot function? If so, I would I designate the function of a particular Knobster?
So back to the original question - can I have one Knobster that controls instruments through KnobXP and another Knobster that controls Air Manager instruments through the Yellow Dot function? If so, I would I designate the function of a particular Knobster?
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
I think it might be possible in theory, but a bit cumbersome. You would have to plug USB cables out and in to make sure that each uses the correct Knobster. You would have to do that each time you use it.
-
- Posts: 5392
- Joined: Thu Jul 27, 2017 12:22 am
Re: Dual functionality - Traditional Knobster yellow button vs KnobXP
Hard to anticipate, this would require to connect only one Knobster at a time with starting X-Plane for the KnobXP handling, then start Air manager and wait for it to be up and running, then connect the second Knobster and hope it will be handled by Air Manager and not again by XP ... I will not make any bet on this though, in any case !ChipDeMoss wrote: ↑Fri Jun 02, 2023 7:57 pm I found the SI commands for the G5 at https://siminnovations.com/si/command/ and thought those would work. I guess not.
So back to the original question - can I have one Knobster that controls instruments through KnobXP and another Knobster that controls Air Manager instruments through the Yellow Dot function? If so, I would I designate the function of a particular Knobster?