Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Aerosoft CRJ700 APU - Saitek Switch panel

Discussion about Problems.
Forum rules
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html

Do NOT hijack other people threads, until you have exactly the same problem!
Locked
SimPilotTrev
Passenger
Posts: 4
Joined: 16 Aug 2016, 19:11
Status: Offline

Aerosoft CRJ700 APU - Saitek Switch panel

Post by SimPilotTrev » 30 Apr 2019, 18:01

Hello
I wonder if somebody might be able to assist me with a slight problem I am having programming the 'Avionics Master' switch on the panel for switching on and off the APU. The script I am using is shown below:

Switch ON - Set ASCRJ_APUPWRFUEL (LVAR) to 1
Set APU_DOOR_POS (LVAR) to 25
Set ASCRJ_APU_STARTSTOP (LVAR) to 1

Switch OFF - Set ASCRJ_APU_STARTSTOP (LVAR) to 0
Set ASCRJ_APU_PWRFUEL (LVAR) to 0
Set APU_DOOR_POS (LVAR) to 0

Although the APU doors open and the APU switches on, when I switch off, the APU will correctly close down but the APU door remains open and will only close if I then move the switch to ON again - thankfully without the APU coming on again.

I have used the SPAD monitor to see the APU_DOOR_POS (LVAR) 'Number' change from 0 to 25 for ON so I think I must be using the right criteria but perhaps something is missing?

If anybody could help, it will be very much appreciated.

Thank you.
Trevor

Flightsim is P3Dv4.4

lesoreilly
Captain
Posts: 272
Joined: 31 Jul 2015, 01:07
Status: Offline

Re: Aerosoft CRJ700 APU - Saitek Switch panel

Post by lesoreilly » 12 May 2019, 20:37

Maybe try putting a delay In so that it can wait a bit before sending the door event?

Locked