1、运动到指定点,JOG运动,运动结束的判断

2、优化测试用例
This commit is contained in:
zhengxuan.zhang
2022-10-19 20:20:52 +08:00
parent 3473b1d637
commit df5c6c7c3f
12 changed files with 958 additions and 745 deletions
@@ -843,7 +843,7 @@ int CPSerial::ProgramPort(int Port, int Baud, char Parity, int Bits, int StopBit
}
else
{
TRACE(_T("CmmIO> Port was not OPEN ProgramPort not done \n"));
TRACE(_T("CmmIO> Port was not OPEN, Program Port not done!\n"));
Ok = TRUE;
}
}