feat: 25 Norm-Pflichtmassnahmen (Mandatory=true)
Neue Kategorie: Massnahmen die durch harmonisierte Normen VORGESCHRIEBEN sind. Abweichung = Verlust der Konformitaetsvermutung. Pressen: Zweihandschaltung, Stoesselabsturzsicherung, Schutztuere Roboter/Cobot: Kraft-/Geschwindigkeitsbegrenzung, Sicherheitsscanner Aufzuege: Fangvorrichtung, Geschwindigkeitsbegrenzer, Puffer Gabelstapler: Redundante Lastaufnahme, Kippschutz Holz: Spaltkeil, Saegeblattschutzhaube Krane: Ueberlastsicherung, Endschalter Allgemein: Not-Halt, Hauptschalter, Schutzleiter, PL/SIL-Nachweis AGV: Personenerkennung, Notbremse Kettensaege: Kettenbremse Fahrtreppe: Kammplatte Druckgeraete: Sicherheitsventil Schweissen: Leerlaufspannungsbegrenzung Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -179,6 +179,12 @@ type ProtectiveMeasureEntry struct {
|
||||
Examples []string `json:"examples,omitempty"`
|
||||
NormReferences []string `json:"norm_references,omitempty"`
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
// Mandatory indicates this measure is REQUIRED by a harmonized standard.
|
||||
// When true, the measure must be implemented if the referenced norm is applied.
|
||||
// The norm creates a "presumption of conformity" — deviating requires the
|
||||
// manufacturer to independently prove equivalent safety.
|
||||
Mandatory bool `json:"mandatory,omitempty"`
|
||||
MandatoryNorm string `json:"mandatory_norm,omitempty"` // e.g. "EN 1726-1 Kap. 5.3"
|
||||
}
|
||||
|
||||
// ValidateMitigationHierarchyRequest is the request for hierarchy validation
|
||||
|
||||
Reference in New Issue
Block a user