Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Weight and balance

Описание

Setup custom weight and balance calculator for your aircraft. Given weight,
and fuel quantity computes whether the aircraft is within limits and plots
where current loading is on the loading envelope.

Shortcode Usage

[weight_and_balance wb_empty_weight=lbs wb_empty_arm=inch-lbs wb_A_arm=lbs
wb_B_arm=inch-lbs wb_C_arm=inch-lbs wb_fuel_arm=inch-lbs wb_fuel_weight=galons wb_bounding_box=»arm,moment arm,moment …»]

Shortcode arguments:

  • Empty weight and arm: wb_empty_weight=lbs and wb_emty_arm=inch-lbs
  • Any number of loading arms: wb_arm and optional default weight for each wb_weight. The weight can be expressed as an expression which is useful for fuel, eg 44*6 as a default weight means 44 gallons times 6 pounds per gallon.
  • A bounding box: Space separated list of arm,moment that describes the acceptable limits. wb_bounding_box=»arm,moment …»

Example:
[weight_and_balance wb_empty_weight=1519.75 wb_empty_arm=83.02 wb_front_arm=90.6 wb_rear_arm=126 wb_fuel_arm=94.8 wb_fuel_weight=52*6 wb_bounding_box=»124,1525 156,1925 214,2400 222,2400 140,1525″]

Disclaimer

Use at your own risk.

Скриншоты

  • Sample Weight and Balance.

Установка

  1. Upload the plugin files to the /wp-content/plugins/weight-and-balance directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Weight and balance» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Weight and balance» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.1.0

  • First release