diff --git a/ai-compliance-sdk/internal/iace/hazard_patterns_lift_endstop.go b/ai-compliance-sdk/internal/iace/hazard_patterns_lift_endstop.go index 32842a38..ce35a97b 100644 --- a/ai-compliance-sdk/internal/iace/hazard_patterns_lift_endstop.go +++ b/ai-compliance-sdk/internal/iace/hazard_patterns_lift_endstop.go @@ -21,7 +21,7 @@ func GetLiftEndstopPatterns() []HazardPattern { RequiredEnergyTags: []string{"gravitational"}, MachineTypes: liftTypes, GeneratedHazardCats: []string{"mechanical_hazard"}, - SuggestedMeasureIDs: []string{"M600", "M601", "M604", "M141"}, + SuggestedMeasureIDs: []string{"M600", "M601", "M604", "M605", "M606", "M141"}, Priority: 92, ScenarioDE: "Fuss oder Bein des Bedieners gelangt waehrend des Absenkvorgangs unter die " + "Hubplattform. Bei Erreichen der unteren Endlage wird der Fuss zwischen Plattform " + @@ -74,7 +74,7 @@ func GetLiftEndstopPatterns() []HazardPattern { RequiredEnergyTags: []string{"gravitational"}, MachineTypes: liftTypes, GeneratedHazardCats: []string{"mechanical_hazard"}, - SuggestedMeasureIDs: []string{"M602", "M603", "M600", "M141"}, + SuggestedMeasureIDs: []string{"M602", "M603", "M600", "M605", "M141"}, Priority: 90, ScenarioDE: "Beim Hochfahren der Last gelangen Hand oder Koerperteile des Bedieners " + "zwischen die hoechste Position der Hubeinheit (z.B. mit beladener Palette) und " + @@ -101,7 +101,7 @@ func GetLiftEndstopPatterns() []HazardPattern { RequiredEnergyTags: []string{"gravitational"}, MachineTypes: liftTypes, GeneratedHazardCats: []string{"mechanical_hazard"}, - SuggestedMeasureIDs: []string{"M602", "M601", "M141"}, + SuggestedMeasureIDs: []string{"M602", "M601", "M605", "M141"}, Priority: 85, ScenarioDE: "Person befindet sich seitlich neben der Hubeinheit und wird waehrend " + "der Bewegung gegen eine feste Struktur (Regalwand, Stuetze, andere Anlage) gequetscht.",