瀏覽代碼

1

JXJAgvReake
pry 1 年之前
父節點
當前提交
70b008a545
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      DosingSystem/Model/DeviceInquire.cs

+ 4
- 1
DosingSystem/Model/DeviceInquire.cs 查看文件

@@ -147,7 +147,10 @@ namespace BPASmartClient.DosingSystem
else Json<DevicePar>.Data.BaseParModel.NetworkSegAddress = IPSegment;
//TestData();
IpAddressLines();
SiemensDevice.GetInstance.Connect(Json<DevicePar>.Data.BaseParModel.DeviceAddress);
Task.Factory.StartNew(() =>
{
SiemensDevice.GetInstance.Connect(Json<DevicePar>.Data.BaseParModel.DeviceAddress);
});
DeviceDataInit();
TaskManage.GetInstance.StartLong(new Action(() =>
{


Loading…
取消
儲存