diff --git a/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs b/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs index 7dc9ddb..34b7a1d 100644 --- a/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs +++ b/Rs.SkyLine/Recipe/TurnoverTrayHaveOrNot.cs @@ -62,7 +62,7 @@ namespace Rs.MotionPlat.Recipe PositionHelper.BindPosition(panel9, "int"); PositionHelper.BindPosition(panel11, "int"); - string filePath = Path.Combine(dirPth, "out2.jpg"); + string filePath = Path.Combine(dirPth, "default.bmp"); if(File.Exists(filePath)) { HOperatorSet.ReadImage(out showImage, filePath);