Compare commits
2 Commits
073d8fff6c
...
2c75c8f0bd
Author | SHA1 | Date | |
---|---|---|---|
|
2c75c8f0bd | ||
|
fbd5eb6da7 |
@ -597,7 +597,7 @@ namespace DHSoftware
|
|||||||
//计数清零
|
//计数清零
|
||||||
PieceCount = 0;
|
PieceCount = 0;
|
||||||
|
|
||||||
|
Thread.Sleep(100);
|
||||||
if (PLC?.Enable == true)
|
if (PLC?.Enable == true)
|
||||||
{
|
{
|
||||||
PLC.OnNewPieces -= MainMotion_NewPieces;
|
PLC.OnNewPieces -= MainMotion_NewPieces;
|
||||||
@ -611,7 +611,18 @@ namespace DHSoftware
|
|||||||
cam.SnapshotCount = 0;
|
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();
|
//PrepareBatchNO();
|
||||||
// isInPositionChecking = false;
|
// isInPositionChecking = false;
|
||||||
//isFullTrayChecking = false;
|
//isFullTrayChecking = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user