/// <summary> /// 모터 감속 무시 긴급정지. /// </summary> public void EmgStop() { short nRet; nRet = NMC2.nmc_SuddenStop(m_nDevId, (short)Para.iPhysicalNo); }