Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

iso code sample for Heidenhain 530 control


Recommended Posts

18 hours ago, #Rekd™ said:

Try reaching out to @mkd he was working with Heidenhain controls I think. 

thanks. it looks like he hasn't been here in a year.

 

i downloaded the conversational and iso 3 axis ones from the mastercam website. the conversational is pretty close . i need to figure out how to add the little squiggly at the end of the drill cycle parameters. it is yelling at me currently 

Link to comment
Share on other sites
Hace 20 horas, Leon82 dijo:

gracias. Parece que no ha estado aquí en un año.

 

Descargué los conversacionales y los iso de 3 ejes del sitio web de mastercam. lo conversacional es bastante cercano. Necesito descubrir cómo agregar el pequeño garabato al final de los parámetros del ciclo de perforación. me esta gritando actualmente 

I use Heidenhain daily in 3 and 5 axes.
But not the ISO

What you need to know?

Link to comment
Share on other sites
44 minutes ago, ikertx0 said:

I use Heidenhain daily in 3 and 5 axes.
But not the ISO

What you need to know?

I was trying to get it going for simple stuff while we get the 5 axis post sorted. I downloaded the 3 axis post from the tech exchange and the conversational version has been the closest. I had to make a couple modifications and it will run the program.

I was curious what the basic iso format looked like with the tool change line and the drill cycles.

The control reminds me a lot of Linux cnc with the way it is layed out.

Link to comment
Share on other sites
Here is an example of the code in 5x

BEGIN PGM 141454 MM
;POSTABILITY MIKRON HPM 1000U IKERCAM
;FECHA - 2024.05.09 / HORA - 4:03 PM
FUNCTION RESET TCPM
M126 ;Desplazamiento optimizado de los ejes giratorios
TRANS DATUM RESET
M16 ; Desbloquear eje A
M11 ; Desbloquear eje C
CALL LBL "SAFE"
L Z+695 R0 FMAX M92
;PGM 141454 - ACABA FIGURA 5X DR+0.1
;OPERACION NUMERO - 67
;OPERACION TIPO - SWARF 5AX
* - T29 = MPJHVD0800AP32 | DIAM. D+8 | RAD. ESQUINA R+0
TOOL CALL 29 Z S2387
FN 0 : Q1600=430 ;Avance de trabajo
CYCL DEF 32.0 TOLERANCE
CYCL DEF 32.1 T0.01
CYCL DEF 32.2 HSC-MODE:0 TA0.5
CALL LBL "SAFE"
L Z+695 R0 FMAX M92
M3
PLANE SPATIAL SPA-4.0313 SPB+0 SPC-206.7072 TURN FMAX SEQ- TABLE ROT
L X+138.184 Y-198.18 FMAX
PLANE RESET STAY
FUNCTION TCPM F TCP AXIS POS PATHCTRL AXIS
M08
LN X-44.266 Y+219.479 Z+319.286 TX-0.0315955 TY-0.0628009 TZ+0.9975258 R0 FMAX
LN X-41.169 Y+225.634 Z+221.529 TX-0.0315955 TY-0.0628009 TZ+0.9975258 R0 FMAX
LN X-41.106 Y+225.759 Z+219.534 TX-0.0315955 TY-0.0628009 TZ+0.9975258 R0 FQ1600
LN X-41.06 Y+225.741 Z+219.534 TX-0.0316150 TY-0.0627886 TZ+0.9975260 R0

 

here a drill cycle in 5x

BEGIN PGM 301120 MM
;POSTABILITY MIKRON HPM 800U IKERCAM
;FECHA - 2024.04.10 / HORA - 9:57 AM
1 PLANE RESET STAY ;RESET PLANO ESPACIAL
2 FUNCTION RESET TCPM
3 M126 ;Desplazamiento optimizado de los ejes giratorios
4 TRANS DATUM RESET
5 M16 ; Desbloquear eje A
6 M11 ; Desbloquear eje C
7 CALL LBL "SAFE"
8 L Z+695 R0 FMAX M92
9 PLANE RESET STAY ;RESET PLANO ESPACIAL
10 ;PGM 301120 - TALADRAR INCLINADO Ø10 CORTA
11 ;OPERACION NUMERO - 21
12 ;OPERACION TIPO - DRILLING.. 
13 * - T127 = MPS1-1000S-DIN-C | DIAM. D+10 | RAD. ESQUINA R+0
14 TOOL CALL 127 Z S1850
15 CALL LBL "SAFE"
16 L Z+695 R0 FMAX M92
17 M3
18 PLANE SPATIAL SPA-90 SPB+0 SPC-139.25 TURN FMAX SEQ- TABLE ROT
19 M15 ; Bloquear eje A
20 M10 ; Bloquear eje C
21 M08
22 M07 M24 M25
23 L X-31.854 Y+46 R0 FMAX
24 L Z+211.542 R0 FMAX
25 L Z+88.542 FMAX
26 CYCL DEF 200 TALADRADO ~
       Q200=+2 ;DISTANCIA SEGURIDAD ~
       Q201=-40 ;PROFUNDIDAD ~
       Q206=232 ;AVANCE PROFUNDIDAD ~
       Q202=+3 ;PASO PROFUNDIZACION ~
       Q210=+0 ;TIEMPO ESPERA ARRIBA ~
       Q203=+86.542 ;COORD. SUPERFICIE ~
       Q204=+2 ;2A DIST. SEGURIDAD ~
       Q211=+0 ;TIEMPO ESPERA ABAJO
27 L X-31.854 Y+46 FMAX M99
28 L Z+211.542 FMAX
29 M09
30 M09
31 M5
32 PLANE RESET STAY ;RESET PLANO ESPACIAL
33 M16 ; Desbloquear eje A
34 M11 ; Desbloquear eje C
35 CALL LBL "SAFE"
36 L Z+695 R0 FMAX M92
37 M15 ; Bloquear eje A
38 M10 ; Bloquear eje C
39 M5

40 LBL "SAFE"
41 L Z+695 R0 FMAX M92 M19
42 L X+300 Y-300 R0 FMAX M92
43 L A+0 C+0 F2000
44 PLANE RESET TURN FMAX
45 LBL 0
46 END PGM 301120 MM

 

  • Thanks 1
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...