Last active
November 7, 2024 11:19
-
-
Save fredvol/dc0b0ad1fcf51e1a8f326bf76c6b9a75 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", | |
"upper_surface": "OK , small insect holes", | |
"lower_surface": "OK ", | |
"internal_structure": "OK ", | |
"line_sttachement_points": "OK ", | |
"lines": "damaged , to be changed ", | |
"risers": "used" | |
}, | |
"porosimeter_model": "JDC mk2", | |
"porosity": [ | |
{ | |
"side": "upper", | |
"panel": "4", | |
"value": 157 | |
}, | |
{ | |
"side": "lower", | |
"panel": "7", | |
"value": 57 | |
} | |
], | |
"tears_strength": [ | |
{ | |
"side": "upper", | |
"panel": "4_1", | |
"result": "OK" | |
}, | |
{ | |
"side": "lower", | |
"panel": "7_2", | |
"result": 1600 | |
} | |
], | |
"line_strength": [ | |
{ | |
"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_range": { "min": 80, "max": 95 } , | |
"periodical_inspection_detail": { | |
"interval": "3 years of 150hr", | |
"protocol": "according to PMA standard" | |
}, | |
"line_detail": [ | |
{ | |
"name": "AR1", | |
"material": "8000U_320", | |
"color": "Red", | |
"construction_detail": "loop externally reinforced", | |
"sewn_length": 3254, | |
"minimal_strength": 150, | |
"parent": null | |
}, | |
{ | |
"name": "AM1", | |
"material": "8000U_190", | |
"color": "Red", | |
"construction_detail": "loop reinforced", | |
"sewn_length": 1542, | |
"minimal_strength": 98.7, | |
"parent": "AR1" | |
}, | |
{ | |
"name": "A11", | |
"material": "PPSL 70", | |
"color": "blue", | |
"construction_detail": null, | |
"sewn_length": 745, | |
"minimal_strength": 35, | |
"parent": "AM1" | |
} | |
], | |
"total_line_length": [ | |
{ | |
"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