CAN 变化更改和物性的更改
This commit is contained in:
@@ -314,7 +314,7 @@ namespace CapMachine.Wpf.Services
|
||||
if (CmdData.Count > 0)
|
||||
{
|
||||
//把指令数据赋值给CAN 驱动
|
||||
ToomossCanDrive.LoadCmdDataToDrive(CmdData);
|
||||
ToomossCanDrive.CmdData = CmdData;
|
||||
|
||||
if (ToomossCanDrive.SchEnable)
|
||||
{
|
||||
@@ -337,7 +337,7 @@ namespace CapMachine.Wpf.Services
|
||||
}
|
||||
ToomossCanDrive.ListCANScheduleConfig = ListCANScheduleConfig!;
|
||||
ToomossCanDrive.StartSchedule();
|
||||
ToomossCanDrive.StartCycleUpdateCmd();
|
||||
//ToomossCanDrive.StartCycleUpdateCmd();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -1,19 +1,11 @@
|
||||
using CapMachine.Core;
|
||||
using CapMachine.Shared.Controls;
|
||||
using CapMachine.Wpf.Models.PPCalc;
|
||||
using CapMachine.Wpf.Models.Tag;
|
||||
using CapMachine.Wpf.PPCalculation;
|
||||
using NLog;
|
||||
using Prism.Events;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Services.Dialogs;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using NLog;
|
||||
|
||||
namespace CapMachine.Wpf.Services
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user