修改标签路径
This commit is contained in:
@ -453,7 +453,7 @@ namespace DHSoftware
|
||||
cam.CameraIP = cameraBase.CameraIP;
|
||||
cam.IsEnabled = cameraBase.IsEnabled;
|
||||
Cameras.Add(cam);
|
||||
cam.CameraConnect();
|
||||
//cam.CameraConnect();
|
||||
cam.OnHImageOutput += OnCameraHImageOutput;
|
||||
}
|
||||
else if(cameraBase.CamType == EnumCamType.海康hik)
|
||||
@ -483,7 +483,7 @@ namespace DHSoftware
|
||||
PLC.PLCName = plcBase.PLCName;
|
||||
PLC.PLCItemList=plcBase.PLCItemList;
|
||||
PLC.Port= plcBase.Port;
|
||||
PLC.PLCConnect();
|
||||
// PLC.PLCConnect();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user