逻辑规则的初步增加工能:
1)规则的界面的增删改查 2)规则服务的初步测试,目前测试是OK的
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using CapMachine.Model.CANLIN;
|
||||
using CapMachine.Model.CANLIN;
|
||||
using CapMachine.Wpf.CanDrive;
|
||||
using ImTools;
|
||||
using Prism.Ioc;
|
||||
@@ -195,7 +195,7 @@ namespace CapMachine.Wpf.Services
|
||||
{
|
||||
if (ToomossCanDrive.OpenState)
|
||||
{
|
||||
if (ToomossCanDrive.IsCycleSend == false)
|
||||
if (ToomossCanDrive.IsCycleSend == false)//要防止多次启动导致的问题,来回转换
|
||||
{
|
||||
if (CmdData.Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user