Hello, Im trying to confihure EPS directly with robot studio 6.07. I login as safety user then I start configuration and when I select mechanical units - robot and 7 axis I have got next error:
RobotStudio .NET exception: Value of ‘-32’ is not valid for ‘Value’. ‘Value’ should be between ‘Minimum’ and ‘Maximum’.
Parameter name: Value
Base exception: ArgumentOutOfRangeException
Value of ‘-32’ is not valid for ‘Value’. ‘Value’ should be between ‘Minimum’ and ‘Maximum’.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at ABB.Robotics.EPS.Forms.ExtAxisDataDlg..ctor(SingleJoint singleJoint, SingleJointLimit singleJointLim, EPSBasicMechSingle selectedSingle, DataManager dataM)
at ABB.Robotics.EPS.Forms.WizSelectMechUnit.GenerateSingleEPSData()
at ABB.Robotics.EPS.Forms.WizSelectMechUnit.CreateConfiguration()
at ABB.Robotics.EPS.Forms.WizSelectMechUnit.OnNext()
at WizardBase.WizardForm.buttonNext_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
ParamName:Value
Any idea why?
Thanks for the answer,