Skip to main content

Arc Welding Error Codes and Exception Description

Error Codes

Error CodeError NameSolution
-67700Arc start failedPlease check controller logs:
- Check if arc start parameters are set correctly
- Check if welder is working normally
- Check if welding parts are normal
-67701Error during weldingPlease check controller logs:
- Check if welding process parameters are set correctly
- Check if welder is working normally
-67702Arc end failedPlease check controller logs:
- Check if arc end parameters are set correctly
- Check if welder is working normally
-67703Arc break during welding- Check if workpiece is normal
- Check if welder is working normally
-67704Motion error during weldingAuto go-back and arc restart function enabled, possibly due to interference during motion causing robot to deviate from original path and unable to continue motion. Manual intervention required to resume operation.
-67705Cannot go back when paused in blend zoneAuto go-back and arc restart function enabled, but stopped in blend zone and cannot go back along original trajectory. Manual intervention required to resume operation
-67706Error during welding program executionWelding function not enabled or welder cannot communicate
-67707Not in welding stateSome functions require robot to be in welding state to be called
-67708Laser sensor connection failed- Check if sensor address and port are set correctly
- Check if corresponding laser sensor device is turned on
-67709Specified name laser sensor device does not exist- Check if laser sensor device name is correct
- Add sensor configuration information in configuration interface and save
-67710Specified name laser sensor device not connected- Check laser sensor device connection status
- Connect sensor via connLaserSensorDev(), or welding process package configuration interface, or RL command
-67711Laser sensor communication exception
-67712No valid feature point, laser tracking/search stopped
-67713Weave adaptive operation error
-67714Laser search calculation failed
-70001Welding command format errorArcOn, ArcOff and some commands require string parameters
-70002Welding commands not pairedArcOnCommand and ArcOffCommand need to appear in pairs to start motion
-70003Command nesting existsCommands that need to be paired cannot be nested
-70004Command should be inside ArcSegOn and ArcSet commands need to be between ArcOn-ArcOff (for RL commands)
-70005Welding Arc or Weave commands not pairedArcOn-ArcOff and WeaveOn-WeaveOff need to appear in pairs
-70006Welding built-in commands not pairedThere are unpaired commands
-70007Standalone arc end commandArcOffCommand issued before ArcOn was issued
-70008Standalone weave off commandWeaveOffCommand issued before WeaveOn was issued
-70009Normal motion command inside arc start/end commandsMoveL, MoveJ, MoveAbsJ and other motion commands cannot be issued between ArcOn-ArcOff
-70010Welding motion command outside arc start/end commandsWMoveLCommand and WMoveCCommand need to be between ArcOn-ArcOff
-70011Arc command nestingArcOn-ArcOff has nesting
-70012Parameter does not existArc start/arc end/welding/weave/laser search/track and other parameter file numbers not created
-70013No motion command before arc start commandWhen pre-arc time is not 0, a Cartesian space motion command needs to be issued before ArcOn to complete pre-arc. For SDK commands, pre-motion command is not strictly required, if not present it will adapt to no pre-arc.
-70014No welding motion command before arc end commandThere needs to be WMove welding motion command between arc start and arc end commands
-70015Parameter is not stringCommand parameter must be string
-70017Arc tracking command outside weave commandArc tracking command needs to be between WeaveOn-WeaveOff
-70018Arc tracking and stitch welding cannot be used simultaneouslyArc tracking command cannot be between SegOn-SegOff
-70019Arc tracking only supports triangular and sine weaveChange weave shape in weave parameters to triangular and sine
-70020Standalone laser track off commandLaserTrackOff issued before LaserTrackOn was issued