Hi all.
I use coordinated motion R1+S1 for welding with weaving on positioner. I always use Reference points and set them according with documentation (REFP1 on the wall, REFP2 along the direction of travel). But sometimes have a problem with weaving angle. For one seam it is OK, for another seam - wrong (rotated 90 deg). Looks like it depends on positioner orientation.
I didn't find any documentation for Reference points for weaving with coordinated motion.
My typical Job:
MY_JOB.JBI
Code
/JOB
//NAME MY_JOB
//POS
///NPOS 7,0,7,0,0,0
///TOOL 20
///POSTYPE PULSE
///PULSE
C00000=-86269,13722,-44315,122000,76258,-48108
C00001=-83357,11587,-51577,120611,72095,-46775
C00002=-84602,14382,-49930,120461,73084,-46632
C00003=-84157,12836,-50613,120433,73299,-46966
C00004=-82719,9671,-50704,121181,71913,-48303
C00005=-81951,8424,-47597,121815,73368,-49688
C00006=-83951,8524,-47597,121815,73368,-49688
EC00000=287484,82138
EC00001=287484,82138
EC00002=287483,82137
EC00003=287483,87137
EC00004=287484,90159
EC00005=287484,106202
EC00006=287484,122245
//INST
///DATE 2022/11/17 17:09
///ATTR SC,RW
///GROUP1 RB1
///GROUP2 ST1
NOP
SMOVL C00000 V=50.0 PL=0 +MOVJ EC00000 VJ=100.00
SREFP 1 C00001 +REFP EC00001
SREFP 2 C00002 +REFP EC00002
ARCON
SWVON WEV#(1)
SMOVL C00003 V=3.8 +MOVJ EC00003 VJ=100.00
SMOVL C00004 V=3.8 +MOVJ EC00004 VJ=100.00
SMOVL C00005 V=3.8 +MOVJ EC00005 VJ=100.00
SWVOF
ARCOF
SMOVL C00006 V=50.0 PL=0 +MOVJ EC00006 VJ=100.00
END
Display More