Pushback Software

Ask here for software oriented support
Post Reply
Seppl1209
Posts: 20
Joined: Tue Nov 26, 2024 12:53 pm

Pushback Software

Post by Seppl1209 »

Hi folks,
I am new here in the forum.
I am currently looking for a pushback software.
Do you know of any cheaper alternatives to FS-Flight Control.
I would be very happy about an answer from you, thank you very much.
Best regards
Sebastian
balu69
Posts: 140
Joined: Thu Nov 03, 2022 4:15 pm

Re: Pushback Software

Post by balu69 »

Welcome Sebastian
I use GSX from DreamTeam and FS2Crew: Ultimate Ground Crew X.
Both work perfectly. GSX has a larger scope and what's cool about FS2Crew is that I can operate it with voice control (relatively high learning curve).
Greetings
Stephan

P3D V5.4, Skalarki FCU, MCDU, RMP, ECAM, TCAS, own OVH-Panel and MIP with Leo Bodnar and Arduino, Thrustmaster TCA Captain Pack Airbus Edition, Thrustmaster TPR Pendular Rudder
P.S. translate by google
dkreiskott
Posts: 220
Joined: Thu Dec 15, 2022 11:11 am
Location: Germany \ near EDDL
Contact:

Re: Pushback Software

Post by dkreiskott »

Hi Sebastian,
I also use GSX for ground services. Instead of FS2Crew, however, I use Multi Crew Experience for voice control if desired. MCE probably also has more functions for controlling the home cockpit by voice.
You can take a look here: https://a320-simulator.de/software/das- ... t-spricht/
Regards
Dieter

A320 cockpit Prepar3d v5.4 with full voice control for ATC and ground crew
Developer of EWD Overlay and Home Cockpit Builder
michael1508
Posts: 185
Joined: Fri Nov 04, 2022 4:07 pm
Location: EDDL

Re: Pushback Software

Post by michael1508 »

Hi Sebastian,

Welcome on board and to our Jeehell family! :-)

As you know, I am using the Pushback Panel from Skalarki. I would love to use GSX, because they come with so many nice features. But I don't like at all
is, that I would have to use the on-screen menu.

@Dieter, can you control GSX completely via voice without using their on-screen menu? And would that be with MCE or Vox ATC? And could I use MCE parallel to Vatsim?

Michael
Regards
Michael

P3D v5.4 | Skalarki | 3 projector 180° screen | i9-13900k | RTX 4080
gillesaqsim
Posts: 92
Joined: Fri Nov 04, 2022 5:36 pm

Re: Pushback Software

Post by gillesaqsim »

Hi,
personally I use a 4 positions switch such as a Chinese joystick hat. I go through the Sioc to operate fsuipc offsets. it is practical and discreet and I placed it on the pedestal.
regards
dkreiskott
Posts: 220
Joined: Thu Dec 15, 2022 11:11 am
Location: Germany \ near EDDL
Contact:

Re: Pushback Software

Post by dkreiskott »

Hello Michael,

Yes, in principle I can control GSX with voice via MCE. I know that some people who use MCE also work with VATSIM, that's not a problem.
MCE also offers the option of creating your own voice commands using an additional tool, which is what I did so that I didn't just have to only work with the MCE commands.

The GSX window still pops up. I solved this for myself by moving it to the very left side of my three monitors, so it no longer appears directly in my field of vision.

I have a short video with an example of external power on my website that you can use to see how MCE and GSX work together.
https://a320-simulator.de/homecockpit/j ... e-und-gsx/

This example works with a script I created myself.
You can also just call me about it and I can explain it to you.
Regards
Dieter

A320 cockpit Prepar3d v5.4 with full voice control for ATC and ground crew
Developer of EWD Overlay and Home Cockpit Builder
michael1508
Posts: 185
Joined: Fri Nov 04, 2022 4:07 pm
Location: EDDL

Re: Pushback Software

Post by michael1508 »

Thanks Dieter, will do!

Michael
Regards
Michael

P3D v5.4 | Skalarki | 3 projector 180° screen | i9-13900k | RTX 4080
Seppl1209
Posts: 20
Joined: Tue Nov 26, 2024 12:53 pm

Re: Pushback Software

Post by Seppl1209 »

Hey guys,
Thanks for the nice welcome.
As long as I don't have the pushback and refuel panel from Skalarki, these are really good alternatives.
I will definitely give it a try.
Many thanks to you all.
Sebastian
kholt
Posts: 25
Joined: Mon Dec 25, 2023 4:09 am

Re: Pushback Software

Post by kholt »

I just got a response from Brian at SayIntentions.AI that he thinks it should be easy for them to add support for P3D in their new pushback feature. In MSFS it is amazing. You can just talk to the ground crew and it puts you right on the taxiway without all the drama that comes with trying to get GSX to work correctly. If he does end up adding P3D support for pushback this will be the best solution by far. Yes, it’s expensive, but their AI based ATC is getting so good it’s scary sometimes, and it does support P3D v6 already. I hope they will do this.
tcz
Posts: 14
Joined: Mon Dec 05, 2022 9:19 am

Re: Pushback Software

Post by tcz »

gillesaqsim wrote: Fri Nov 29, 2024 9:32 am Hi,
personally I use a 4 positions switch such as a Chinese joystick hat. I go through the Sioc to operate fsuipc offsets. it is practical and discreet and I placed it on the pedestal.
regards
can you give some more details / pics about your solution? 😇
Regards,
Thomas
gillesaqsim
Posts: 92
Joined: Fri Nov 04, 2022 5:36 pm

Re: Pushback Software

Post by gillesaqsim »

//***** PUSHBACK *****//

var 3000, name Pushback_fs, Link FSUIPC_INOUT, Offset $31F4, Length 4
Var 3001, name PbUp_sw, Link IOCARD_SW, Device 0, Input 141, Type P // up to stop push Back
{
&Pushback_fs = 3
}
Var 3002, name PbDown_sw, Link IOCARD_SW, Device 0, Input 142, Type P // down to active strait pb
{
&Pushback_fs = 0
}
Var 3003, name PbLeft_sw, Link IOCARD_SW, Device 0, Input 140, Type P // continue the Push back in the axis for 10 seconds then send the rear of the plane to the side of the button press
{
&Pushback_fs = 1
}
Var 3004, name PbRight_sw, Link IOCARD_SW, Device 0, Input 135, Type P // same
{
&Pushback_fs = 2
}
Image
Of couse you need to have fsuipc installed to your p3d pc and use fsuipc support active in jeehell software.
best regard
gilles
Post Reply