hello,
inside homing machine routine, and when done zero(Z,X,Y) i'm trying to reset the toolchange position by sending MDI command as follow
printf("Homing X,Y,Z is Done, Press OK to Reset ToolChanger\r\n");
MsgBox("Homing X,Y,Z is Done, Press OK to Reset ToolChanger",MB_OK|MB_ICONEXCLAMATION);
//MOVE Z UP 85mm for toolchange positioning
MDI("G01 Z85 F3000"); //Z85=85MM
during the execution and when i reach the MDI("G01 Z85 F3000"); //Z85=85mm
i'm receiving a warning : controller configuration takes longer to stop than 75% of trajectory planner look ahead time.Feed Rate will be limited
Limiting axis:Z
Time to stop 8.18 sec
lookahead 3.00sec
i increased lookahead time to 10 and same result, check attached picture and codes