Files
ds_scp_task_solution/standard/industrial_equipment_standards.json
Aherobo Ovie Victor 0e3e22e8cb Initial commit
2025-07-17 22:20:25 +01:00

152 lines
5.8 KiB
JSON

{
"standards": [
{
"id": "std-101",
"name": "Industrial Equipment Safety Standards",
"description": "Core safety requirements for industrial equipment and machinery",
"requirements": [
{
"id": "req-101-01",
"description": "All equipment must have emergency stop mechanisms within operator reach",
"severity": "critical",
"details": "Emergency stops must be red in color, clearly marked, and accessible from all operating positions"
},
{
"id": "req-101-02",
"description": "Moving parts must be guarded with appropriate safety barriers",
"severity": "critical",
"details": "Guards must be secured with tamper-resistant fasteners and interlocked where applicable"
},
{
"id": "req-101-03",
"description": "Equipment must display appropriate warning labels and safety instructions",
"severity": "major",
"details": "Labels must be in local language and use standardized safety symbols"
},
{
"id": "req-101-04",
"description": "Operating manual must include maintenance schedules and procedures",
"severity": "major",
"details": "Include daily, weekly, monthly, and annual maintenance requirements"
},
{
"id": "req-101-05",
"description": "Equipment noise levels must not exceed 85dB during normal operation",
"severity": "major",
"details": "Measured at operator position under full load conditions"
}
]
},
{
"id": "std-102",
"name": "Quality Control Documentation",
"description": "Documentation requirements for quality control processes",
"requirements": [
{
"id": "req-102-01",
"description": "Each equipment must have a unique serial number and QC tracking code",
"severity": "critical",
"details": "Serial numbers must be permanently marked and recorded in production database"
},
{
"id": "req-102-02",
"description": "Test results must be documented for each critical component",
"severity": "major",
"details": "Include test parameters, results, and operator identification"
},
{
"id": "req-102-03",
"description": "Calibration records must be maintained for all measuring equipment",
"severity": "major",
"details": "Include calibration date, due date, and calibration certificate reference"
},
{
"id": "req-102-04",
"description": "Non-conformance reports must be filed for any quality deviations",
"severity": "major",
"details": "Document root cause analysis and corrective actions taken"
},
{
"id": "req-102-05",
"description": "Quality control procedures must be reviewed annually",
"severity": "minor",
"details": "Update procedures based on audit findings and process improvements"
}
]
},
{
"id": "std-103",
"name": "Environmental Compliance",
"description": "Environmental protection and sustainability requirements",
"requirements": [
{
"id": "req-103-01",
"description": "Equipment must meet current energy efficiency standards",
"severity": "major",
"details": "Comply with ISO 50001 energy management standards"
},
{
"id": "req-103-02",
"description": "Hazardous materials must be properly labeled and documented",
"severity": "critical",
"details": "Include MSDS and handling procedures for all hazardous materials"
},
{
"id": "req-103-03",
"description": "Waste disposal procedures must be documented and followed",
"severity": "major",
"details": "Specify appropriate disposal methods for different waste categories"
},
{
"id": "req-103-04",
"description": "Equipment must not contain prohibited substances",
"severity": "critical",
"details": "Comply with RoHS and REACH regulations"
},
{
"id": "req-103-05",
"description": "Environmental impact assessment must be conducted",
"severity": "major",
"details": "Include carbon footprint and resource consumption analysis"
}
]
},
{
"id": "std-104",
"name": "Technical Documentation Requirements",
"description": "Standards for technical documentation and manuals",
"requirements": [
{
"id": "req-104-01",
"description": "All technical documents must be version controlled",
"severity": "major",
"details": "Include revision history and change log"
},
{
"id": "req-104-02",
"description": "Documentation must be available in specified languages",
"severity": "major",
"details": "Minimum requirement: English, Spanish, and Mandarin"
},
{
"id": "req-104-03",
"description": "Technical specifications must include dimensional drawings",
"severity": "major",
"details": "Provide both metric and imperial measurements"
},
{
"id": "req-104-04",
"description": "Troubleshooting guides must include decision trees",
"severity": "minor",
"details": "Cover common issues and resolution steps"
},
{
"id": "req-104-05",
"description": "Electronic documentation must be searchable",
"severity": "minor",
"details": "Provide PDF with OCR and proper bookmarking"
}
]
}
]
}