This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About CTRL_setupEstOnLineState( ) and CTRL_setupEstIdleState( )

Other Parts Discussed in Thread: MOTORWARE

In motorware demos with controller module, like lab 2b/3a, when ctrlState is CTRL_State_OnLine and EST_isOnLine, CTRL_setupEstOnLineState( ) function is called, when ctrlState is CTRL_State_Idle and EST_isIdle, CTRL_setupEstIdleState( ) function is called.

But in demos without controller module, like lab 11 and lab 11a, only CTRL_setupEstIdleState( ) function is called,  CTRL_setupEstOnLineState( ) function is not called. 

If CTRL_setupEstOnLineState( ) function is not called, can EST work well ?