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   Ban this user!
Old 02-27-2010, 10:11 AM
 
Join Date: Oct 2007
Location: usa
Posts: 48
patcareyis is on a distinguished road
NcPlot v2.20b6 feedback

File name is shown 4 times. It looks as though after
(save as) in Ncplots header it shows file path string and then file path string with file name.

With more than 3 files open you run out of room to display full name string in the open files toolbar. Maybe show file name and not full path in toolbar and show full path in Ncplots header and viewport header only
Enclosed is screenshot

Translate settings window if I use multistep Ncplot locks up. I’ve tried multiple settings and all lock up using one step at a time works fine even one step under multistep tab and it locks up

Could you add an option to rotate command to act as selected codes origin point (i.e. bottom left, top right, ect.) after rotating.

Pick points only work to snap to a G-move point in existing program maybe have it select the pointer coordinates or use hot key to capture pointer coordinates shown in pane in bottom left of window

Printer interface looks awesome it's much faster and more user friendly than before.

Could you maybe add radial buttons to enable\disable show tick, rapid moves, Marker, and plunge moves to viewport print preview.
Also maybe an option to add the file address and name, and type in notes to a header\footer to viewport page being printed
Attached Thumbnails
Click image for larger version

Name:	File_name_ncplotv2.20b6.jpg‎
Views:	74
Size:	90.7 KB
ID:	100891  
Reply With Quote

  #2  
Old 02-27-2010, 10:39 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Originally Posted by patcareyis View Post
File name is shown 4 times. It looks as though after
(save as) in Ncplots header it shows file path string and then file path string with file name.

With more than 3 files open you run out of room to display full name string in the open files toolbar. Maybe show file name and not full path in toolbar and show full path in Ncplots header and viewport header only
Enclosed is screenshot
I'll have to see what I can do with this... right now whatever is being displayed as the document title is what gets displayed as part of the application window title.

Translate settings window if I use multistep Ncplot locks up. I’ve tried multiple settings and all lock up using one step at a time works fine even one step under multistep tab and it locks up
I haven't seen this yet, I'll have to find out what I broke.

Could you add an option to rotate command to act as selected codes origin point (i.e. bottom left, top right, ect.) after rotating.
Not sure what you mean... can you explain in a little more detail?

Pick points only work to snap to a G-move point in existing program maybe have it select the pointer coordinates or use hot key to capture pointer coordinates shown in pane in bottom left of window
This is on my wish list. I would like to be able to pick other points off the viewport like center points and intersections.

Printer interface looks awesome it's much faster and more user friendly than before.

Could you maybe add radial buttons to enable\disable show tick, rapid moves, Marker, and plunge moves to viewport print preview.
Also maybe an option to add the file address and name, and type in notes to a header\footer to viewport page being printed
Thanks, I'll put this on my list.

Scott
Reply With Quote

  #3   Ban this user!
Old 02-28-2010, 01:55 PM
 
Join Date: Oct 2007
Location: usa
Posts: 48
patcareyis is on a distinguished road

Originally Posted by MetLHead View Post

Not sure what you mean... can you explain in a little more detail?

Well if you were to draw a rectangle around the item inserted and set origin point as bottom left, top right or center, ect. (Well use bottom left) so that coordinates where X0.0 Y0.0 at the origin point and then rotate at a point that moved the extents of X and/or Y, + or – X0.0 Y0.0 to have they ability to reset part origin to the X0.0Y0.0 after rotation would save having to move part manually

If origin point were say X2.12Y3.01 then after rotation origin point would be reset at X2.12Y3.01 This would work similar to how G92 sets an offset as a soft home instead origin point would act as the part home

This probably would only be useful on x,y programs as I program for laser and plasma cutting of sheet steel this would save some time when inserting code or dxf into existing programs.
I write code in G90 and G91 and set part origin to X0.0Y0.0 and write code for part as G91 and arrange it on sheet in G90 so to move a part I just adjust G90 and not the G91 code so I always set an origin point for the part

Code snippet would be as

G90
G00X.25Y.25
G92X.0Y.0

G91
G01
X1.0Y0.0
Y4.0
X2.0
Y1.0
X-3.0
Y-5.0
G90

G00Y5.5

G91
G01
X1.0Y0.0
Y4.0
X2.0
Y1.0
X-3.0
Y-5.0
G90


http://www.filefactory.com/file/b0c1...igin_point.dxf

Last edited by patcareyis; 02-28-2010 at 02:00 PM. Reason: dxf did not upload
Reply With Quote

  #4   Ban this user!
Old 03-02-2010, 06:29 PM
 
Join Date: Oct 2007
Location: usa
Posts: 48
patcareyis is on a distinguished road
runtime estimate problem

Looks as though run time estimate is not calculation arc radius in its program extents. I’ve tried converting to r instead of i and j, tried inc. and abs. arc centers.
Here is a program and config. file
Attached Files
File Type: zip extents.zip‎ (2.2 KB, 52 views)
Reply With Quote

  #5  
Old 03-02-2010, 07:58 PM
MetLHead's Avatar
Gold Member
 
Join Date: Mar 2003
Location: USA
Posts: 740
MetLHead is on a distinguished road

Originally Posted by patcareyis View Post
Looks as though run time estimate is not calculation arc radius in its program extents. I’ve tried converting to r instead of i and j, tried inc. and abs. arc centers.
Here is a program and config. file
That is wierd, I know this used to work. I must have broken something somewhere along the way but I'll get it fixed.

As for the rotation thing.. I think I've got it now, thanks for the explanation.

Thanks,
Scott
Reply With Quote

Sponsored Links
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
NCPlot v2.07 is now available MetLHead NCPlot G-Code editor / backplotter 0 07-28-2009 08:21 PM
NCPlot v2.05 now available MetLHead NCPlot G-Code editor / backplotter 14 09-15-2008 01:39 PM
Need Help NCPlot V1.1 Switcher NCPlot G-Code editor / backplotter 3 07-14-2006 03:40 PM
HELP W/ NCPlot MicoMachine General CNC (Mill and Lathe) Control Software (NC) 1 01-28-2006 02:48 PM
NCplot V2 CNCadmin NCPlot G-Code editor / backplotter 6 04-21-2005 11:10 AM




All times are GMT -5. The time now is 10:36 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 354 355 356 357 358 359 360 361