Hello, is there a possibility to reset ALL kIND of errors in Motion APP /ctrlX ? Example this one: In PLC these two things are used currently: //reset error in drive arAxisCtrl_gb[1].Admin.ClearError := TRUE; //reset error in motion app fbDL_WriteNode( Execute:= TRUE, Done=> , Active=> , Error=> , ErrorID=> , ErrorIdent=> , ClientId:= , NodeName:= '/diagnosis/clear/error', Value:= ); But this doesn't reset such an error as shown above.
... View more