Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 5842622d authored by Markus Quaritsch's avatar Markus Quaritsch Committed by Michael KRISPER
Browse files

fix: loading overload speed and show as rpm

parent 8233774a
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ Public Class ElectricMotorForm ...@@ -178,7 +178,7 @@ Public Class ElectricMotorForm
tbInertia.Text = engine.Inertia.ToGUIFormat() tbInertia.Text = engine.Inertia.ToGUIFormat()
tbOverloadTq.Text = If(engine.OverloadTorque?.Value().ToGUIFormat(), "") tbOverloadTq.Text = If(engine.OverloadTorque?.Value().ToGUIFormat(), "")
tbOvlSpeed.Text = If(engine.OverloadTestSpeed?.Value().ToGUIFormat(), "") tbOvlSpeed.Text = If(engine.OverloadTestSpeed?.AsRPM.ToGUIFormat(), "")
tbOvlTime.Text = engine.OverloadTime.Value().ToGUIFormat() tbOvlTime.Text = engine.OverloadTime.Value().ToGUIFormat()
tbContTq.Text = engine.ContinuousTorque.ToGUIFormat() tbContTq.Text = engine.ContinuousTorque.ToGUIFormat()
tbRatedSpeed.Text = engine.ContinuousTorqueSpeed.AsRPM.ToGUIFormat() tbRatedSpeed.Text = engine.ContinuousTorqueSpeed.AsRPM.ToGUIFormat()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment