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 > NCPlot G-Code editor / backplotter


NCPlot G-Code editor / backplotter Discuss NCPlot software here.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 07-04-2005, 04:36 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road
Smile NC Plot Discussion

There has been a good deal of discussion of NC Plot in regards to lathe and screw machine verification on alt.machines.cnc. Would like to see that discussion addressed and directed to cnczone if possible.

jon
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 07-04-2005, 06:30 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 724
MetLHead is on a distinguished road

Jon,

Have you used NCPlot for lathe backplotting yet? I was wondering how it's been working out for you. I'm working out of town this week, so I haven't had much time to check messages or work on it. But, if you have questions you can post them here and I'll check in when I can.

Thanks,
Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 07-05-2005, 04:32 AM
 
Join Date: Jun 2004
Location: USA
Posts: 80
duenow is on a distinguished road

Originally Posted by MetLHead
Jon,

Have you used NCPlot for lathe backplotting yet? I was wondering how it's been working out for you. I'm working out of town this week, so I haven't had much time to check messages or work on it. But, if you have questions you can post them here and I'll check in when I can.

Thanks,
Scott
Needs to strip the extra characters fanuc controls put in the program. MacGen & Discriminator do this. This is what I got loading an old program
file.

Except for the two square symbols that don't show at the start of each line.
&HE:%

:0151(FISHER)

G20

G65P9150H1.(SET-FOR-50-90-PS1)

(FISHER)

(P/N-1N2543-JOB->O151)

N2(-FEED-STOCK-T0200)

G97

M98P1

T0202

X0.Z1.M09

/X0.Z-0.375F400.

/M21

/G04U0.1(1/2SECDWELL)

/Z.03F400.

/G04U1.


G97

M98P1

T0202

X0.Z1.M09

/X0.Z-0.375F400.

Dave
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 07-05-2005, 05:01 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 724
MetLHead is on a distinguished road

Dave,

I'll add this for the next beta

Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #5  
Old 07-05-2005, 07:00 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

Originally Posted by MetLHead
Jon,

Have you used NCPlot for lathe backplotting yet? I was wondering how it's been working out for you. I'm working out of town this week, so I haven't had much time to check messages or work on it. But, if you have questions you can post them here and I'll check in when I can.

Thanks,
Scott


Scott,

I don't do CNC lathe at my present job (we don't have one.)and I have only a small amount of CNC lathe experience... period. I'm a CNC mill guy but hopefully that will change in the future. This is why I asked Dobe Dave / Due Now to work with you. I have also asked someone who does Swiss Screw machine programming to help you and hopefully he will. You could not ask for better feedback on what's needed for CNC lathe backplotting then you will get from Dobe Dave / Due Now.

jon
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 07-06-2005, 08:43 AM
 
Join Date: Jun 2004
Location: USA
Posts: 80
duenow is on a distinguished road

Originally Posted by MetLHead
Jon,

Have you used NCPlot for lathe backplotting yet? I was wondering how it's been working out for you. I'm working out of town this week, so I haven't had much time to check messages or work on it. But, if you have questions you can post them here and I'll check in when I can.

Thanks,
Scott
I can't see my graphics in the lathe part, my work is max 1" dia X 2" long.

My mill work 4" x 4" shows up fine. Is there away to set the max screen to say 2" x 2" for my small lathe parts? MacGen you can set the default screen size. Maybe I'm doing something wrong
Tweet this Post!Share on Facebook
Reply With Quote

  #7  
Old 07-06-2005, 06:14 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 724
MetLHead is on a distinguished road

Dave,

Could you post the file or email it to me? And a sample Fanuc file with the extra characters would be great also.

Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 07-10-2005, 01:03 PM
 
Join Date: Jun 2004
Location: USA
Posts: 80
duenow is on a distinguished road

Originally Posted by MetLHead
Dave,

Could you post the file or email it to me? And a sample Fanuc file with the extra characters would be great also.

Scott
I sent you that file, did you not get it?
Tweet this Post!Share on Facebook
Reply With Quote

  #9  
Old 07-10-2005, 02:29 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 724
MetLHead is on a distinguished road

Dave,

Sorry about not responding sooner. I did get your file, but haven't had much time to look at it. I will be back home tomorrow night. I did notice that you use G65 and M98 subroutines several times in your program. Do you get an error message that says "subprogram not found" when you try to load the file? If you do, that is why you don't see anything on the viewport. The G-Code interpreter stops when it encounters an error, so if there is no axis motion before the error you won't see anything. To properly handle subroutines, you should have the subprogram on your PC and use the menu Setup|Subprograms to assign a file to each subroutine. As an example, open the menu Setup|Subprograms. Click the 'Add' button. Type in the program number of your subroutine - this is the number following the 'P' in the G65 or M98 block. Press enter and you will get a file browse dialog. Select the file that contains the G-Code for your subroutine. After the association has been added, it will backplot properly from your main program. If you have a lot of subroutines, put them all in the same folder and set the default search folder to point to it. The only thing you have to do is name the files with their program number in the format "O" followed by the program number with no leading zeroes. They can have any extension you like. For example, "O1.txt" will match for the block M98P1.

Hope this helps.

Regards,
Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 07-11-2005, 02:34 PM
 
Join Date: Jul 2003
Location: MINN
Posts: 22
I.C.O.N. is on a distinguished road

Scott,

I have figured out the subroutines thanks to this post. But I cannot get them to plot out correctly. The file I sent you was not the finished product but it should run through. Let me know if it does not. I tried another program that was not as complicated and it plotted out kinda funny. it was using incremental subroutines and was proven in the machine. Standard yasnac control. Pretty simular to fanuc. I think it is the repetitions "L" call that is messing it up. It did run through though.

Tried another program with no subs and no "L" calls and it ran through with a bunch of R values too small, errors. Smallest Raddiuss is .0516. Mine where .05. Also got some start and end point errors on a couple G13 commands.

Questions:

was wondering if you could see the program as it jumps to the sub or macro.

Is the macro calc a live tool as to what is running in the editor? So you can see the veriables as they are calculated.

Comments:
M99P call would be helpfull. so you can make program jumps.
L call is very importent to us. We us it everyday.

I REALLLY like the way you can pick on an entity and it jumps to that point in the program.

I am out of time now but I am also looking forward to trying out some DXF files and see what it can do.

I think you have a good start on this and hope you have time to continue development. If I can help out in any way let me know. I haven't played with it enough to give much more input.

Thanks and keep up the good work,
Andy
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11  
Old 07-11-2005, 08:30 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 724
MetLHead is on a distinguished road

Andy,

Currently, you will only see program jumps within the same file. Although, it would be nice if NCPlot would recognize when there are multiple programs in the same file, like the one you sent me. Then you could see the jumps to subprograms. There are several ways to accomplish the display of subprograms, I'm just not sure which one to use, if any. I'll definately keep this on the wish list.

The program is fully executed before you see it on the viewport, so you cannot see variables update as the program is stepped. This was something that could be done in the earlier beta's but has since been changed. It's a feature I really miss, so it will probably make it back in.

Your other suggestions are also good ones, and I'll keep them in mind.

If you're having a problem with a program not plotting correctly, please send it to me. Or at least enough of it to demonstrate your problem. This will help me greatly when trying to find it.

Thanks for the feedback,
Scott
Tweet this Post!Share on Facebook
Reply With Quote

  #12  
Old 07-22-2005, 08:39 PM
*Registered*
 
Join Date: Jul 2003
Location: Phoenix, Arizona
Posts: 290
jonbanquer is on a distinguished road

Originally Posted by duenow
I can't see my graphics in the lathe part, my work is max 1" dia X 2" long.

My mill work 4" x 4" shows up fine. Is there away to set the max screen to say 2" x 2" for my small lathe parts? MacGen you can set the default screen size. Maybe I'm doing something wrong
Scott,

I think it would be an excellent idea if the NC Plot user had more control over screen size.

How about allowing Rotate, Pan and Zoom Window with a context sensitive (right click) menu ? I immensely dislike having to hit an icon to Pan or to create a Zoom Window.

jon

Last edited by jonbanquer; 07-22-2005 at 09:10 PM.
Tweet this Post!Share on Facebook
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
NC Plot v2 Beta 5 MetLHead NCPlot G-Code editor / backplotter 3 09-14-2008 05:20 PM
G200x Discussion CNCadmin Gecko Drives 52 08-28-2005 04:20 AM
SprutCAM discussion CNCadmin SprutCAM 23 04-15-2005 04:02 PM
Batch plot? CNCadmin Autodesk Software (Autocad, Inventor etc) 2 08-04-2004 08:52 AM
Batch Plot?? CNCadmin Autodesk Software (Autocad, Inventor etc) 9 07-16-2003 12:02 PM




All times are GMT -5. The time now is 11:01 AM.





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