176

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

It does

iMac5K 27” (2015), i7 4GHz, OSX 10.14.6, 32GB, AMD M395X 4096MB, Saitek X52, TPM, Radio, Switch & Multi, TM MFD, XP11.35r1, FFA320v0.11.2-2305, ToLiSs A319 v1.3.3, JDA320 v3.4r1, JDA330 v3.2r1, XL v4_250719, FM v2.6r2,  GndHdg v.4.010719, Air Plugin v4.8.3,  FWL 2.7.19, 3jFPS-wizard, PI v2.73.06, NOAA v2.4.4, XSPs v2.75, XCL v1.37, BPB v0.47, SAM 1.1.0

177

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Hi all, just bought the A320 Neo, but I've encountered a couple of problems (with the 3.3R3 version).
First, a black screen in X-Plane 11(.30) during the initial loading phase: it goes black, then suddenly (problably after the .acf loading stage) all turns normal and the process goes straight to the end; second, a loss of a certain number of FPS (5 to 10) during all the stages of the flight, from the departure airport to the final destination.
This problems are present only with this last version of the plane, since a downgrade resolves them all.
Am I the only one?
Thanks!!

Don't be scared to fly high, 'cause it will inspire others...

178

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Luke wrote:

Hi all, just bought the A320 Neo, but I've encountered a couple of problems (with the 3.3R3 version).
First, a black screen in X-Plane 11(.30) during the initial loading phase: it goes black, then suddenly (problably after the .acf loading stage) all turns normal and the process goes straight to the end; second, a loss of a certain number of FPS (5 to 10) during all the stages of the flight, from the departure airport to the final destination.
This problems are present only with this last version of the plane, since a downgrade resolves them all.
Am I the only one?
Thanks!!

Try new version 3.4beta 3 download to 1 page

179 (edited by mick8XPln10 2019-04-13 18:44:38)

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

MODIFIERS for most important knobs in VR-CONFIG

Hi to all,

After switching to VR I have been using the JD A320 even without a vr_config.txt file. Thankfully 'dron420' added a vr_config.txt with hotspots. However, it still lacks the usual MODIFIERS for the most importtant knobs and switches. So I tried to provide them myself, using the tutorial of "FatherSonFlightSimulator" at threshold (Thanks for that tutorial!). For now, I simply post the code at its present state to share it with all fellow VR-pilots interested.
Installation: Make a backup of your "a320neo_vrconfig.txt", then simply copy the following lines of code INTO a320neo_vrconfig.txt AFTER "#Created by dron42":

#modified by mick8XPln10
################################
#MANIPULATOR MODIFIERS  V.1.02  #
################################



#EFIS#################
#EFIS-map_range
BEGIN_MANIP drag_axis sim/cockpit2/EFIS/map_range
    ACTION axis_knob 2.000000 7.000000 1 sim/cockpit2/EFIS/map_range
    DEG_PER_ACTION 45
END_MANIP

#ND-mode
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/nd_mode
    ACTION axis_knob 0.000000 4.000000 1 sim/custom/xap/fcu/nd_mode
    DEG_PER_ACTION 45
END_MANIP


BEGIN_MANIP  drag_axis sim/custom/xap/lght_pfd Primary flight display's brightness
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_pfd
    DEG_PER_ACTION 5
END_MANIP

BEGIN_MANIP  drag_axis sim/cockpit/switches/EFIS_weather_alpha Weather radar brightness
    ACTION axis_knob 0.000000 0.900000 -1 sim/cockpit/switches/EFIS_weather_alpha
    DEG_PER_ACTION 5
END_MANIP

#Navigation display brightness
BEGIN_MANIP  drag_axis sim/custom/xap/lght_nd Navigation display brightness
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_nd
    DEG_PER_ACTION 5
END_MANIP

#lght_upd
BEGIN_MANIP  drag_axis sim/custom/xap/lght_upd
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_upd
    DEG_PER_ACTION 5
END_MANIP

#lght_dnd
BEGIN_MANIP  drag_axis sim/custom/xap/lght_dnd
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_dnd
    DEG_PER_ACTION 5
END_MANIP



#baro-wheel
BEGIN_MANIP  drag_axis jd/320/baro/wheel
    ACTION axis_knob -10000.000000 10000.000000 1 jd/320/baro/wheel
    DEG_PER_ACTION 5
END_MANIP

#ADIRS######################################

#ADIRS selectors
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_1
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_1
    DEG_PER_ACTION 30
END_MANIP

BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_2
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_2
    DEG_PER_ACTION 30
END_MANIP

BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_3
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_3
    DEG_PER_ACTION 30
END_MANIP

#adirs-sys_sel
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/sys_sel
    ACTION axis_knob 0.000000 3.000000 1 sim/custom/xap/adirs/sys_sel
    DEG_PER_ACTION 30
END_MANIP

#adirs-data_sel
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/data_sel
    ACTION axis_knob 0.000000 5.000000 1 sim/custom/xap/adirs/data_sel
    DEG_PER_ACTION 20
END_MANIP




#AC fwd_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/fwd_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/fwd_knob
    DEG_PER_ACTION 2
END_MANIP

#AC aft_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/aft_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/aft_knob
    DEG_PER_ACTION 2
END_MANIP

#AC ckpt_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/ckpt_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/ckpt_knob
    DEG_PER_ACTION 2
END_MANIP


#autopilot-heading_dial
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/heading_dial_deg_mag_pilot
    ACTION axis_knob -180.000000 540.000000 1 sim/cockpit2/autopilot/heading_dial_deg_mag_pilot
    DEG_PER_ACTION 2
END_MANIP

#ATTR_manip_drag_axis rotate_medium 2.000000 0.000000 0.000000 -180.000000 540.000000 sim/custom/xap/trk_dial none
BEGIN_MANIP  drag_axis sim/custom/xap/trk_dial
    ACTION axis_knob -180.000000 540.000000 1 sim/custom/xap/trk_dial
    DEG_PER_ACTION 2
END_MANIP




#airspeed_dial_kts
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/airspeed_dial_kts_mach
    ACTION axis_knob 0.000000 350.000000 1.0 sim/cockpit2/autopilot/airspeed_dial_kts_mach
    DEG_PER_ACTION 5
END_MANIP

#airspeed_dial_mach ***INOP***
#BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/airspeed_dial_kts_mach
#    ACTION axis_knob 0.000000 0.850000 0.01 sim/cockpit2/autopilot/airspeed_dial_kts_mach
#    DEG_PER_ACTION 5
#END_MANIP


#alt100x
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/alt100x
    ACTION axis_knob 0.000000 410.000000 1 sim/custom/xap/fcu/alt100x
    DEG_PER_ACTION 20
END_MANIP

#alt1000x
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/alt1000x
    ACTION axis_knob 0.000000 390.000000 1 sim/custom/xap/fcu/alt1000x
    DEG_PER_ACTION 30
END_MANIP

#v_speed vvi_dial_fpm
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/vvi_dial_fpm
    ACTION axis_knob -3000.000000 3000.000000 10 sim/cockpit2/autopilot/vvi_dial_fpm
    DEG_PER_ACTION 2
END_MANIP

#startselector
BEGIN_MANIP  drag_axis sim/custom/xap/engines/startsel
    ACTION axis_knob -1.000000 1.000000 1 sim/custom/xap/engines/startsel
    DEG_PER_ACTION 60
END_MANIP

#wiper_l
BEGIN_MANIP  drag_axis sim/custom/xap/icerain/wiper_l
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/icerain/wiper_l
    DEG_PER_ACTION 60
END_MANIP

#ATTR_manip_drag_axis hand 0.030000 0.000000 0.000000 0.000000 2.000000 sim/custom/xap/icerain/wiper_r
BEGIN_MANIP  drag_axis sim/custom/xap/icerain/wiper_r
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/icerain/wiper_r
    DEG_PER_ACTION 60
END_MANIP


#fasten_seat_belts
BEGIN_MANIP  drag_axis sim/cockpit2/switches/fasten_seat_belts
    ACTION axis_knob 0.000000 1.000000 1 sim/cockpit2/switches/fasten_seat_belts
    DEG_PER_ACTION 30
END_MANIP

#no_smoking
BEGIN_MANIP  drag_axis sim/cockpit2/switches/no_smoking
    ACTION axis_knob 0.000000 1.000000 1 sim/cockpit2/switches/no_smoking
    DEG_PER_ACTION 30
END_MANIP

#ATTR_manip_drag_axis hand 0.000000 0.020000 0.000000 0.000000 2.000000 sim/custom/xap/extlight/emer_ext_lt
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/emer_ext_lt
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/emer_ext_lt
    DEG_PER_ACTION 15
END_MANIP


#LIGHTS##################

#panel floodlight
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/cockp_left_br
    ACTION axis_knob 0.000000 2.000000 0.1 sim/custom/xap/extlight/cockp_left_br
    DEG_PER_ACTION 5
END_MANIP

#landr_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/landr_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/landr_sw
    DEG_PER_ACTION 15
END_MANIP

#landl_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/landl_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/landl_sw
    DEG_PER_ACTION 15
END_MANIP

#strobe_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/strobe_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/strobe_sw
    DEG_PER_ACTION 15
END_MANIP

#nose_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/nose_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/nose_sw
    DEG_PER_ACTION 15
END_MANIP

#navlogo_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/navlogo_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/navlogo_sw
    DEG_PER_ACTION 30
END_MANIP

#wing_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/wing_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/wing_sw
    DEG_PER_ACTION 30
END_MANIP

#beacon_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/beacon_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/beacon_sw
    DEG_PER_ACTION 30
END_MANIP

#rwyturn_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/rwyturn_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/rwyturn_sw
    DEG_PER_ACTION 30
END_MANIP


#ATTR_manip_drag_axis rotate_medium 0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_cent
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_cent
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_cent
    DEG_PER_ACTION 5
END_MANIP

#ATTR_manip_drag_axis rotate_medium -0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_left
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_left
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_left
    DEG_PER_ACTION 5
END_MANIP

#ATTR_manip_drag_axis rotate_medium -0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_rght
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_rght
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_rght
    DEG_PER_ACTION 5
END_MANIP



#FCU_lt_rot
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/FCU_lt_rot
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/FCU_lt_rot
    DEG_PER_ACTION 5
END_MANIP

#FCU_led_lt_rot
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/FCU_led_lt_rot
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/FCU_led_lt_rot
    DEG_PER_ACTION 5
END_MANIP

#ovhd_int_lt
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/ovhd_int_lt
    ACTION axis_knob 0.000000 1.000000 0.05 sim/custom/xap/intlight/ovhd_int_lt
    DEG_PER_ACTION 2
END_MANIP

#cockp_main_br
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/cockp_main_br
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/cockp_main_br
    DEG_PER_ACTION 30
END_MANIP

#Left console lights control
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/consol_floor_l
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/intlight/consol_floor_l
    DEG_PER_ACTION 30
END_MANIP

#Right console lights control
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/consol_floor_r
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/intlight/consol_floor_r
    DEG_PER_ACTION 30
END_MANIP

#table_lt_rot_l
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/tab_lt_rot_l
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/tab_lt_rot_l
    DEG_PER_ACTION 5
END_MANIP

#table_lt_rot_r
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/tab_lt_rot_r
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/tab_lt_rot_r
    DEG_PER_ACTION 5
END_MANIP

180

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Hello sir, first of all thank you for this amazing aircraft ! I hope it will get good as the A330 or even better big_smile

I've seen some "Problems" with the 3.4 ..

- When we start a flight the HDG selector is not turning but we can hear the sound like it's turning everytime
- The 3.3 had a problem with the "yoke" . When we try to put the nose down the aircraft reacts really slow and also when we try to pull it up ..
- BBS Soundpack problems like already some people said smile
- The last one is the HDG Selector. When we try to select the HDG, the HDG dont appears. it shows only on the heading selector on the ND

I hope you continue to doo the perfect work on the 2 aircrafts big_smile big_smile
Best regards

181

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

mick8XPln10 wrote:

MODIFIERS for most important knobs in VR-CONFIG

Hi to all,

After switching to VR I have been using the JD A320 even without a vr_config.txt file. Thankfully 'dron420' added a vr_config.txt with hotspots. However, it still lacks the usual MODIFIERS for the most importtant knobs and switches. So I tried to provide them myself, using the tutorial of "FatherSonFlightSimulator" at threshold (Thanks for that tutorial!). For now, I simply post the code at its present state to share it with all fellow VR-pilots interested.
Installation: Make a backup of your "a320neo_vrconfig.txt", then simply copy the following lines of code INTO a320neo_vrconfig.txt AFTER "#Created by dron42":

#modified by mick8XPln10
################################
#MANIPULATOR MODIFIERS  V.1.01  #
################################



#EFIS#################
#EFIS-map_range
BEGIN_MANIP drag_axis sim/cockpit2/EFIS/map_range
    ACTION axis_knob 1.000000 6.000000 1 sim/cockpit2/EFIS/map_range
    DEG_PER_ACTION 45
END_MANIP

#ND-mode
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/nd_mode
    ACTION axis_knob 0.000000 4.000000 1 sim/custom/xap/fcu/nd_mode
    DEG_PER_ACTION 45
END_MANIP


BEGIN_MANIP  drag_axis sim/custom/xap/lght_pfd Primary flight display's brightness
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_pfd
    DEG_PER_ACTION 5
END_MANIP

BEGIN_MANIP  drag_axis sim/cockpit/switches/EFIS_weather_alpha Weather radar brightness
    ACTION axis_knob 0.000000 0.900000 -1 sim/cockpit/switches/EFIS_weather_alpha
    DEG_PER_ACTION 5
END_MANIP

#Navigation display brightness
BEGIN_MANIP  drag_axis sim/custom/xap/lght_nd Navigation display brightness
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_nd
    DEG_PER_ACTION 5
END_MANIP

#lght_upd
BEGIN_MANIP  drag_axis sim/custom/xap/lght_upd
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_upd
    DEG_PER_ACTION 5
END_MANIP

#lght_dnd
BEGIN_MANIP  drag_axis sim/custom/xap/lght_dnd
    ACTION axis_knob 0.000000 10.000000 -1 sim/custom/xap/lght_dnd
    DEG_PER_ACTION 5
END_MANIP



#baro-wheel
BEGIN_MANIP  drag_axis jd/320/baro/wheel
    ACTION axis_knob -10000.000000 10000.000000 1 jd/320/baro/wheel
    DEG_PER_ACTION 5
END_MANIP

#ADIRS######################################

#ADIRS selectors
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_1
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_1
    DEG_PER_ACTION 30
END_MANIP

BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_2
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_2
    DEG_PER_ACTION 30
END_MANIP

BEGIN_MANIP  drag_axis sim/custom/xap/adirs/mode_sel_3
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/adirs/mode_sel_3
    DEG_PER_ACTION 30
END_MANIP

#adirs-sys_sel
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/sys_sel
    ACTION axis_knob 0.000000 3.000000 1 sim/custom/xap/adirs/sys_sel
    DEG_PER_ACTION 30
END_MANIP

#adirs-data_sel
BEGIN_MANIP  drag_axis sim/custom/xap/adirs/data_sel
    ACTION axis_knob 0.000000 5.000000 1 sim/custom/xap/adirs/data_sel
    DEG_PER_ACTION 20
END_MANIP




#AC fwd_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/fwd_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/fwd_knob
    DEG_PER_ACTION 2
END_MANIP

#AC aft_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/aft_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/aft_knob
    DEG_PER_ACTION 2
END_MANIP

#AC ckpt_knob
BEGIN_MANIP  drag_axis sim/custom/xap/cond/ckpt_knob
    ACTION axis_knob 18.000000 30.000000 0.3 sim/custom/xap/cond/ckpt_knob
    DEG_PER_ACTION 2
END_MANIP


#autopilot-heading_dial
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/heading_dial_deg_mag_pilot
    ACTION axis_knob -180.000000 540.000000 1 sim/cockpit2/autopilot/heading_dial_deg_mag_pilot
    DEG_PER_ACTION 2
END_MANIP

#ATTR_manip_drag_axis rotate_medium 2.000000 0.000000 0.000000 -180.000000 540.000000 sim/custom/xap/trk_dial none
BEGIN_MANIP  drag_axis sim/custom/xap/trk_dial
    ACTION axis_knob -180.000000 540.000000 1 sim/custom/xap/trk_dial
    DEG_PER_ACTION 2
END_MANIP




#airspeed_dial_kts
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/airspeed_dial_kts_mach
    ACTION axis_knob 0.000000 350.000000 1.0 sim/cockpit2/autopilot/airspeed_dial_kts_mach
    DEG_PER_ACTION 5
END_MANIP

#airspeed_dial_mach ***INOP***
#BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/airspeed_dial_kts_mach
#    ACTION axis_knob 0.000000 0.850000 0.01 sim/cockpit2/autopilot/airspeed_dial_kts_mach
#    DEG_PER_ACTION 5
#END_MANIP


#alt100x
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/alt100x
    ACTION axis_knob 0.000000 410.000000 1 sim/custom/xap/fcu/alt100x
    DEG_PER_ACTION 20
END_MANIP

#alt1000x
BEGIN_MANIP  drag_axis sim/custom/xap/fcu/alt1000x
    ACTION axis_knob 0.000000 390.000000 1 sim/custom/xap/fcu/alt1000x
    DEG_PER_ACTION 30
END_MANIP

#v_speed vvi_dial_fpm
BEGIN_MANIP  drag_axis sim/cockpit2/autopilot/vvi_dial_fpm
    ACTION axis_knob -3000.000000 3000.000000 10 sim/cockpit2/autopilot/vvi_dial_fpm
    DEG_PER_ACTION 2
END_MANIP

#startselector
BEGIN_MANIP  drag_axis sim/custom/xap/engines/startsel
    ACTION axis_knob -1.000000 1.000000 1 sim/custom/xap/engines/startsel
    DEG_PER_ACTION 60
END_MANIP

#wiper_l
BEGIN_MANIP  drag_axis sim/custom/xap/icerain/wiper_l
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/icerain/wiper_l
    DEG_PER_ACTION 60
END_MANIP

#ATTR_manip_drag_axis hand 0.030000 0.000000 0.000000 0.000000 2.000000 sim/custom/xap/icerain/wiper_r
BEGIN_MANIP  drag_axis sim/custom/xap/icerain/wiper_r
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/icerain/wiper_r
    DEG_PER_ACTION 60
END_MANIP


#fasten_seat_belts
BEGIN_MANIP  drag_axis sim/cockpit2/switches/fasten_seat_belts
    ACTION axis_knob 0.000000 1.000000 1 sim/cockpit2/switches/fasten_seat_belts
    DEG_PER_ACTION 30
END_MANIP

#no_smoking
BEGIN_MANIP  drag_axis sim/cockpit2/switches/no_smoking
    ACTION axis_knob 0.000000 1.000000 1 sim/cockpit2/switches/no_smoking
    DEG_PER_ACTION 30
END_MANIP

#ATTR_manip_drag_axis hand 0.000000 0.020000 0.000000 0.000000 2.000000 sim/custom/xap/extlight/emer_ext_lt
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/emer_ext_lt
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/emer_ext_lt
    DEG_PER_ACTION 15
END_MANIP


#LIGHTS##################

#panel floodlight
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/cockp_left_br
    ACTION axis_knob 0.000000 2.000000 0.1 sim/custom/xap/extlight/cockp_left_br
    DEG_PER_ACTION 5
END_MANIP

#landr_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/landr_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/landr_sw
    DEG_PER_ACTION 15
END_MANIP

#landl_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/landl_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/landl_sw
    DEG_PER_ACTION 15
END_MANIP

#strobe_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/strobe_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/strobe_sw
    DEG_PER_ACTION 15
END_MANIP

#nose_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/nose_sw
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/nose_sw
    DEG_PER_ACTION 15
END_MANIP

#navlogo_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/navlogo_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/navlogo_sw
    DEG_PER_ACTION 30
END_MANIP

#wing_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/wing_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/wing_sw
    DEG_PER_ACTION 30
END_MANIP

#beacon_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/beacon_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/beacon_sw
    DEG_PER_ACTION 30
END_MANIP

#rwyturn_sw
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/rwyturn_sw
    ACTION axis_knob 0.000000 1.000000 1 sim/custom/xap/extlight/rwyturn_sw
    DEG_PER_ACTION 30
END_MANIP


#ATTR_manip_drag_axis rotate_medium 0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_cent
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_cent
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_cent
    DEG_PER_ACTION 5
END_MANIP

#ATTR_manip_drag_axis rotate_medium -0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_left
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_left
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_left
    DEG_PER_ACTION 5
END_MANIP

#ATTR_manip_drag_axis rotate_medium -0.070000 0.000000 0.000000 0.000000 10.000000 sim/custom/xap/lght_oh_rght
BEGIN_MANIP  drag_axis sim/custom/xap/lght_oh_rght
    ACTION axis_knob 0.000000 10.000000 0.5 sim/custom/xap/lght_oh_rght
    DEG_PER_ACTION 5
END_MANIP



#FCU_lt_rot
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/FCU_lt_rot
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/FCU_lt_rot
    DEG_PER_ACTION 5
END_MANIP

#FCU_led_lt_rot
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/FCU_led_lt_rot
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/FCU_led_lt_rot
    DEG_PER_ACTION 5
END_MANIP

#ovhd_int_lt
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/ovhd_int_lt
    ACTION axis_knob 0.000000 1.000000 0.05 sim/custom/xap/intlight/ovhd_int_lt
    DEG_PER_ACTION 2
END_MANIP

#cockp_main_br
BEGIN_MANIP  drag_axis sim/custom/xap/extlight/cockp_main_br
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/extlight/cockp_main_br
    DEG_PER_ACTION 30
END_MANIP

#Left console lights control
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/consol_floor_l
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/intlight/consol_floor_l
    DEG_PER_ACTION 30
END_MANIP

#Right console lights control
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/consol_floor_r
    ACTION axis_knob 0.000000 2.000000 1 sim/custom/xap/intlight/consol_floor_r
    DEG_PER_ACTION 30
END_MANIP

#table_lt_rot_l
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/tab_lt_rot_l
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/tab_lt_rot_l
    DEG_PER_ACTION 5
END_MANIP

#table_lt_rot_r
BEGIN_MANIP  drag_axis sim/custom/xap/intlight/tab_lt_rot_r
    ACTION axis_knob 0.000000 1.000000 0.02 sim/custom/xap/intlight/tab_lt_rot_r
    DEG_PER_ACTION 5
END_MANIP

Heh. They are already added in new version and some of our pilots already tested them.

182

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

MODIFIERS for most important knobs in VR-CONFIG

@dron420: I needed it NOW and didn't know about your activities. So, I was faster
big_smile ! I wait to see your results. If they are better than mine, I will take my efforts as a useful exercise and use your code which will probably be more complete.

Greetings, Mick

183 (edited by Luke 2019-04-12 17:07:04)

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

domined39aniello wrote:
Luke wrote:

Hi all, just bought the A320 Neo, but I've encountered a couple of problems (with the 3.3R3 version).
First, a black screen in X-Plane 11(.30) during the initial loading phase: it goes black, then suddenly (problably after the .acf loading stage) all turns normal and the process goes straight to the end; second, a loss of a certain number of FPS (5 to 10) during all the stages of the flight, from the departure airport to the final destination.
This problems are present only with this last version of the plane, since a downgrade resolves them all.
Am I the only one?
Thanks!!

Try new version 3.4beta 3 download to 1 page

Thanks for the answer, I've tried it and encountered the same problems...cannot really understand this...perhaps some sudden incompatibility with one or more plugins...?

Don't be scared to fly high, 'cause it will inspire others...

184

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Good Morning! Same situation as the friend. Low fps with 3.3R3 and 3.4B3. I lose 10 fps. In FL370 it gets 18 ~ 17fps !! I only have low fps with this plane. With the 330 I do not have this problem. Do not understand. My hardwere: i74790k, 16gb and 1070Ti.

?!

185

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Webrichard wrote:

Good Morning! Same situation as the friend. Low fps with 3.3R3 and 3.4B3. I lose 10 fps. In FL370 it gets 18 ~ 17fps !! I only have low fps with this plane. With the 330 I do not have this problem. Do not understand. My hardwere: i74790k, 16gb and 1070Ti.

?!

Hi, Webrichard! I've tried various versions of the A320 and, as for now, the best results (in terms of performances) I got are with the 3.2R2 version.
While waiting for some assistance/fix, you can use it, it runs smoothly even with the last update of X-Plane.

Don't be scared to fly high, 'cause it will inspire others...

186 (edited by KapiSQ 2019-05-25 15:14:18)

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

What is going on? Whenever I want to launch A320neo JD.

187 (edited by hanlan 2019-06-01 18:43:13)

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Any plans to add wing flex to the A320??? Wing flex during flight (turbulence)/ ground taxi??? Access to wing flex adjusting through X plane 11 Plane Maker???

It kind of sux paying so much for this plane and you can't have access to adjust this and no one seems to want to address it.

188

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

hanlan wrote:

Any plans to add wing flex to the A320??? Wing flex during flight (turbulence)/ ground taxi??? Access to wing flex adjusting through X plane 11 Plane Maker???

It kind of sux paying so much for this plane and you can't have access to adjust this and no one seems to want to address it.

The A320 family is characterized by very inflexible wings, and so is the JD's A320 Neo.
So no, I guess you shouldn't expect any improvements on this feature.

Don't be scared to fly high, 'cause it will inspire others...

189

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Hello.
For me missing after the update on the left side of the menu for TOW, CHLIST, GND and PARK.
How can I let that show me.

190 (edited by domined39aniello 2019-06-05 10:48:30)

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

_Atlan_ wrote:

Hello.
For me missing after the update on the left side of the menu for TOW, CHLIST, GND and PARK.
How can I let that show me.

Hi Sir in MCDU  menu check toolbar

191

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

hello, I am having issues with this aircraft after updating to xplane 11.35b2, aircraft now will not retract the landing gear of flaps and the A/P is broken. Doesn't follow VNAVN or LNAV, says all the callouts such as gear up, flaps 1 but they wont move.

I regularly fly with this aircraft so wondering does anyone else have this issue, I am wondering if it is something that they have changed in the beta.
regards
Lee

192

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

leeward wrote:

hello, I am having issues with this aircraft after updating to xplane 11.35b2, aircraft now will not retract the landing gear of flaps and the A/P is broken. Doesn't follow VNAVN or LNAV, says all the callouts such as gear up, flaps 1 but they wont move.

I regularly fly with this aircraft so wondering does anyone else have this issue, I am wondering if it is something that they have changed in the beta.
regards
Lee

I am also having this problem. I updated the aircraft to the latest release version a while ago, and tries again now. I tried reinstalling too and I am still having the same issue.

I also use the aircraft a lot, yesterday being the latest time, before the X Plane 11.35b2 update.

Kind Regards,
Robert

193

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Bobsman227 wrote:
leeward wrote:

hello, I am having issues with this aircraft after updating to xplane 11.35b2, aircraft now will not retract the landing gear of flaps and the A/P is broken. Doesn't follow VNAVN or LNAV, says all the callouts such as gear up, flaps 1 but they wont move.

I regularly fly with this aircraft so wondering does anyone else have this issue, I am wondering if it is something that they have changed in the beta.
regards
Lee

I am also having this problem. I updated the aircraft to the latest release version a while ago, and tries again now. I tried reinstalling too and I am still having the same issue.

I also use the aircraft a lot, yesterday being the latest time, before the X Plane 11.35b2 update.

Kind Regards,
Robert


glad it isn't just me then Robert,
hopefully the admin will see this and clarify an issue with xplane

194

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

leeward wrote:
Bobsman227 wrote:
leeward wrote:

hello, I am having issues with this aircraft after updating to xplane 11.35b2, aircraft now will not retract the landing gear of flaps and the A/P is broken. Doesn't follow VNAVN or LNAV, says all the callouts such as gear up, flaps 1 but they wont move.

I regularly fly with this aircraft so wondering does anyone else have this issue, I am wondering if it is something that they have changed in the beta.
regards
Lee

I am also having this problem. I updated the aircraft to the latest release version a while ago, and tries again now. I tried reinstalling too and I am still having the same issue.

I also use the aircraft a lot, yesterday being the latest time, before the X Plane 11.35b2 update.

Kind Regards,
Robert


glad it isn't just me then Robert,
hopefully the admin will see this and clarify an issue with xplane


Yes, there are a lot of known issues between the 320 and the last X-Plane build. As of now, the only thing you can do is to downgrade X-Plane to the last (non beta) stable version.

Don't be scared to fly high, 'cause it will inspire others...

195

Re: JD320 Airliner ver 3.3 r1,2,3 WIN/MAC 64 bit (X-Plane 11.30)

Using a beta version of X-Plane is bound to generate issues with add-ons. It is unreasonable to expect add-on developers to correct issues arising from X-Plane betas because the issues may be temporary until a release version of X-Plane comes out. So to fix the issues, revert to a supported non-beta X-Pane version.

iMac5K 27” (2015), i7 4GHz, OSX 10.14.6, 32GB, AMD M395X 4096MB, Saitek X52, TPM, Radio, Switch & Multi, TM MFD, XP11.35r1, FFA320v0.11.2-2305, ToLiSs A319 v1.3.3, JDA320 v3.4r1, JDA330 v3.2r1, XL v4_250719, FM v2.6r2,  GndHdg v.4.010719, Air Plugin v4.8.3,  FWL 2.7.19, 3jFPS-wizard, PI v2.73.06, NOAA v2.4.4, XSPs v2.75, XCL v1.37, BPB v0.47, SAM 1.1.0