Hi all,
I have the knobster and associated software. I also have Spad. The knobster works in the plane apart from the one thing I want to use it for i.e. to zoom in and out on the Map. I am using the working title 3000 mod in the TBM.
Is it possible to map>? I have selected the G1000 in the knobster settings but no joy.
Thanks
Josh
thanks. is that from spad?
I have the same problem on the Cessna Citation using KnobFS, everything works but there was no code for the MFD Range Knob so wrote my own but have had no joy, here is one of my attempts:
{
“name”: “Range Button”,
“minor_cw_code”: “(>H:G1000_PFD_RANGE_INC)”,
“minor_ccw_code”: “(>H:G1000_PFD_RANGE_DEC)”,
“minor_acceleration”: 2,
“major_cw_code”: “(>H:G1000_MFD_RANGE_INC)”,
“major_ccw_code”: “(>H:G1000_MFD_RANGE_DEC)”,
“major_acceleration”: 4,
“button_released_code”: “(>H:G1000_MFD_RANGE_HOLD)”,
“phrases” : [
“Select 91”, “Select range”, “Select range”
],
“order”: 300102
}