Results 11 to 20 of 32
Thread: Can this be done?
-
05-27-2008, 05:49 PM #11
-
05-27-2008, 06:16 PM #12
-
05-28-2008, 04:32 AM #13
Hi,
If I understand well, when battery is closed you want the PFD/GC screens to be blank and when the battery is on the sceens to go on with auto dimming.
In this way it is possible throu the PFD/GC menu. Press Esc to enter the menu then enter OpenGl oprion and check the and check opengl dimming
-
05-28-2008, 05:18 AM #14
This are events you can program in PMSystem I think.
B. rgds
Michel_______________________________________________
Michel VANDAELE
msn : michelmvd@hotmail.com
website B744 : users.telenet.be/michel.vandaele/sim1.htm
general website : users.telenet.be/michel.vandaele
my spaces: http://michelmvd.spaces.live.com/
email : michelmvd@hotmail.com
-
05-28-2008, 08:14 AM #15
-
05-28-2008, 01:13 PM #16
Somethink like that or similar should work
[logics]
55F0 0 CPFD
55F0 1 CND
55F0 2 UECAM
55F0 3 LECAM
55F0 4 FND
55F0 5 FPFD
if (genbus1 = 0) or (genbus2 = 0)
then
CPFD = 0
CND = 0
UECAM = 0
LECAM = 0
FND = 0
FPFD = 0
else
CPFD = 100
CND = 100
UECAM = 100
LECAM = 100
FND = 100
FPFD = 100
endif
-
Post Thanks / Like - 3 Thanks, 0 Likes, 0 Dislikes
-
05-28-2008, 02:00 PM #17
Of course... Pmsystems comes through again...
Great stuff, Thanks.________________________
Trevor Hale
-
05-31-2008, 11:30 PM #18
- Join Date
- Aug 2007
- Location
- Aussieland
- Posts
- 46
-
06-02-2008, 10:39 AM #19
- Join Date
- Sep 2007
- Location
- Belgium
- Posts
- 97
in the 737 logics file, should i add all these lines in it, and does it mather where i place all the lines ?
Phil.
[logics]
55F0 0 CPFD
55F0 1 CND
55F0 2 UECAM
55F0 3 LECAM
55F0 4 FND
55F0 5 FPFD
if (genbus1 = 0) or (genbus2 = 0)
then
CPFD = 0
CND = 0
UECAM = 0
LECAM = 0
FND = 0
FPFD = 0
else
CPFD = 100
CND = 100
UECAM = 100
LECAM = 100
FND = 100
FPFD = 100
endif
-
06-02-2008, 04:39 PM #20
I was just about to ask the same question. 777/767
James