User Tools

Site Tools


wiki:en:ppedit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wiki:en:ppedit [2019/10/10 11:55]
admin
wiki:en:ppedit [2019/10/10 11:57]
admin
Line 520: Line 520:
 To look like this: To look like this:
  
-''M6 Clockwise arc < than 180° \\ +''%%M6 Clockwise arc < than 180° %%'' \\ 
- : M108 M103 " G02" M104 M105 <radie> ” R#x” M101 M109 \\ +''%% : M108 M103 " G02" M104 M105 <radie> R#xM101 M109 %%'' \\ 
-M7 Clockwise arc > than 180° \\ +''%%M7 Clockwise arc > than 180° %%'' \\ 
- : M108 M103 " G02" M104 M105 <xcenti>" I#x" <ycenti>    " J#x" M101 M109 \\+''%% : M108 M103 " G02" M104 M105 <xcenti>" I#x" <ycenti>    " J#x" M101 M109 %%'' \\
  \\  \\
-M8 C.Clockwise arc < than 180° \\ +''%%M8 C.Clockwise arc < than 180° %%'' \\ 
- : M108 M103 " G03" M104 M105 <radie> ” R#x” M101 M109 \\+''%% : M108 M103 " G03" M104 M105 <radie> R#xM101 M109 %%'' \\
  \\  \\
-M9 C.Clockwise arc > than 180° \\ +''%%M9 C.Clockwise arc > than 180° %%'' \\ 
- : M108 M103 " G03" M104 M105 <xcenti>" I#x" <ycenti>    " J#x" M101 M109'' \\+''%% : M108 M103 " G03" M104 M105 <xcenti>" I#x" <ycenti>    " J#x" M101 M109%%'' \\
  
 Notice that your macros may not look exactly like the above and then of course you will have to consider this when changing your macros. Notice that your macros may not look exactly like the above and then of course you will have to consider this when changing your macros.
Line 539: Line 539:
 There is a position at the beginning of the post processor indicating where the NC-programs will be stored. This position is called I102. Enter the search way into the catalogue where you want to store your programs after the colon of  I102. There is a position at the beginning of the post processor indicating where the NC-programs will be stored. This position is called I102. Enter the search way into the catalogue where you want to store your programs after the colon of  I102.
  
-''I102 File path  : c:\ncprog''+''%%I102 File path  : c:\ncprog%%''
    
 //-My machine writes all values in thousandths and without decimals. How do I fix this?// //-My machine writes all values in thousandths and without decimals. How do I fix this?//
Line 547: Line 547:
 Change the positions I3-I5 at the beginning of the post processor so that it says 1000 instead of 1 on these: Change the positions I3-I5 at the beginning of the post processor so that it says 1000 instead of 1 on these:
  
-''I3 X scale : 1000 \\ +''%%I3 X scale : 1000%%'' \\ 
-I4 Y scale : 1000 \\ +''%%I4 Y scale : 1000%%'' \\ 
-I5 Z scale : 1000'' \\+''%%I5 Z scale : 1000%%'' \\
  
 Then change the macros that write out the X,Y, Z values (usually M104-M106) so that it says #D0 in front of # in them. Then check if X, Y, Z-values are entered into any more positions of the post processor and change those too, if necessary. Then change the macros that write out the X,Y, Z values (usually M104-M106) so that it says #D0 in front of # in them. Then check if X, Y, Z-values are entered into any more positions of the post processor and change those too, if necessary.
  
-''M104 Set new X-pos             : &V1<xstopa>(" X#D0#x") \\ +''%%M104 Set new X-pos             : &V1<xstopa>(" X#D0#x")%%'' \\ 
-M105 Set new Y-pos             : &V2<ystopa>(" Y#D0#x") \\ +''%%M105 Set new Y-pos             : &V2<ystopa>(" Y#D0#x")%%'' \\ 
-M106 Set new Z-pos             : &V3<zstopa>(" Z#D0#x")'' \\+''%%M106 Set new Z-pos             : &V3<zstopa>(" Z#D0#x")%%'' \\
  
 //-I want my first change of tools to look different from the subsequent ones in my NC-program. Can I change this?// //-I want my first change of tools to look different from the subsequent ones in my NC-program. Can I change this?//
wiki/en/ppedit.txt · Last modified: 2019/10/11 13:33 by admin