목차

Normal Mode : API 단위 입력


DataType에 따른 파라메타 입력



  ecmSxSt_GetMotState(0, 0, &nErrorCode)
  ecmSxSt_GetMotState(0, 0, ref errorCode)
  
  ecCfg_GetNetConfig(0, &Header, ref error)




  ecmMxMot_VMoveStart(0, 2, {0, 1}, {0, 0}, &nErrorCode)
  ecmMxMot_Stop(0, 2, {0, 1}, 0, 1, &nErrorCode)



  ecSlv_SetAlState_A(0, 1, EEcAlState.SafeOp, &nErrorCode)
  ecSlv_SetAlState_A(0, 1, 8, &nErrorCode)





순차실행


  ecmSxSt_GetMotState(0,0,&error);ecmSxSt_GetMotState(0,1,&error)



, , , , , ,