#0014:修复 etalon 接口,连续运动超过队列,更换了另一种方式
This commit is contained in:
@@ -292,13 +292,7 @@ namespace HexcalMC
|
||||
{
|
||||
DebugDfn.AddLogText("运动平台已连接");
|
||||
}
|
||||
else
|
||||
{
|
||||
// TCP/IP (Ethernet)
|
||||
_acs.OpenCommEthernetTCP(
|
||||
txtIP.Text, // IP Address (Default : 10.0.0.100)
|
||||
Convert.ToInt32(txtPort.Text.Trim())); // TCP/IP Port nubmer (default : 701)
|
||||
}
|
||||
|
||||
|
||||
InitMotion();
|
||||
_mBConnected = true;
|
||||
|
||||
Reference in New Issue
Block a user