Program header- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:General questions about RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Program header (/Thread-Program-header) |
Program header-someone800405-05-18-2020 Hello, I would like to ask you to help me check if there is any problem if the program head is to be rotated and processed &ACCESS RV &REL 1 DEF h1upnc( ) ;FOLD INI BAS (#INITMOV,0 ) ;ENDFOLD (INI) ;FOLD STARTPOS $BWDSTART = FALSE PDAT_ACT = {VEL 50,ACC 100,APO_DIST 10} BAS(#PTP_DAT) FDAT_ACT = {TOOL_NO 0,BASE_NO 0,IPO_FRAME #BASE} BAS (#FRAMES) BAS (#VEL_PTP,50) ;ENDFOLD 设置默认折叠速度 $VEL.CP=0.2 BAS(#VEL_PTP,50) BAS(#工具,0) BAS(#BASE,0) ;ENDFOLD ;FOLD PTP FIRST POSITION $BWDSTART = FALSE PDAT_ACT = {VEL 50,ACC 100,APO_DIST 10} FDAT_ACT = {TOOL_NO 0,BASE_NO 0,IPO_FRAME #BASE} BAS(#FRAMES) $ADVANCE = 5 ;ENDFOLD ; Program generated by RoboDK 2.2.4 for KUKA KR 210 L150-2 on 09/12/2016 10:27:03 ; Using nominal kinematics. $BASE = {FRAME: X 790.870,Y -3180.000,Z 275.000,A 90.000,B 0.000,C 0.000} $TOOL = {FRAME: X 368.229186,Y 0.15042,Z 510.520152,A 0.000,B 60.000,C -0.000} RE: Program header-Albert-05-18-2020 I'm not sure I understand your question. Can you be more specific? I recommend you to update RoboDK. I noticed you are using a very old version of RoboDK, and the program was generated in 2016. |