In the threads that I looked at on hydraulic systems, I didn't find anything similar to this.
This is a plane with four piston engines.
I wanted to have pumps on engines two and three only, so I changed the engine_map in an aircraft.cfg to this:
XMLTools Logger records the following with four engines running at full throttle:
If the engine_map is set to 1,1,1,1 then all four variables return a value.
While trying various combinations, I found that if I set it to 0,1,1,1 then variables for engines one, two and three return values. The same as I get, and would expect, from 1,1,1,0.
Have I done something incorrectly, or is there a problem with certain engine maps?
TIA
This is a plane with four piston engines.
I wanted to have pumps on engines two and three only, so I changed the engine_map in an aircraft.cfg to this:
Code:
[hydraulic_system]
normal_pressure = 2600
electric_pumps = 0
engine_map = 0,1,1,0
XMLTools Logger records the following with four engines running at full throttle:
Code:
(A:ENG HYDRAULIC PRESSURE:1, psi) 2498.6
(A:ENG HYDRAULIC PRESSURE:2, psi) 2503.5
(A:ENG HYDRAULIC PRESSURE:3, psi) 0.
(A:ENG HYDRAULIC PRESSURE:4, psi) 0.
If the engine_map is set to 1,1,1,1 then all four variables return a value.
While trying various combinations, I found that if I set it to 0,1,1,1 then variables for engines one, two and three return values. The same as I get, and would expect, from 1,1,1,0.
Have I done something incorrectly, or is there a problem with certain engine maps?
TIA




