Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

FSKEEPER sends PIREPS with fuel in kg, but phpvms converts to lbs #87

@macmonty

Description

@macmonty

Hello, i use fskeeper like ACARS service, but always the fuel in phpvms it's on lbs converted.

When export the flight in keeper, the weight fuel it's on kg, but when it's imported in phpvms they convert this value to lbs.

I modified the local.config.php and the admin.config.php with this settings:

Units settings

Config::Set('WeightUnit', '0'); # 0=Kg 1=lbs
Config::Set('DistanceUnit', '2'); # 0=KM 1= Miles 2=NMiles
Config::Set('SpeedUnit', '1'); # 0=Km/H 1=Kts
Config::Set('AltUnit', '1'); # 0=Meter 1=Feet
Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs
Config::Set('WelcomeMessage', 'phpVMS/FSPAX ACARS'); # Welcome Message
Config::Set('LIQUID_UNIT_NAMES', array('liter','gal','kg','lbs'));

But the phpvms PIREPS the fuel stay in lbs.

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions