CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > G-Code Programing


G-Code Programing Discuss G-code programing and problems here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 04-11-2007, 01:51 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road
convert in G_code

Dear all,
Now I using MasterCam V9.1 to create 2D contour milling, in which I have some straight line and two arc. I have done to make the Toll path and post to .NC file, however when I check all statement in NC file I see that most of tool path for arc is declared in term radius of arc for example G2X11.2Y87.3R16.1.But now I want to exchange this statement to G2X11.2Y87.3 Ixxxx Jxxxx so any body know how to do this please show me or send to me any document talk about this. many thank for your help.
my email: kiethnt@yahoo.com
Reply With Quote

  #2  
Old 04-11-2007, 01:54 AM
Switcher's Avatar
Moderator
 
Join Date: Apr 2005
Location: Vectorink.com
Posts: 3,660
Switcher is on a distinguished road

Post a sample file here, so we can see what you need.


.
Reply With Quote

  #3   Ban this user!
Old 04-11-2007, 02:11 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road
sample file

Dear Mr Switcher,
As your request let I post my sample file .MC9 and NC file here. Please show me how to change all G02 (G03) with radius Rxx to G02 (G03) with Ixx Jxx. Thank for your help.
Attached Files
File Type: txt 2DCONTOUR_MILLING PROJECT1.txt‎ (4.7 KB, 61 views)
Reply With Quote

  #4   Ban this user!
Old 04-11-2007, 04:56 AM
 
Join Date: Apr 2007
Location: india
Posts: 9
asjad is on a distinguished road

He wants to generate arc's program using vector co-ordinates like i, j, k instead of R defination.

If i haven't interpreat his mean wrong:

Example: For an arc with 50mm redius program at around X0 Y0 co-ordinates

MASTERCAM 9.1 GENERATES LIKE THIS:

%
G90 G10 L2 P1 X****** Y****** Z*******;
G0 G80 G90 G40;
G54;
M06 T1;
G43 Z200 H1;
X0 Y0 MO3 S1000;
Z50;
G01 Z-2 F2000:
G01 G42 X-50 D1 F100;
G02 X50 Y0 R50;
G01 G40 X0 F2000;
G0 Z200;
MO5;
M30;
%


HE WANTS LIKE THIS:

%
G90 G10 L2 P1 X****** Y****** Z*******;
G0 G80 G90 G40;
G54;
M06 T1;
G43 Z200 H1;
X0 Y0 MO3 S1000;
Z50;
G01 Z-2 F2000;
G01 G42 X-50 D1 F100;
G02 X50 Y0 I50 J0;
G01 G40 X0 F2000;
G0 Z200;
MO5;
M30;
%

Last edited by asjad; 04-11-2007 at 05:19 AM.
Reply With Quote

  #5   Ban this user!
Old 04-11-2007, 05:33 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road
reply

Dear Chip Sweeper,
Exactly what I means., becuse I have just start with G_code so I want to know how to convert them. Could you please show me more detail. Thank in advance
Reply With Quote

Sponsored Links
  #6  
Old 04-11-2007, 07:26 AM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Hi keithnt,

I took your file and converted the arcs to IJ using NCPlot v2. NCPlot has tools for converting arc centers between IJK and R specified. I'm sure you would rather be able to post the program from Mastercam in the correct format, but I thought this might help.

Thanks,
Scott
Attached Files
File Type: txt 2DCONTOUR_MILLING PROJECT1_IJ.txt‎ (5.3 KB, 45 views)
Reply With Quote

  #7   Ban this user!
Old 04-11-2007, 09:28 AM
 
Join Date: Mar 2005
Location: Silicon Valley, CA
Posts: 982
psychomill is on a distinguished road

Keithnt...

In your post file (it will be a ".pst" file in your mill post folder of Mastercam), you should see a line that looks like this under "General Post Settings"

arcoutput : 1 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180

Your current value is probably a "1" like above. Change it to a "0" to output IJK like this:

arcoutput : 0 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180
__________________
It's just a part..... cutter still goes round and round....
Reply With Quote

  #8   Ban this user!
Old 04-11-2007, 10:29 AM
 
Join Date: Apr 2007
Location: india
Posts: 9
asjad is on a distinguished road

I have made necessary chages in .pst file and posted here attachment .... just download and unzip and overwrite this file at C:\Mcam9\Mill\Posts ..... then try to run your run your post processer file...... i am sure it will generate your arcs in i,j,k mode .....



Goodluck!
Attached Files
File Type: zip MPFAN.zip‎ (16.0 KB, 36 views)
Reply With Quote

  #9   Ban this user!
Old 04-11-2007, 10:47 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road

Dear Mr Psychomill,
I have found General Post Seetting in Master Cam many time but until now I don't see where it is. Now I'm using MasterCam V9.1. Could you please show me again. Thank very much
Reply With Quote

  #10   Ban this user!
Old 04-11-2007, 10:57 AM
 
Join Date: Mar 2005
Location: Silicon Valley, CA
Posts: 982
psychomill is on a distinguished road

It might depend on which post file you're using... but it should look something like this in the .pst file ......
.
.
.


# --------------------------------------------------------------------------
# General Output Settings
# --------------------------------------------------------------------------
sub_level : 2 #Enable automatic subprogram support, ext enabled
breakarcs : 0 #Break arcs, 0 = no, 1 = quadrants, 2 = 180deg. max arcs

arcoutput : 0 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180
arctype : 2 #Arc center 1=abs, 2=St-Ctr, 3=Ctr-St, 4=unsigned inc.
do_full_arc : 1 #Allow full circle output? 0=no, 1=yes
helix_arc : 1 #Support helix arc output, 0=no, 1=all planes, 2=XY plane only
arccheck : 1 #Check for small arcs, convert to linear
atol : .01 #Angularity tolerance for arccheck = 2
ltol : .002 #Length tolerance for arccheck = 1

.
.
.
etc, etc, etc

The line in bold above is the one you want to change. Also, make sure you make a backup copy of the original post file before making changes. That way, in case you mess up, you can still get back to the original one...
__________________
It's just a part..... cutter still goes round and round....
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-11-2007, 11:01 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road
reply

Really thank Mr Dsychomill, let me try again but I think it will be OK for this time.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
G_code and APT languange kiethnt General CAM Discussion 3 05-15-2007 09:54 AM
G_code to barallel port ??? magdy_micheal General CAM Discussion 7 10-08-2006 06:36 PM
What G_code command? hop G-Code Programing 4 06-14-2006 05:24 AM
How did you convert CNCadmin Benchtop Machines 5 03-18-2003 09:42 AM




All times are GMT -5. The time now is 08:20 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361