• 热门标签

当前位置: 主页 > 航空资料 > 航空公司 >

时间:2010-09-29 17:02来源:蓝天飞行翻译 作者:admin
曝光台 注意防骗 网曝天猫店富美金盛家居专营店坑蒙拐骗欺诈消费者

this will draw a "multibutton", i.e. a button with an upper and lower lighting display
the upper shows ON with a circle around it, OFF in the lower. X and Y
colours are o = orange, w = white, g = green, b = blue etc.
multibuttonupper
will have the button push activate the upper variable of the multibutton
Project Magenta Revision: 12 March-08
60
multibuttonlower
will have the button push activate the lower variable of the multibutton
textlightbox Text, X, Y, TextFactor, Colour, VariableName, XSize, YSize
textlightbox PRESS,-199.0,-87.8,.8,o,HydEng1Press,8,4
gauge Variable, X, Y, Radius, Max, DegreeStart, DegreeEng,
gauge [variable],[x],[y],[radius],[min],[max],[degreestart],[degreeend],[text],[displayvalue]
(more definitions to come)
Section [logics]
Here we do a lot of the background work that makes the elements change state. The language to describe
the logical connections between variables is similar to what you would expect in BASIC, and the boolean
commands should be easily accessible as well.
Equations:
variable_a = variable_b
variable_a = variable_b + variable_c
variable_a = (variable_b or variable_c) and variable_d
variable_a = variable_b <> variable_c
variable_a = (variable_b < variable_c) and variable_d
Time delayed equations: (sometimes things happen with a slight delay)...
variable_a = variable_b [2]
// this means that the value of variable_b is assigned to the value
// of variable_a 2 (two) seconds after variable_b changed
Conditions:
if (variable_a or variable_b)
____variable_c = variable_b and 1
else
____variable_c = 0
endif
// you can also use if ... then, the then is simply ignored
if (StartSelect = 2) and (bleed1ref <> 0)
____if (fsstartflag1 = 0) and (fscutoff1 <> 0) then
________if fs1n1 < 10 then fsStarter1 = 1
____else
________fsStarter1 = 2
____endif
else
Project Magenta Revision: 12 March-08
61
____fsstarter1 = 0
endif
Special Commands:
variablename = counter targetvalue changepersecond
will increment a variable by changepersecond until it reaches targetvalue
variablename = variablename + elapsed * 10
will increment the variable by 10 times the elapsed seconds since the last check (logics loop)
Project Magenta Revision: 12 March-08
62
General Aviation IFR Panels
GAIFR System Requirements
• 850mzh and above
• Fully compliant OpenGL graphics card
• Colour Depth 16mb and above (ideally 32mb) 1024x680 and above
• WideFS & FSUIPC (Registered full version)
• Network PC to MSFS
• Windows Operating System Win98 and above
• MSFS
• Single or Twin Engine Flight model of your choosing
• Default MSFS panels
The GAIFR panel has been designed to operate at extremely high screen resolutions as well as lower
resolutions. If using the very high resolutions, then system spec may need to be increased considerably.
GAIFR Introduction
The General Aviation Instrument Flight Rules (GAIFR) panel is aimed at instrument rated pilots wishing to
maintain proficiency or for pilots undergoing instrument flight Training within a flight school. The panel of
course can be used for VFR flight as well.
The panel has been designed with a basic set of instruments which should be sufficient for most IFR
procedures. Actual aircraft instruments may differ slightly due to the various manufacturers. The quality
and resolution of the instruments is such that pilots should be able to fly accurate approaches, radials and
all the necessary instrument procedures with a high degree of accuracy required for this type of training.
Advanced features to aid in training have
been implemented such as failure modes.
This will enable pilots to practice typical
flight procedures like simulated Gyro
rundowns or electrical and Pitot/Static Air
failures. Other useful direct options are a
pause mode and simulation rate
alteration. There are short cut keys /
commands for these so they can be
operated either via keyboard, mouse or
by third party hardware professional
training hardware, such as avionics
stacks, dampened control yokes and
throttle systems.
The AP is a basic system found on many
GA aircraft with a HDG hold facility linked
to the HDG BUG on the HI and a current
Altitude hold mode. This will enable the practicing pilot to drop work loads as and when required and focus
on specific learning tasks.
Project Magenta Revision: 12 March-08
63
MSFS simulator must be installed to use this software. There are various options with regard to this
 
中国航空网 www.aero.cn
航空翻译 www.aviation.cn
本文链接地址:Project Magenta USER MANUAL Revision: 12 March-08(21)