Hi,
i use version 1.7. Today after some auto tune it seams to me like the skyline has written wrong values into his settings.
The skyline software crashes when i select the com port and starts to read/parse the config stored on the skyline.
See below. I also tried to install firmwares 1.3, 1.6 and 1.7 again hoping to get back the default values. But no luck. The firmware gets installed but again after reading the values from the skyline the software crashes. I can't reset to default since the skyline software crashes before.
Do somebody known if it is possible to connect to skyline direct with a terminal to reset the values by hand. Or has any idea how to do this ? And what values are the default ones ?
best
micha
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '65175' 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 WindowsApplication1.frmMain.readAllSettings()
at WindowsApplication1.frmMain.Connect(String port)
at WindowsApplication1.frmMain.cmdUpdate_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.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)