Explorar el Código

1

JXJAgvReake
pry hace 1 año
padre
commit
70b008a545
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      DosingSystem/Model/DeviceInquire.cs

+ 4
- 1
DosingSystem/Model/DeviceInquire.cs Ver fichero

@@ -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(() =>
{


Cargando…
Cancelar
Guardar