Jump to content
OMRON Forums

AmpFault reset - Runtime error reset


AnthonyLH

Recommended Posts

The motor and coordinate system fault status bits are designed to be latched until the motor is re-enabled (in case of a "kill" fault) or commanded to move again (in case of an "abort" fault). We do not have a "fault clear" function for these software status bits.

 

If the motor was killed in a fault, as from an amplifier fault condition, you could issue a command line like "#1 out0 k" (or from a PLC program: "cout1:0 kill1"). This momentary enabling is enough to clear the status bit(s) -- provided that the amp fault input is no longer set -- but not enough to do anything physical to the motor.

 

If the motor was aborted to a closed loop stop, a "j:0" zero-distance jog command could clear the fault bit -- again, provided that the condition that created the fault is no longer present.

Link to comment
Share on other sites

The motor and coordinate system fault status bits are designed to be latched until the motor is re-enabled (in case of a "kill" fault) or commanded to move again (in case of an "abort" fault). We do not have a "fault clear" function for these software status bits.

 

If the motor was killed in a fault, as from an amplifier fault condition, you could issue a command line like "#1 out0 k" (or from a PLC program: "cout1:0 kill1"). This momentary enabling is enough to clear the status bit(s) -- provided that the amp fault input is no longer set -- but not enough to do anything physical to the motor.

 

If the motor was aborted to a closed loop stop, a "j:0" zero-distance jog command could clear the fault bit -- again, provided that the condition that created the fault is no longer present.

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...