Start up options

Locked
bpieke
Posts: 57
Joined: Mon Sep 06, 2010 8:18 am
Start up options

Post by bpieke » Wed May 23, 2018 6:35 am

I find that if I start the aircraft with engines running, that I have a Pilot, Chocks, and Pitot Covers showing.

I then manually have to remove the Chocks, and Pitot Covers.

It that what is intended?

Krazycolin
Site Admin
Posts: 1728
Joined: Mon Sep 08, 2008 4:18 pm
Re: Start up options

Post by Krazycolin » Wed May 23, 2018 10:55 am

Are you using the AMS to set it as Ready to Fly?

bpieke
Posts: 57
Joined: Mon Sep 06, 2010 8:18 am
Re: Start up options

Post by bpieke » Wed May 23, 2018 3:04 pm

There is only an option to choose "Cold and Dark" which is unticked..

JonathanBleeker
Posts: 3446
Joined: Sat Mar 13, 2010 7:38 pm
Re: Start up options

Post by JonathanBleeker » Wed May 23, 2018 3:12 pm

Unticked is ready to fly yes.

bpieke
Posts: 57
Joined: Mon Sep 06, 2010 8:18 am
Re: Start up options

Post by bpieke » Wed May 23, 2018 4:15 pm

I wonder if the variables are set correctly for the chosen scenario..

The following settings gives me a pilot, and no chocks and pitot covers, which I would expect with engines running:

0 (>L:C310_Pilot,bool)
0 (>L:C310_Chocks,bool)
0 (>L:C310_Covers,bool)

Edit: the default in the C310_logic file is:

0 (>L:C310_Pilot,bool)
1 (>L:C310_Chocks,bool)
1 (>L:C310_Covers,bool)

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Start up options

Post by Raller » Wed May 23, 2018 5:50 pm

I made it like this to make it more handy:

<!-- COLD AND DARK -->
(L:C310_ColdDark, bool) (L:FirstLoad,bool) ! and (A:SIM ON GROUND,bool) and
if{
1 (>L:C310_Pilot,bool)
1 (>L:C310_Chocks,bool)
1 (>L:C310_Covers,bool)
.
.
.

<!-- Flip Magnetos if Engines are Running when loaded -->
(L:C310_ColdDark, bool) ! (L:FirstLoad,bool) ! and (A:SIM ON GROUND,bool) ! or
if{
0 (>L:C310_Pilot,bool)
0 (>L:C310_Chocks,bool)
0 (>L:C310_Covers,bool)
50 (>L:SwitchEngLts, enum)
30 (>L:SwitchRadioLts, enum)
50 (>L:SwitchFLTLts, enum)
30 (>L:SwitchPNLLts, enum)
.
.
.

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Start up options

Post by N4GIX » Thu May 24, 2018 1:07 am

I had to invert the logic for both the chocks and the covers. They were showing up in a multiplayer session. The next Service Release will have those init values correctly set. ;)

Joshsum
Posts: 10
Joined: Fri Dec 16, 2016 12:10 pm
Re: Start up options

Post by Joshsum » Sat May 26, 2018 12:57 pm

Since the last update when I load in cold and dark there are no chocks or covers and all the click spots on the F3 window are red. This only happened after the update last week for the multiplayer issue. Also if you accidentally hit the parking brake when in flight your sim will just sit there and the plane wont move. I have ck with others that have the plane and they all have the same conditions.

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Start up options

Post by N4GIX » Sat May 26, 2018 2:10 pm

How does one "accidentally hit the parking brakes?" :?
In any case, the parking brakes set attitude freeze as well as lat/long freeze to prevent aircraft movement when doing engine run ups. I'll check the logic to disable those functions when off the ground.

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Start up options

Post by Raller » Sat May 26, 2018 3:13 pm

Hi,
this is exactly my Problem that i reported under the Topic "Parking Brakes and the Landing Gear Suspension"
viewtopic.php?f=142&t=9461

The Airplane freezes (Sound, Propeller and everything else is working) and that happen airborn but also on the Ground.

Thats why i thought, the Airplane does not swing back after i hit the Parking-Brakes. Now i know, the whole Airplane freezes!

Thanks that i am not the only one who noticed that :P

PS: of course nobody hits the Parking-Brakes airborn, but thats the way to demonstrate the problem!

Joshsum
Posts: 10
Joined: Fri Dec 16, 2016 12:10 pm
Re: Start up options

Post by Joshsum » Sun May 27, 2018 1:17 pm

N4GIX wrote:
Sat May 26, 2018 2:10 pm
How does one "accidentally hit the parking brakes?" :?
In any case, the parking brakes set attitude freeze as well as lat/long freeze to prevent aircraft movement when doing engine run ups. I'll check the logic to disable those functions when off the ground.
I have a sim pit and while reaching over to hit a switch I accidentally switched on the parking brake. I hope that answers your ?. Josh

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Start up options

Post by N4GIX » Sun May 27, 2018 2:59 pm

Joshsum wrote:
Sun May 27, 2018 1:17 pm
I have a sim pit and while reaching over to hit a switch I accidentally switched on the parking brake. I hope that answers your ?. Josh
Ah, I see said the blind man. In any case, I've now added logic to disable the parking brake's effect(s) while off the ground. It will be in the next Service Release when completed. ;)


Locked

Return to “310 Redux Support Forum”