Hello
Can someone tell me what would be the equivalent in KRL of a kuka motion form?
For example:
;FOLD PTP HOME Vel= 100 % DEFAULT;%{PE}%MKUKATPBASIS,%CMOVE,%VPTP,%P 1:PTP, 2:HOME, 3:, 5:100, 7:DEFAULT
$BWDSTART = FALSE
PDAT_ACT=PDEFAULT
FDAT_ACT=FHOME
BAS (#PTP_PARAMS,100 )
$H_POS=XHOME
PTP XHOME
;ENDFOLD
How would I program this same motion (taking into acount all the parameters: base, tool, vel, acc...) without using the inline form?
Btw, I would like to know how you program thees robots, are you using the in line forms or going through the all raw KRL?
Thank you