Compare commits

...

2 Commits

Author SHA1 Message Date
TD
2c75c8f0bd Merge branch 'dev_lilili' of https://gitea.star-rising.cn/xiaohuimin/DHDHSoftware into dev_lilili 2025-04-02 14:42:34 +08:00
TD
fbd5eb6da7 1 2025-03-28 08:35:29 +08:00

View File

@ -597,7 +597,7 @@ namespace DHSoftware
//计数清零
PieceCount = 0;
Thread.Sleep(100);
if (PLC?.Enable == true)
{
PLC.OnNewPieces -= MainMotion_NewPieces;
@ -611,7 +611,18 @@ namespace DHSoftware
cam.SnapshotCount = 0;
}
});
Cameras.ForEach(d => {
if (d is CameraBase cam)
{
cam.SnapshotCount = 0;
}
});
HKCameras.ForEach(d => {
if (d is CameraBase cam)
{
cam.SnapshotCount = 0;
}
});
//PrepareBatchNO();
// isInPositionChecking = false;
//isFullTrayChecking = false;