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! > CAM Software > OneCNC


OneCNC Discuss OneCNC software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #61  
Old 07-17-2003, 12:28 AM
wms's Avatar
wms wms is offline
Moderator
 
Join Date: Mar 2003
Location: United States
Posts: 939
wms is on a distinguished road

Ken,

Here http://www.cnczone.com/showthread.php?threadid=600
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #62   Ban this user!
Old 07-17-2003, 09:01 AM
 
Join Date: Mar 2003
Location: Utah
Posts: 214
Mortek is on a distinguished road

I'm wondering in which cases radial approach works in z-level finishing. It appears that if you are restraining the toolpath by a boundary that it seldom works. The Help files say that if there is room then the radial approach IE depart will work, but if not room it defaults to vertical approach.

I was able by changing the way I finish the rest of the part, to shorten my tool stickout to 2.5 inches. I seem to be getting a good finish and by allowing .002 stock I am avoiding gouging the already finished surfaces even though it's defaulting to vertical approach>

Ken
Reply With Quote

  #63  
Old 07-17-2003, 10:16 AM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

Hi Mortek,

I use a screen capture program called 5clicks to take screen shots. As you have found out, windows bitmap format is huge when using print screen to Paint.

I think you can use "5 clicks" for 30 days free, then you need to register, but it is well worth it. Most screen shots saved in png format are less than 70k, and look better than jpg.
Reply With Quote

  #64  
Old 07-17-2003, 11:32 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road
using macros combined with cycle

I have a few imcremental macros that I have figured out for thread milling. I have these set up in custom code, but I was puzzling about how to make a neat insertion into the NC manager, in the event that I had a several holes to do.

The method I used was to set up a special machine cycle which I call thread mill.
Start lines:
{/X}{/Y} 'movement to first hole

Mid lines: call the macro
/N (Bandit subroutine macro call)
{/X}{/Y} 'move to next position

End lines
/N (final sub call)
N (unconditional jump in main program, Bandit style)

I call this special cycle then, just like any other drill cycle, and then insert the custom macro code after it, a simple 2 step process in the NC manager.

When I post the code, my subroutine macro is posted right inside the main program body. After posting, I then have to find the appropriate line number for the start of the macro, and paste this after each instance of "/N".

Then, I find the line number of the line following the end of the macro, and paste that in after the "N", which in Bandit code, forces the main program to skip ahead past the macro in the main program, when it gets to it. Thus, the main program can execute smoothly afterwards for subsequent processes.

I don't know if this will help or hinder anybody, since most of you use ISO code. But, it works better than just plopping gobs of macro code into your program, because then the NC manager's normal method of laying out the code for this tool, etc, will come out neat and correct, with a minimum of fuss.
Attached Thumbnails
Click image for larger version

Name:	macro.png‎
Views:	209
Size:	14.3 KB
ID:	591  
Reply With Quote

  #65  
Old 07-23-2003, 07:30 PM
wms's Avatar
wms wms is offline
Moderator
 
Join Date: Mar 2003
Location: United States
Posts: 939
wms is on a distinguished road
Zoom in on your work, fillets that is.

I posted this on the other board. But I wanted to post it here as well. Enjoy.

Guys,

Here's a tip that Bob F. turned me on to when selecting edges to fillet.

After you select the fillet function and you start to go around the part to select edges, you can zoom in or out, with out "losing" the funtion, by placing your curser over the area you want to look at and press the "+"(plus key) to zoom in and the"-"( minus key) to zoom out.
This way you can zoom right in on your edges and make sure that you select all the ones you need to make fillet work.

Where you place the cursor becomes the center of your screen.

This works on both Xp series and Mill 2000/2004.
And in Xp series you can use the wheel on the mouse to rotate the part with out losing the funtion.

This may work for other things as well.

Pretty cool stuff.

Thanks Bob for the tip.
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #66   Ban this user!
Old 07-23-2003, 10:35 PM
 
Join Date: Mar 2003
Location: Utah
Posts: 214
Mortek is on a distinguished road

WMS,

Is this something you have to turn on somewhere? I just tried it in ver. 4.36 of Mill Prof 2000 and could not get it to work no matter what I do.


Okay I take that back. The"+ or -" Key on the number pad of the keyboard works.

Ken

Last edited by Mortek; 07-23-2003 at 10:45 PM.
Reply With Quote

  #67   Ban this user!
Old 07-23-2003, 10:48 PM
 
Join Date: Mar 2003
Location: USA
Posts: 332
keithorr is on a distinguished road
Re: using macros combined with cycle

Originally posted by HuFlungDung

I don't know if this will help or hinder anybody, since most of you use ISO code. But, it works better than just plopping gobs of macro code into your program, because then the NC manager's normal method of laying out the code for this tool, etc, will come out neat and correct, with a minimum of fuss.
If there is one thing I've learned from Hu, it is "don't buy anything with a bandit controller".

It seems you spend more time messing around with the programming than cutting material.

I'm so glad I have a machine that reads straight forward G code and macros without any propriatary weirdness.
Reply With Quote

  #68  
Old 07-23-2003, 11:06 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

You are quite right Keith, they do take some fooling with, because they were originally built on a competitive system to ISO, but then they aren't nearly as tough as some of the "conversationals" that I've seen guys working with (trying to create Gcode posts)

Bandit is pretty much extinct, anyway, and service and boards are hard to come by, but the Shadow came along so that "something" would be able to run existing programs. It is kind of the "inbetween stage" between the homebuilts the guys on these forums are building, and big name cnc's.

But, it moves the cutter in all three axis, that's all I care about. Its actually very handy to run, if you like living on the edge: it will execute any line of code you give it without a big song and dance first.
Reply With Quote

  #69   Ban this user!
Old 09-17-2003, 01:16 PM
 
Join Date: Aug 2003
Location: UK
Posts: 113
peter is on a distinguished road

hi keith
thats the thing i love about ONECNC
no matter if you have a old controller
or a new controller
onecnc is flexable in posting toolpaths to suit your controller
old or new
regards
peter
Reply With Quote

  #70  
Old 11-16-2003, 11:52 AM
wms's Avatar
wms wms is offline
Moderator
 
Join Date: Mar 2003
Location: United States
Posts: 939
wms is on a distinguished road
Thumbs up OneCNC Book

Guys,

Here is Link to a new "Third Party" book that is due to be released December 2003.



http://www.f1help.biz/ccp51/cgi-bin/...cat&ref=OneCNC
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #71   Ban this user!
Old 11-25-2003, 12:31 PM
OneCNC's Avatar  
Join Date: Mar 2003
Location: United States
Posts: 70
OneCNC is on a distinguished road
Machining Models

One of the advantages of being a hybrid CAD/CAM system is when dealing with imported models it is not necessary to Stitch or sew surfaces together for machining.

OneCNC CAD/CAM software recognizes tangent surfaces, even when not closed to form a water tight model, and allows machining of imperfect models by mathematically "healing" the model during import and then re-examining the model again during the generation of tool paths.

This ability is possible because OneCNC is built on solids originally, not as an after thought or third party add-on. So therefore OneCNC treats a single surface, or multiple surfaces as solids, even when their not.

This makes OneCNC uniquely capable of reducing programming time and so is easier to use so you can focus on programming, rather than wasting time repairing models.

With OneCNC its as simple as import and machine.

OneCNC LLC
(877) 626-1262
(813) 874-2335
www.onecnc.net
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





All times are GMT -5. The time now is 04:56 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