Exemplo n.º 1
0
        /// <summary>
        /// 홈시퀜스를 중단한다.
        /// </summary>
        public void StopHome()
        {
            int iRet = 0;

            EMCL.ERAETech_EMCL_Sync_StopRefSearch(m_iPortID, (byte)Para.iPhysicalNo, ref iRet);
            if (iRet != 0)
            {
                Log.ShowMessage("EMCL_" + Para.iPhysicalNo.ToString() + "Axis", GetErrMsg(iRet));
            }
        }