Technical Documentation

Comprehensive engineering standards, material data, integration protocols, and specification guides for MetalCore Manufacturing partners.

Overview

Welcome to MetalCore's official technical documentation. This resource provides engineers, procurement specialists, and integration teams with standardized specifications, file format requirements, quality protocols, and API/EDI connectivity details.

📌 Note: All specifications are subject to revision. Current version is v2.4.1 (Updated: Oct 2025). Please verify material certs and drawing revisions before quoting.

Standards & Certifications

MetalCore operates under globally recognized quality and safety management systems. All production facilities are audited annually.

ISO 9001:2015 AS9100D Rev D IATF 16949:2016 ISO 13485:2016 NADCAP ITAR Registered
StandardScopeAudit FrequencyApplicable Lines
ISO 9001:2015Quality ManagementAnnualAll Facilities
AS9100DAerospace QualityBi-AnnualCNC, Assembly, HT
IATF 16949Automotive QMSAnnualStamping, Injection, MIM
ISO 13485Medical DevicesAnnualClean Room 100/10K

Material Specifications

Standard stock materials available for immediate processing. Custom alloys require 10-14 day lead time for raw material procurement.

MaterialGrade/TempersTensile Strength (MPa)Max Temp (°C)Common Applications
Aluminum6061-T6, 7075-T6310 - 572150Structural, Enclosures, Brackets
Stainless Steel304, 316L, 17-4PH515 - 1300800Medical, Chemical, Marine
TitaniumGrade 5 (Ti-6Al-4V)900 - 1100350Aerospace, Implants, High-Load
SuperalloyInconel 718, X7501200 - 1400700Turbine, Exhaust, High-Heat
⚠️ Traceability: All critical materials require certified Mill Test Reports (MTRs) and heat-lot traceability. Request via purchase order line notes.

CAD & CAE Guidelines

Optimize your designs for manufacturability. Adhering to these guidelines reduces quoting time by up to 60%.

  • Preferred: STEP 214 (.step, .stp) with full parametric history
  • Acceptable: IGES (.igs), SolidWorks (.sldprt), CATIA V5/V6
  • 2D Drawings: PDF (vector) + DWG/DXF
  • Prohibited: Proprietary kernel formats, unassociated sketches, merged geometry

Follow the pattern: [PART]-[REV]-[MATERIAL]-[PROCESS]

Example: ACTUATOR-BRAKET-A02-6061T6-CNC

Run the following DFM checks before submission:

  • Minimum wall thickness: 1.5mm (Al), 2.0mm (Steel)
  • Internal corner radii: ≥ 0.5× tool diameter
  • Thread clearances: Standard ISO metric clearance (6H/6g)
  • Avoid undercuts unless specified for multi-setup

Tolerances & Finishes

Standard machining tolerances per ISO 2768-mK unless otherwise specified on drawing.

OperationStandard TolPremium TolSurface Finish (Ra)
CNC Milling±0.127mm±0.025mm1.6 - 3.2 µm
CNC Turning±0.051mm±0.013mm0.8 - 1.6 µm
Sheet Metal±0.15mm±0.075mm1.25 - 2.5 µm
Injection Mold±0.025mm±0.005mm0.4 - 1.0 µm (SPI A-1)

Quality & Inspection

Every batch undergoes first-article inspection (FAI) per AS9102. In-process SPC monitoring is standard for runs >500 units.

  • 3D CMM scanning (±0.005mm accuracy)
  • Optical comparators & laser profilers
  • Material verification via XRF/OES
  • Non-destructive testing (Dye Pen, UT, RT)
  • Full dimensional reports with C of C available upon request

EDI & API Integration

Seamless order tracking, inventory sync, and automated PO submission via REST API or EDI AS2/VAN.

REST API Endpoints

# Base URL https://api.metalcore-mfg.com/v2 # Submit RFQ POST /rfq/create Content-Type: application/json Authorization: Bearer {TOKEN} { "part_number": "MC-BKT-0042", "quantity": 5000, "material": "6061-T6", "cad_url": "s3://client-bucket/part.step", "priority": "standard" }

EDI AS2 Configuration

ParameterValue
MUAsEDI-MetalCore
AS2 IDMC_MFG_AS2
Supported Docs850, 855, 856, 810
EncryptionSHA-256 / RSA-2048

Authentication & Access

All API requests require OAuth 2.0 Client Credentials flow. EDI connections are IP-whitelisted and require mutual TLS.

# Request Access Token POST https://auth.metalcore-mfg.com/oauth/token { "client_id": "your_client_id", "client_secret": "your_client_secret", "grant_type": "client_credentials", "scope": "rfq:write inventory:read" }

Download Center

Access standard templates, inspection reports, and engineering data sheets.

📐 Standard CAD Template

STEP 214 template with pre-configured tolerances, datum references, and title block.

📋 AS9102 FAI Form

Editable PDF/Excel first-article inspection report template.

📊 Material Certs (MTR)

Archive of certified mill test reports for standard stock alloys.

🔗 API Postman Collection

Pre-configured requests, environment variables, and mock responses.

FAQ & Support

How do I request a custom material heat treatment?
Submit a technical inquiry via the RFQ portal with the desired temper, hardness (HRC/HB), and verification method (Rockwell C, Vickers). NADCAP-certified heat treat facilities are available for 10-12 day lead time.
What is the minimum order quantity (MOQ)?
MOQ varies by process: CNC (1 pc), Sheet Metal (25 pcs), Injection Molding (500 pcs), Die Casting (1000 pcs). Prototype runs are available for low-volume validation.
How do I track my EDI/API order status?
Use the GET /orders/{id}/status endpoint or monitor AS2 862 functional acknowledgments. Real-time dashboard access is available for verified accounts.
Who do I contact for urgent engineering support?
Contact our technical support team at tech-support@metalcore-mfg.com or use the priority flag in the portal. Response SLA: <4 hours for critical, <24 hours for standard.