[RESOLVED] Condition Logic : How Test Engine is shutdown ?

Discussion related to Mission design and creation.
Locked
vince_l07
Posts: 3
Joined: Tue Aug 08, 2017 9:52 am
Location: France

[RESOLVED] Condition Logic : How Test Engine is shutdown ?

Post by vince_l07 »

Hello All,

On a « Area », I added 2 conditions to test:
- Speed < = 1 knot
- Active parking brake = True

Ok, it works well.

Now, I'd like to add a 3 ° condition and test that the engine be completely shutdown.
On « Property name » with filter « Engine », i can’t find the command.

A 4° condition : The door is open … But I think that it is not possible :-)))))

Thanks in advance if anyone can help me.
Regard,
Vincent.

(P3D V4.0 HotFix 1)
User avatar
WarpD
Posts: 1469
Joined: Mon Feb 14, 2011 5:29 am

Re: Condition Logic : How Test Engine is shutdown ?

Post by WarpD »

Check engine combustion variable. Also, you can test for exits being open.
Ed Wilson
Senior Developer
Mindstar Aviation
vince_l07
Posts: 3
Joined: Tue Aug 08, 2017 9:52 am
Location: France

Re: Condition Logic : How Test Engine is shutdown ?

Post by vince_l07 »

Thank you very much for your solution Ed. I'll try tomorrow.
The plane I use in my scenario is a Cessna. "Eng Combustion" is not reserved for a jet?

Regards,
Vincent
vince_l07
Posts: 3
Joined: Tue Aug 08, 2017 9:52 am
Location: France

Re: Condition Logic : How Test Engine is shutdown ?

Post by vince_l07 »

[RESOLVED]
so useful for others, complete syntax:

* Engine Shutdown :
Property : GENERAL ENG COMBUSTION
Units : Enum
Index : 1

Constant :
Type : Boolean
False

* Door Open :

Property : EXIT OPEN
Units : Enum

Constant :
Type : Boolean
True
Locked