Forked from fredvol/pma_InspectionBody_manufcaturer.json
Last active
November 7, 2024 12:02
-
-
Save StuYarrow/6cfcacfc305d3a856e7607776582ed95 to your computer and use it in GitHub Desktop.
Pma_proposal_manufacturer_to_Iinspection_body
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_comment": "Template inspection_body to manufactuer", | |
"manufacturer": "BestGlider", | |
"model": "Tornado", | |
"size": "ML", | |
"standard_version": "PMA 2022", | |
"serial_number": "TOR_21147_H", | |
"inspection_date": "2022-03-15 14:25:00", | |
"visual_inspection_stickers": "OK", | |
"visual_inspection_upper_surface": "OK , small insect holes", | |
"visual_inspection_lower_surface": "OK ", | |
"visual_inspection_internal_structure": "OK ", | |
"visual_inspection_line_attachment_points": "OK ", | |
"visual_inspection_lines": "damaged , to be changed ", | |
"visual_inspection_risers": "used", | |
"porosimeter_model": "JDC mk2", | |
"porosity_upper_panel": "4", | |
"porosity_upper_value": 157, | |
"porosity_lower_panel": "7", | |
"porosity_lower_value": 57, | |
"tear_strength_upper_panel": "4_1", | |
"tear_strength_upper_result": "OK", | |
"tear_strength_lower_panel": "7_2", | |
"tear_strength_upper_result": "1600", | |
"line_strengths": [ | |
{ | |
"name": "AR1", | |
"value": 178 | |
}, | |
{ | |
"name": "AM2", | |
"value": 97 | |
} | |
], | |
"total_line_geometry": [ | |
{ | |
"name": "A1", | |
"total_length": 7231 | |
}, | |
{ | |
"name": "A2", | |
"total_length": 7217 | |
}, | |
{ | |
"name": "A3", | |
"total_length": 7208 | |
} | |
], | |
"modifications": "Any comments", | |
"comment": "Any comments" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_comment": "Template Manufactuer to Inspection Body", | |
"PMA_file_format":"2023.3.0", | |
"manufacturer": "BestGlider", | |
"model": "Tornado", | |
"size": "ML", | |
"weight_min": 80, | |
"weight_max": 95, | |
"inspection_interval": "3 years of 150hr", | |
"inspection_protocol": "according to PMA standard", | |
"line_details": [ | |
{ | |
"name": "AR1", | |
"material": "8000U_320", | |
"color": "Red", | |
"construction_details": "loop externally reinforced", | |
"sewn_length": 3254, | |
"minimum_strength": 150, | |
"parent": null | |
}, | |
{ | |
"name": "AM1", | |
"material": "8000U_190", | |
"color": "Red", | |
"construction_details": "loop reinforced", | |
"sewn_length": 1542, | |
"minimum_strength": 98.7, | |
"parent": "AR1" | |
}, | |
{ | |
"name": "A11", | |
"material": "PPSL 70", | |
"color": "blue", | |
"construction_details": null, | |
"sewn_length": 745, | |
"minimum_strength": 35, | |
"parent": "AM1" | |
} | |
], | |
"total_line_lengths": [ | |
{ | |
"name": "A1", | |
"total_length": 7254 | |
}, | |
{ | |
"name": "A2", | |
"total_length": 7235 | |
}, | |
{ | |
"name": "A3", | |
"total_length": 7212 | |
} | |
], | |
"comment": "Any comments" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment