From 8a7c3a8246e92089e3cd5986432577417feb63b7 Mon Sep 17 00:00:00 2001 From: gtraja Date: Tue, 8 Oct 2024 14:45:34 -0500 Subject: [PATCH] Part Vertices - rpm bug - fixed --- src/knowledge-graph/data/vertices/v_part.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knowledge-graph/data/vertices/v_part.csv b/src/knowledge-graph/data/vertices/v_part.csv index dd98268..a165d9f 100644 --- a/src/knowledge-graph/data/vertices/v_part.csv +++ b/src/knowledge-graph/data/vertices/v_part.csv @@ -1,2 +1,2 @@ ~id, ~label, name:String, efficiencyinpercent:Double, maxrpm:Int, powerconsumptioninwatts:Int, minvoltage:Int, maxvoltage:Int, anomaly:String, trendhistorical:String, commonfailuremodes:String, nextscheduledmaintenance:Date, failureprobability:String -"Turbo-Motor-11234", Part, "Turbo-Motor-11234", 85.0, 5000, 30, 12, 24, "An anomaly was detected in the motor vibration pattern deviating by 10% based on he historical baseline", "A decreasing trend in motor's efficiency was identified over the past month indicating potential issues. This trend prompts a closer inspection and proactive maintenance", "1.Vibration Issues 2.Corrosion 3.Bearing wear 4.Material Fatigue 5.Cracks 6.Seal Failures", 2024-12-23, "The current probability of a failure in the motor within next 50 hours is 9%" \ No newline at end of file +"Turbo-Motor-11234", Part, "Turbo-Motor-11234", 85.0, 10000, 30, 12, 24, "An anomaly was detected in the motor vibration pattern deviating by 10% based on he historical baseline", "A decreasing trend in motor's efficiency was identified over the past month indicating potential issues. This trend prompts a closer inspection and proactive maintenance", "1.Vibration Issues 2.Corrosion 3.Bearing wear 4.Material Fatigue 5.Cracks 6.Seal Failures", 2024-12-23, "The current probability of a failure in the motor within next 50 hours is 9%" \ No newline at end of file