diff --git a/Models/Instruments/OHpanel/OHpanel.xml b/Models/Instruments/OHpanel/OHpanel.xml
index 726ad3cc..72201385 100644
--- a/Models/Instruments/OHpanel/OHpanel.xml
+++ b/Models/Instruments/OHpanel/OHpanel.xml
@@ -3635,6 +3635,57 @@
-0.10202
+
+
+ X-Bleed pick
+ pick
+ XbleedKnb
+
+
+
+ false
+
+ property-cycle
+ /controls/pneumatic/switches/xbleed
+ 0
+ 1
+ 2
+
+
+
+
+
+ false
+
+ property-cycle
+ /controls/pneumatic/switches/xbleed
+ 2
+ 1
+ 0
+
+
+
+
+ X-Bleed rotate
+ rotate
+ XbleedKnb
+ /controls/pneumatic/switches/xbleed
+
+ 0 55
+ 1 0
+ 2-55
+
+
+ 1
+ 0
+ 0
+
+
+ 0
+ 0.05215
+ -0.16802
+
+
AC pack 1 pick
diff --git a/Nasal/pneumatics.nas b/Nasal/pneumatics.nas
index 992ee7c3..21400cea 100644
--- a/Nasal/pneumatics.nas
+++ b/Nasal/pneumatics.nas
@@ -15,7 +15,7 @@ var pneu_init = func {
setprop("/controls/pneumatic/switches/hot-air", 1);
setprop("/controls/pneumatic/switches/ram-air", 0);
setprop("/controls/pneumatic/switches/pack-flo", 9); # LO: 7, NORM: 9, HI: 11.
- setprop("/controls/pneumatic/switches/xbleed", 1); # SHUT: 0, AUTO: 1, OPEN: 2. # I will simulate later, once I get the knob animated. -JD
+ setprop("/controls/pneumatic/switches/xbleed", 1); # SHUT: 0, AUTO: 1, OPEN: 2. # I will simulate later. -JD
setprop("/systems/pneumatic/bleed1", 0);
setprop("/systems/pneumatic/bleed2", 0);
setprop("/systems/pneumatic/bleedapu", 0);