diff --git a/A320-main.xml b/A320-main.xml
index c58a95ab..ce2dc40a 100644
--- a/A320-main.xml
+++ b/A320-main.xml
@@ -625,6 +625,7 @@
0
0
0
+ 1
diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml
index f0a557ce..87f83467 100644
--- a/Models/FlightDeck/a320.flightdeck.xml
+++ b/Models/FlightDeck/a320.flightdeck.xml
@@ -852,6 +852,45 @@
+
+ rotate
+ land_sw
+ controls/gear/nws-switch
+
+ 035
+ 1 0
+
+
+ 0
+ 1
+ 0
+
+
+ -0.562289
+ 0.259382
+ 0.253933
+
+
+
+
+ pick
+ land_sw
+
+
+
+ false
+
+ property-cycle
+ controls/gear/nws-switch
+ 0
+ 1
+
+
+ nasal
+
+
+
+
pick
diff --git a/Nasal/ECAM/ECAM-logic.nas b/Nasal/ECAM/ECAM-logic.nas
index 8d809bcd..4ec6c2bf 100644
--- a/Nasal/ECAM/ECAM-logic.nas
+++ b/Nasal/ECAM/ECAM-logic.nas
@@ -384,7 +384,7 @@ var messages_right_memo = func {
rat.colour = "g";
}
- if (getprop("/sim/model/pushback/enabled") == 1) {
+ if (getprop("/sim/model/pushback/enabled") == 1) { # this message is only on when towing - not when disc with switch
nw_strg_disc.active = 1;
} else {
nw_strg_disc.active = 0;
diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml
index 3abfc6c0..e7adeafe 100644
--- a/Systems/a320-fcs.xml
+++ b/Systems/a320-fcs.xml
@@ -2022,6 +2022,36 @@
+
+
+
+ position/wow eq 1
+ hydraulics/tiller/elec-pwr eq 1
+ /systems/hydraulic/yellow-psi ge 1500
+ /sim/model/pushback/connected eq 0
+ /controls/gear/nws-switch eq 1
+ /engines/engine[0]/state eq 3
+
+
+ position/wow eq 1
+ hydraulics/tiller/elec-pwr eq 1
+ /systems/hydraulic/yellow-psi ge 1500
+ /sim/model/pushback/connected eq 0
+ /controls/gear/nws-switch eq 1
+ /engines/engine[1]/state eq 3
+
+
+
+
+
+
+ /systems/electrical/bus/ac1 ge 110
+ /systems/electrical/bus/ac2 ge 110
+ /systems/electrical/bus/dc1 ge 25
+ /systems/electrical/bus/dc2 ge 25
+
+
+
@@ -2037,7 +2067,7 @@
/velocities/groundspeed-kt
hydraulics/tiller/switch
- -1 0 1
+ -1 0 1
0.500 0 0 0
1.000 -75 0 75
30.000 -47 0 47
@@ -2049,9 +2079,18 @@
+
+
+
+ hydraulics/tiller/hyd-pwr eq 1
+ /sim/model/pushback/connected eq 1
+ /systems/acconfig/autoconfig-running eq 1
+
+
+
hydraulics/tiller/function
- 75
+ fcs/steer-rate
diff --git a/revision.txt b/revision.txt
index a06d7f8f..6f675eeb 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4784
\ No newline at end of file
+4785
\ No newline at end of file