PDA

View Full Version : pmsystem logic for fspassanger



AchillesP
02-18-2009, 01:53 PM
Hi,

with the below logic you can handle the nosmoking and seatbelt of fspassanger throu the pmsystems nosmoking and seatbelts buttoms.

if nosmoking = 1 then
nosmokingsign = 1
fsnosmoking = 1
else
nosmokingsign = nosmoking > 0
endif
fsnosmoking = (nosmoking = 1) or (nosmoking = 2)

if seatbelts = 1 then
seatbeltsign = (fsaltitude < 15000) and (fsstartflag1 or fsstartflag2)
else
seatbeltsign = seatbelts > 0
endif
fsseatbelts = (seatbelts = 1) or (seatbelts = 2)

**You must delete the nosmoking and seatbelts logic that comes with pmsys737.lgc

Insert inside sysvar.txt the below lines at the buttom of the file.

//My offsets
341D 1 fsSeatbelts
341C 1 fsNoSmoking

Jackpilot
02-18-2009, 02:25 PM
I get the overhead belts and smoke buttons working (chime and message on the Engines DU) by interfacing them to Ctrl-B and Ctrl-S
No PMSystem No FSpassengers though.
If that can help someone too.
Cheers

dylanitaly
08-29-2009, 11:16 AM
Hi Achilles, I have Pmsystems and Fspassengers and tryed your solution to switch the seatbelts on together but it doesn't work. I mean no change in Fspassengers but ok in Pmsystems. Can you please help me? Do i miss something?

Thanks
Fabrizio

oal331
12-09-2009, 05:52 AM
Hi Achilles, I have Pmsystems and Fspassengers and tryed your solution to switch the seatbelts on together but it doesn't work. I mean no change in Fspassengers but ok in Pmsystems. Can you please help me? Do i miss something?

Thanks
Fabrizio

Fabrizio, or Achilles, do you have any news about this?

regards

Eddie

AchillesP
12-09-2009, 06:34 AM
If you are using FS9 it will not work because there is no fsuipc offsets for seatbelts. So, it works only at FSX


Fabrizio, or Achilles, do you have any news about this?

regards

Eddie

oal331
12-09-2009, 07:23 AM
Thanks for reply,

i'm still flying with Fs9, even i have bought FSX. Maybe it will be better after 2-3 years!!

Eddie