逻辑规则和CAN结合的更改
This commit is contained in:
@@ -1079,7 +1079,11 @@ namespace CapMachine.Wpf.ViewModels
|
||||
System.Windows.MessageBox.Show("选中LIN配置名称后再操作", "提示", System.Windows.MessageBoxButton.OK, System.Windows.MessageBoxImage.Hand);
|
||||
return;
|
||||
}
|
||||
|
||||
if (LinDriveService.ToomossLinDrive.IsCycleSend)
|
||||
{
|
||||
System.Windows.MessageBox.Show("正在循环发送中,此时编辑可能会出现错误,请关闭循环发送后再操作", "提示", System.Windows.MessageBoxButton.OK, System.Windows.MessageBoxImage.Hand);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (Par)
|
||||
{
|
||||
@@ -1214,6 +1218,11 @@ namespace CapMachine.Wpf.ViewModels
|
||||
System.Windows.MessageBox.Show("选中LIN配置名称后再操作", "提示", System.Windows.MessageBoxButton.OK, System.Windows.MessageBoxImage.Hand);
|
||||
return;
|
||||
}
|
||||
if (LinDriveService.ToomossLinDrive.IsCycleRevice)
|
||||
{
|
||||
System.Windows.MessageBox.Show("正在循环接受中,此时编辑可能会出现错误,请关闭循环发送后再操作", "提示", System.Windows.MessageBoxButton.OK, System.Windows.MessageBoxImage.Hand);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (Par)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user