Know instantly whether your aircraft can safely operate on a given pavement. ACR/PCR & ACN/PCN — one tool, one answer.
Pavement strength data is coded, technical, and not directly usable without expertise.
Instant, reliable pavement strength assessment — in seconds.
Both modern and legacy pavement classification systems in one tool
Comprehensive database — Boeing, Airbus, Embraer, Bombardier, and more
ACR/PCR: 10% overload. Legacy ACN/PCN: 10% flexible / 5% rigid pavement
Generate shareable calculation reports with full aircraft and pavement details
Creating valid PCR/PCN codes manually is slow and error-prone — especially under operational pressure.
The Composer is a purpose-built input system that only allows valid entries at each step — ensuring correct codes in seconds.
A real calculation result — from aircraft selection to operational decision.
Many airports still report pavement strength using the legacy PCN system. AeroKitPro handles both — switch between ACR/PCR and ACN/PCN with a single tap.
Integrate weight limit checks into flight planning workflows — via app or REST API.
Verify ACR values against certified data tables. All ICAO aircraft types at your fingertips.
Evaluate runway strength requirements against traffic mix. PCR vs. ACR analysis on demand.
Choose from 250+ ICAO aircraft types — Boeing, Airbus, Embraer, and more. All data verified against official publications.
Input the pavement classification rating from NOTAM or AIP. Supports flexible/rigid pavements, all subgrades, and tire pressure categories.
Maximum allowable weight — with and without ICAO overload allowance. Plus the minimum ACR for any given weight.
Add weight limit calculations to your own tools. Two endpoints, zero complexity. JSON in, JSON out.
/api/v1/weight-limit
/api/v1/aircraft
# Calculate weight limit for PCR 900
curl -X POST https://acrpcr-api.onrender.com/api/v1/weight-limit \
-H "Content-Type: application/json" \
-d '{
"aircraft_iapid": "BOEING-747-8I",
"calc_type": "PCR",
"pcx": {
"value": 900,
"pavement_type": "F",
"subgrade_category": "D",
"tire_pressure": "W",
"evaluation_method": "T"
}
}'
Full ACR/PCR methodology as defined in ICAO Annex 14. Both flexible and rigid pavement classifications.
Aircraft data verified against the FAA's official ICAO-ACR program output. Cross-referenced with manufacturer publications.
Every aircraft entry includes multi-point ACR data across subgrade categories. Linear interpolation for accurate results.
Download the ACR/PCR Calculator and get instant aircraft-pavement compatibility answers.