Ejemplo n.º 1
0
 /// <summary>
 /// 清除postion和command的counter
 /// </summary>
 public void ResetPos()
 {
     CMNET_L132.CS_mnet_m1_reset_position((U16)axisPara.CardSwitchNo, (U16)axisPara.RingNoOfCard, axisPara.SlaveIP);
     CMNET_L132.CS_mnet_m1_reset_command((U16)axisPara.CardSwitchNo, (U16)axisPara.RingNoOfCard, axisPara.SlaveIP);
 }