<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does anyone have a post processor to Heidenhain iTNC530 or 640 with Probing? in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9319266#M12503</link>
    <description>&lt;P&gt;&lt;FONT&gt;I'm just developing one for the Powermill Standard + macro environment. For testing / verification, I would need a Powermill Ultimate project with built-in probing. I can send the test project tomorrow. I could write the postprocessor for the built-in probing next week. I am currently testing only the NC output, so far I have:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;0  BEGIN PGM meres_4 MM 
1  ; Tapinto neve: TS_G6 Nevleges radiusz:  3.0000 Kinyulas: 35.0
2  ; Alkatresz: meres_teszt
3  ; Keszult: 2020-02-13 15:27:06
4  ; Posztprocesszor: TNC530_mer 2020-02-13
5  ; NULLPONT: 1P / 1P_B+25.0_C+106.0
6  ;--------------------------------
7  ;Szersz.Palya  | Rahagyas|Tengely
8  ;--------------------------------
9  ;01 Probing 3+2|-0.200000|    3+2
10 ;--------------------------------
11 QS1 = "meres_teszt" ;Projekt
12 QS2 = "meres_4" ;Nc-program
13 QL1 = 0.25 ; Max. tulfutas
14 CALL PGM TNC:\ALAP\TAPINTO_BE.h ; Tapintasi parameterek beallitasa
15 FN 20: WAIT FOR  SYNC
16 FN 18: SYSREAD QL21 = ID50 NR1 ; Tapinto hossza
17 FN 18: SYSREAD QL2 = ID350 NR11 ; Tapinto sugara
18 FN 11: IF +QL2 GT +1 GOTO LBL "MER_00"
19 ; A tapinto sugara kisebb mint 1.0001
20 STOP
21 LBL "MER_00"
22 QL3 = 3 - QL2 ; Tapinto sugar elteres
23 FN 9: IF +QL3 EQU +0 GOTO LBL "MER_01"
24 FN 11: IF +QL3 GT +0 GOTO LBL "MER_01"
25 ; A tapinto sugara nagyobb mint a megengedett
26 STOP
27 LBL "MER_01"
28 TOOL CALL  DL+QL3
29 ; 
30 FN 16: F-PRINT TNC:\Alap\Meres_NC.A / TNC:\Meresek\meres_4.dat
31 Q81 = - 25 ; Plane Spatial A
32 Q82 = 0 ; Plane Spatial B
33 Q83 = 16 ; Plane Spatial C
34 CALL PGM TNC:\ALAP\WORKPLANE_BE.h ; 3+2 WORPLANE BEKAPCSOLASA
35 ; ***
36 QS2 = "Probing 3+2" ;Szersz. palya neve
37 L  X+1.942  Y+34.303
38 L  Z+109.287
39 QL4 = - 0.2 ; Rahagyas
40 FN 16: F-PRINT TNC:\Alap\Meres_TP.A / TNC:\Meresek\meres_4.dat
41 FN 16: F-PRINT TNC:\Alap\Meres_TP.A / SCREEN:
42 L  Z+53.181
43 QL5 = 10 - QL4 + QL1 + QL3 ; Tapintasi hossz
44 QL6 = - 1.4849 ; Felulet X nevleges
45 QL7 = 26.7128 ; Felulet Y nevleges
46 QL8 = 46.1986 ; Felulet Z nevleges
47 QL9 = - 0.2636262 ;  Tapitasi vektor X
48 QL10 = - 0.5838772 ; Tapintasi vektor Y
49 QL11 = - 0.7678468 ; Tapintasi vektor Z
50 CALL LBL "Mer_3D"
51 L  Z+109.287
52 L  X+4.492  Y+12.829
53 L  Z+61.885
54 QL5 = 10 - QL4 + QL1 + QL3 ; Tapintasi hossz
55 QL6 = 1.4268 ; Felulet X nevleges
56 QL7 = 10.5532 ; Felulet Y nevleges
57 QL8 = 52.4583 ; Felulet Z nevleges
58 QL9 = - 0.2358029 ;  Tapitasi vektor X
59 QL10 = - 0.1750479 ; Tapintasi vektor Y
60 QL11 = - 0.9559055 ; Tapintasi vektor Z
61 CALL LBL "Mer_3D"
62 L  Z+109.287
63 CALL PGM TNC:\ALAP\WORKPLANE_KI.h ; 3+2 WORPLANE KIKAPCSOLASA
64 TOOL CALL  DL+0
65 FN 9: IF +0 EQU +0 GOTO LBL 99
66 LBL "Mer_3D"
67 FN 20: WAIT FOR  SYNC
68 FN 18: SYSREAD QL22 = ID270 NR1 IDX1 ; Aktualis X
69 FN 18: SYSREAD QL23 = ID270 NR1 IDX2 ; Aktualis Y
70 FN 18: SYSREAD QL24 = ID270 NR1 IDX3 ; Aktualis Z
71 TCH PROBE 4.0 MEASURING IN 3-D
72 TCH PROBE 4.1 QL12
73 TCH PROBE 4.2 IX+QL9 IY+QL10 IZ+QL11
74 TCH PROBE 4.3 SET UP+QL5 FQ3 MBQL5 REFERENCE SYSTEM:0
75 FN 10: IF +QL15 NE -1 GOTO LBL "KISZAMIT_01"
76 ; A tapinto elerte a megengedett max. tulfutast (QL1)
77 FN 16: F-PRINT TNC:\Alap\Meres_Tulfutas.A / TNC:\Meresek\meres_4.dat
78 FN 16: F-PRINT TNC:\Alap\Meres_Tulfutas.A / SCREEN:
79 STOP
80 LBL 0
81 LBL "KISZAMIT_01"
82 QL15 = QL12 - QL22 ; X tavolsag
83 QL16 = QL13 - QL23 ; Y  tavolsag
84 QL17 = QL14 - QL3 - QL24 - QL21 ; Z  tavolsag
85 QL18 = 10 + QL3 - QL4 - SQRT ( SQ ( QL15 ) + SQ ( QL16 ) + SQ ( QL17 ) )
86 FN 16: F-PRINT TNC:\Alap\Meres_Pont.A / TNC:\Meresek\meres_4.dat
87 FN 16: F-PRINT TNC:\Alap\Meres_Pont_SCR.A / SCREEN:
88 LBL 0
89 LBL 99
90 END PGM meres_4 MM &lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Sorry, this is currently only available in Hungarian&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 17:06:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-14T17:06:47Z</dc:date>
    <item>
      <title>Does anyone have a post processor to Heidenhain iTNC530 or 640 with Probing?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9317892#M12502</link>
      <description>&lt;P&gt;Does anyone have a post processor to Heidenhain iTNC 530 or 640 with Probing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 07:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9317892#M12502</guid>
      <dc:creator>LasseFred</dc:creator>
      <dc:date>2020-02-14T07:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have a post processor to Heidenhain iTNC530 or 640 with Probing?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9319266#M12503</link>
      <description>&lt;P&gt;&lt;FONT&gt;I'm just developing one for the Powermill Standard + macro environment. For testing / verification, I would need a Powermill Ultimate project with built-in probing. I can send the test project tomorrow. I could write the postprocessor for the built-in probing next week. I am currently testing only the NC output, so far I have:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;0  BEGIN PGM meres_4 MM 
1  ; Tapinto neve: TS_G6 Nevleges radiusz:  3.0000 Kinyulas: 35.0
2  ; Alkatresz: meres_teszt
3  ; Keszult: 2020-02-13 15:27:06
4  ; Posztprocesszor: TNC530_mer 2020-02-13
5  ; NULLPONT: 1P / 1P_B+25.0_C+106.0
6  ;--------------------------------
7  ;Szersz.Palya  | Rahagyas|Tengely
8  ;--------------------------------
9  ;01 Probing 3+2|-0.200000|    3+2
10 ;--------------------------------
11 QS1 = "meres_teszt" ;Projekt
12 QS2 = "meres_4" ;Nc-program
13 QL1 = 0.25 ; Max. tulfutas
14 CALL PGM TNC:\ALAP\TAPINTO_BE.h ; Tapintasi parameterek beallitasa
15 FN 20: WAIT FOR  SYNC
16 FN 18: SYSREAD QL21 = ID50 NR1 ; Tapinto hossza
17 FN 18: SYSREAD QL2 = ID350 NR11 ; Tapinto sugara
18 FN 11: IF +QL2 GT +1 GOTO LBL "MER_00"
19 ; A tapinto sugara kisebb mint 1.0001
20 STOP
21 LBL "MER_00"
22 QL3 = 3 - QL2 ; Tapinto sugar elteres
23 FN 9: IF +QL3 EQU +0 GOTO LBL "MER_01"
24 FN 11: IF +QL3 GT +0 GOTO LBL "MER_01"
25 ; A tapinto sugara nagyobb mint a megengedett
26 STOP
27 LBL "MER_01"
28 TOOL CALL  DL+QL3
29 ; 
30 FN 16: F-PRINT TNC:\Alap\Meres_NC.A / TNC:\Meresek\meres_4.dat
31 Q81 = - 25 ; Plane Spatial A
32 Q82 = 0 ; Plane Spatial B
33 Q83 = 16 ; Plane Spatial C
34 CALL PGM TNC:\ALAP\WORKPLANE_BE.h ; 3+2 WORPLANE BEKAPCSOLASA
35 ; ***
36 QS2 = "Probing 3+2" ;Szersz. palya neve
37 L  X+1.942  Y+34.303
38 L  Z+109.287
39 QL4 = - 0.2 ; Rahagyas
40 FN 16: F-PRINT TNC:\Alap\Meres_TP.A / TNC:\Meresek\meres_4.dat
41 FN 16: F-PRINT TNC:\Alap\Meres_TP.A / SCREEN:
42 L  Z+53.181
43 QL5 = 10 - QL4 + QL1 + QL3 ; Tapintasi hossz
44 QL6 = - 1.4849 ; Felulet X nevleges
45 QL7 = 26.7128 ; Felulet Y nevleges
46 QL8 = 46.1986 ; Felulet Z nevleges
47 QL9 = - 0.2636262 ;  Tapitasi vektor X
48 QL10 = - 0.5838772 ; Tapintasi vektor Y
49 QL11 = - 0.7678468 ; Tapintasi vektor Z
50 CALL LBL "Mer_3D"
51 L  Z+109.287
52 L  X+4.492  Y+12.829
53 L  Z+61.885
54 QL5 = 10 - QL4 + QL1 + QL3 ; Tapintasi hossz
55 QL6 = 1.4268 ; Felulet X nevleges
56 QL7 = 10.5532 ; Felulet Y nevleges
57 QL8 = 52.4583 ; Felulet Z nevleges
58 QL9 = - 0.2358029 ;  Tapitasi vektor X
59 QL10 = - 0.1750479 ; Tapintasi vektor Y
60 QL11 = - 0.9559055 ; Tapintasi vektor Z
61 CALL LBL "Mer_3D"
62 L  Z+109.287
63 CALL PGM TNC:\ALAP\WORKPLANE_KI.h ; 3+2 WORPLANE KIKAPCSOLASA
64 TOOL CALL  DL+0
65 FN 9: IF +0 EQU +0 GOTO LBL 99
66 LBL "Mer_3D"
67 FN 20: WAIT FOR  SYNC
68 FN 18: SYSREAD QL22 = ID270 NR1 IDX1 ; Aktualis X
69 FN 18: SYSREAD QL23 = ID270 NR1 IDX2 ; Aktualis Y
70 FN 18: SYSREAD QL24 = ID270 NR1 IDX3 ; Aktualis Z
71 TCH PROBE 4.0 MEASURING IN 3-D
72 TCH PROBE 4.1 QL12
73 TCH PROBE 4.2 IX+QL9 IY+QL10 IZ+QL11
74 TCH PROBE 4.3 SET UP+QL5 FQ3 MBQL5 REFERENCE SYSTEM:0
75 FN 10: IF +QL15 NE -1 GOTO LBL "KISZAMIT_01"
76 ; A tapinto elerte a megengedett max. tulfutast (QL1)
77 FN 16: F-PRINT TNC:\Alap\Meres_Tulfutas.A / TNC:\Meresek\meres_4.dat
78 FN 16: F-PRINT TNC:\Alap\Meres_Tulfutas.A / SCREEN:
79 STOP
80 LBL 0
81 LBL "KISZAMIT_01"
82 QL15 = QL12 - QL22 ; X tavolsag
83 QL16 = QL13 - QL23 ; Y  tavolsag
84 QL17 = QL14 - QL3 - QL24 - QL21 ; Z  tavolsag
85 QL18 = 10 + QL3 - QL4 - SQRT ( SQ ( QL15 ) + SQ ( QL16 ) + SQ ( QL17 ) )
86 FN 16: F-PRINT TNC:\Alap\Meres_Pont.A / TNC:\Meresek\meres_4.dat
87 FN 16: F-PRINT TNC:\Alap\Meres_Pont_SCR.A / SCREEN:
88 LBL 0
89 LBL 99
90 END PGM meres_4 MM &lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;Sorry, this is currently only available in Hungarian&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:06:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9319266#M12503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-14T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have a post processor to Heidenhain iTNC530 or 640 with Probing?</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9334831#M12504</link>
      <description>&lt;P&gt;We got a Heidenhain_iTNC530 postprocessor for PowerInspect, but of course I can't pass it on. But if you have any questions, I'll try to answer them.&lt;BR /&gt;For my project I would like to ask you for two PowerMill 'Surface Inspection Strategy' toolpaths using the '1p' and '1p_C+30°_A+25°' workplane, according to the point pattern in the attached project.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 02:27:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/does-anyone-have-a-post-processor-to-heidenhain-itnc530-or-640/m-p/9334831#M12504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-22T02:27:28Z</dc:date>
    </item>
  </channel>
</rss>

