beautypg.com

Lincoln Electric IM8002 POWER WAVE MANAGER User Manual

Page 111

background image

FANUC® Robot Application (Prior to v7.70P/21)

Appendix B. FANUC Robots

IM8002

Power Wave® Manager User Manual

B.5

Erroneous Low Time Limit Alarms

A low time limit can occur if the duration of the weld is less than the sum of the Start and End delays as set

by someone like a Weld Engineer during the setup of Weld Profiles (page X). When the TorchMate and

Touch Sensing options are used, the momentary touch the wire makes at the part or at the TorchMate

block is enough to cause a low time limit to be generated. If these become a nuisance, it is possible to turn

off Production Monitoring™/CheckPoint™ prior to running a Touch Sensing routine or running TorchMate

Adjust and then turn it back on again prior to making a weld.
Two programs are installed in the robot to turn Production Monitoring™/CheckPoint™ on or off: PM_OFF

and PM_ON. These are entered as a CALL instruction.
To avoid tampering with the original TorchMate Adjust program, it may be desirable to create a new

program titled TorchMate, for example, that begins with a line to turn off Production Monitoring™/

CheckPoint™, followed by the TorchMate Adjust instruction, and finishing with a line that turns Production

Monitoring™/CheckPoint™ on again, ready for the next weld.
Here is a sample program:

TORCHMATE

1: CALL PM_OFF

2: Torchmate Adjust

3: CALL PM_ON

END

Teach the two CALL instructions as shown above.
To teach the TorchMate Adjust instruction:

Procedure

Details

1.

Press F1-INST.

2.

Cursor to line Macro and press Enter.

3.

At new submenu, cursor to line TorchMate

Adjust and press Enter.

FANUC Program References (Prior to v7.70P/21)

The following sections are simply a list of the code and programs related to Production Monitoring™/

CheckPoint™ on the FANUC robot. For more in-depth information about the FANUC robots, please refer to

the FANUC operator manuals as appropriate.

Programs Installed to Operate Production Monitoring™/CheckPoint™

WR_AL_AT.computer

RD_AL_AT.computer

PM_SEL

PM_VER

PM_OFF