diff --git a/Output/circle.controller-step.csv b/Input/circle.controller-step.csv similarity index 100% rename from Output/circle.controller-step.csv rename to Input/circle.controller-step.csv diff --git a/Output/circle.sensor-shot.csv b/Input/circle.sensor-shot.csv similarity index 100% rename from Output/circle.sensor-shot.csv rename to Input/circle.sensor-shot.csv diff --git a/Main.hincproj b/Main.hincproj index 5bdd0db..db8d807 100644 --- a/Main.hincproj +++ b/Main.hincproj @@ -444,8 +444,8 @@ EnableCollisionDetection = false; //是否啟用碰撞檢測開啟 ClearTimeMappingData(); PlayNcFile("NC/circle.ptp"); -MapSingleByCsvFile("Output/circle.controller-step.csv"); -MapSeriesByCsvFile("Output/circle.sensor-shot.csv"); +MapSingleByCsvFile("Input/circle.controller-step.csv"); +MapSeriesByCsvFile("Input/circle.sensor-shot.csv"); ReTrainMillingPara(Mx|My|Mz, $"Cache/LiveUpdate.mp");