|
@@ -984,19 +984,7 @@ namespace MOTINOVA_Motor_Factory_Set
|
|
|
}
|
|
|
catch (System.Exception)
|
|
|
{
|
|
|
- label_Step.Text = "电机信息读取失败,测试结束!";
|
|
|
- label_Step.ForeColor = Color.Red;
|
|
|
- button_Start.Enabled = true;
|
|
|
- ErrorSaveLog();
|
|
|
- //关机
|
|
|
- Code[0] = 0xF0;
|
|
|
- SendCmd(0x7FF, 0x16, 0x2201, Code);
|
|
|
- 开ToolStripMenuItem.Checked = false;
|
|
|
- 关ToolStripMenuItem.Checked = true;
|
|
|
- Delay_ms(500);
|
|
|
- //关闭串口
|
|
|
- portsettings_form.closePort();
|
|
|
- return;
|
|
|
+ label_Step.Text = "软件版本信息不完整!";
|
|
|
}
|
|
|
if (string.Equals(FW_Version_Check, FW_Version_Result) == false) //主控版本错误,直接结束
|
|
|
{
|