Commit 2eff3a6e LN

1

1 个父辈 4fb48b15
......@@ -210,7 +210,7 @@ namespace HuichuanLibrary
}
public static bool AbsMove(short axisNo, double ptpPos, double ptpVel=0, double ptpAcc=0, double ptpDec=0)
public static bool AbsMove(short axisNo, double ptpPos, double ptpVel , double ptpAcc , double ptpDec )
{
if (!CardInitOk())
{
......@@ -227,7 +227,7 @@ namespace HuichuanLibrary
short ptpType = 0;
return StartPtpMove(axisNo, ptpType, ptpPos);
}
public static bool RelMove(short axisNo, double ptpPos, double ptpVel = 0, double ptpAcc = 0, double ptpDec = 0)
public static bool RelMove(short axisNo, double ptpPos, double ptpVel , double ptpAcc , double ptpDec )
{
if (!CardInitOk())
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!