Hey there
We're trying to do the master referencing but it fails with error:
15066, Level at Mastering Reference Switch Unexpectedly low
We're using SafeOperation 3.6, and the robot is connected to PLC via ProfiNet.
Here is masref_user.src:
Code
...
GLOBAL DEF MASREFSTARTG1()
;FOLD Teach path and position for reference group 1
;ENDFOLD
;FOLD SPTP p1 Vel=100 % PDAT1 Tool[0]:BaseCalPoint Base[0] ;%{PE}
;ENDFOLD
;FOLD SPTP p2 Vel=100 % PDAT2 Tool[0]:BaseCalPoint Base[0] ;%{PE}
;ENDFOLD
;FOLD SPTP p3 Vel=100 % PDAT3 Tool[0]:BaseCalPoint Base[0] ;%{PE}
;ENDFOLD
;FOLD SPTP p4 Vel=100 % PDAT4 Tool[0]:BaseCalPoint Base[0] ;%{PE}
; This is the position where the reference switch is actuated. We can see that on the switch.
;ENDFOLD
;FOLD SPTP p5 Vel=100 % PDAT5 Tool[0]:BaseCalPoint Base[0] ;%{PE}
;ENDFOLD
END
GLOBAL DEF MASREFBACKG1()
;FOLD SPTP p4 Vel=100 % PDAT4 Tool[0]:BaseCalPoint Base[0] ;%{PE}
;ENDFOLD
END
Display More
SafeOperation_36_en talks about a file named VW_USER.INI, but it doesn't exist on our controller, so it's been a bit of cherry-picking from different sources, but we're out of ideas now.
Can someone explain what were doing wrong?