diff --git a/motorApp/OmsAsynSrc/omsBaseController.cpp b/motorApp/OmsAsynSrc/omsBaseController.cpp index e4739097..a2a66a3b 100644 --- a/motorApp/OmsAsynSrc/omsBaseController.cpp +++ b/motorApp/OmsAsynSrc/omsBaseController.cpp @@ -462,6 +462,9 @@ asynStatus omsBaseController::Init(const char* initString, int multiple){ /* Stop all axes */ sendOnlyLock("AM SA;"); + /* wait before sending init commands */ + epicsThreadSleep(0.5); + /* send InitString */ if ((initString != NULL) && (strlen(initString) > 0)) { if (multiple){