void ClearFaults (  ) 

Description:
ClearFaults will clear all the faults for an axis, particularly when it is in an RSIStateERROR state.
Sample Code:
  if(axis->StateGet() == RSIStateERROR)
  {
    axis->ClearFaults();
  }
Notes:
This method is identical to Reset.
See also:
StateGet

Reimplemented from RapidCodeMotion.

Examples:
absoluteMotion.cpp, AbsoluteMotion.cs, Capture.cpp, customHome.cpp, gear.cpp, home.cpp, Home.cs, IOPointInterrupts.cs, MotionFinalVelocity.cs, relativeMotion.cpp, and watchdog.cpp.