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 is 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 is 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 connection status of laser sensor device
- Connect sensor via connLaserSensorDev(), or welding process package configuration interface, or RL command
-67711Laser sensor communication abnormal
-67712No valid feature point, laser tracking/search stopped
-67713Weaving adaptive operation error
-67714Laser search calculation failed
-70001Welding command format errorArcOn, ArcOff and some other 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 command)
-70005Welding Arc command or Weave command 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 without preceding ArcOn
-70008Standalone weave off commandWeaveOffCommand issued without preceding WeaveOn
-70009Normal motion command inside arc on/off commandsMoveL, MoveJ, MoveAbsJ and other motion commands cannot be issued between ArcOn-ArcOff
-70010Welding motion command outside arc on/off commandsWMoveLCommand and WMoveCCommand need to be between ArcOn-ArcOff
-70011Arc command nestingArcOn-ArcOff has nesting
-70012Parameter does not existArc start/arc end/welding/weaving/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 adaptively be set 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 segmented welding not supported simultaneouslyArc tracking command cannot be between SegOn-SegOff
-70019Arc tracking only supports triangular and sine weavingModify weave shape in weaving parameters to triangular and sine
-70020Standalone laser track off commandLaserTrackOff issued without preceding LaserTrackOn