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 > CamSoft Products


CamSoft Products Discuss Camsoft PC based CNC controller products here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-27-2009, 08:16 PM
cnc-it's Avatar  
Join Date: Oct 2007
Location: UK
Posts: 157
cnc-it is on a distinguished road
Does Camsoft support "hot swap" tool changers

Just wondering if anyone has done a hot swap tool changer yet with Camsoft.
The kind of system that puts the tool back in the next available pot and remembers where it has put it for the next time it calls the same tool.

I'm looking at a floor standing unit Something like this to give me more tools..
Not using Camsoft but this might tempt me to change!!

http://cgi.ebay.com/ws/eBayISAPI.dll...=STRK:MEWAX:IT

John.
Reply With Quote

  #2   Ban this user!
Old 12-28-2009, 02:37 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

The beauty of Camsoft is that any sort of custom routine is easy to do.

That said, the closest empty spot is always going to be where you just took the tool from. If you needed to get tricky you could look at all empty spots and find the empty spot closest to your next tool and preposition the tool changer while you're still cutting.

Large changers from the era of the one pictured often ran only one direction. Rebuilding the unit for both directions could save a ton of tool change time.

Karl
Reply With Quote

  #3   Ban this user!
Old 12-28-2009, 06:50 AM
cnc-it's Avatar  
Join Date: Oct 2007
Location: UK
Posts: 157
cnc-it is on a distinguished road

Thanks Karl. The type I had in mind like you rightly say puts the used tool back in the pot the new tool is taken out of and updates the tool library to show tool in it's new carosel slot but with the same tool number.

It's how all machines seem to do it these days but I have seen 80's machines with this method too so it's nothing new.

That said a slower system that puts the tool back where it came from would be much easier to programme I expect!


John.
Reply With Quote

  #4   Ban this user!
Old 12-28-2009, 10:08 AM
 
Join Date: Apr 2003
Location: United States
Posts: 279
camsoft is on a distinguished road

We do offer 2 pre-written logic routines that put the tool back in the next available pot and remembers where it has put it for the next time it calls the same tool called "random access" tool changer routines that are fully user
customizable.

These include chain driven tool changer routines much like the one in the photo. There are also hydraulic turrets, ones for un-equal tool spacing and routines takes the shortest route to next tool.

Tech Support
CamSoft Corp.
support@camsoftcorp.com
PH 951-674-8100
Fax 951-674-3110
www.cnccontrols.com
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #5   Ban this user!
Old 12-29-2009, 02:40 AM
cnc-it's Avatar  
Join Date: Oct 2007
Location: UK
Posts: 157
cnc-it is on a distinguished road

Thanks guys random access was the word I was looking for..and now I know I can do this with Camsoft sounds great.

Does Camsoft also do pitch error comp along an axis travel like the Fanuc controls ?

John.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-29-2009, 05:32 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Originally Posted by cnc-it View Post

Does Camsoft also do pitch error comp along an axis travel like the Fanuc controls ?

John.
you betcha

Karl
Reply With Quote

  #7  
Old 12-29-2009, 06:29 AM
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 530
HillBilly is on a distinguished road

These type of toolhangers require the tool changer to do operations while the CNC is preforming motion to save time. For instance they usually prestage tools with a T# call with no M6. It would seem imposible for the PC to process the I/O events for this while issuing motion commands to the Galil, especially if the G code were small segment code.

The non random ones would start machining as soon as the new tool was in the spindle and the PLC would take care of putting the old tool back where it goes in the magazine.

Darek
Reply With Quote

  #8  
Old 12-29-2009, 07:09 AM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

Originally Posted by HillBilly View Post
These type of toolhangers require the tool changer to do operations while the CNC is preforming motion to save time. For instance they usually prestage tools with a T# call with no M6. It would seem imposible for the PC to process the I/O events for this while issuing motion commands to the Galil, especially if the G code were small segment code.

The non random ones would start machining as soon as the new tool was in the spindle and the PLC would take care of putting the old tool back where it goes in the magazine.

Darek
I'm not sure of the technical details, but I'd conjecture that you could put some logic in the timer.fil that will execute simultaneously with a running program. Of course, you'd probably want to provide an exit for any logic loop designed to oversee completion of prestaging.

I do make use of the timer to get real time rpm off the spindle encoder (lathe). The logic runs whenever the spindle is turning, so gcode is being executed.

I think most of the other camsoft provided files tend to execute in sequential fashion, for example the gcode, mcode or macro.fils
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #9   Ban this user!
Old 12-29-2009, 10:21 AM
 
Join Date: Apr 2003
Location: United States
Posts: 279
camsoft is on a distinguished road

We offer some further advantages that allow the user to go beyond the 256 point equally spaced pitch table Fanuc provides.

Our tables break the 256 point limits and allow un-equally spaced compensation point to be entered.

We also have other error correction tables that work in conjunction at the same time with the pitch error table.

1. Bi-directional lead screw error compensation

2. Pitch error variation when the ball screw threads are not of equal proportion

3. Lead screw bowing compensation for bent screws

4. Misaligned or titled angle comp when the screw in mounted at an angle

5. Reverse direction error compensation

6. Volumemetric 3D compensation for table sagging in the Z axis


Tech Support
CamSoft Corp.
support@camsoftcorp.com
PH 951-674-8100
Fax 951-674-3110
www.cnccontrols.com
__________________
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #10   Ban this user!
Old 12-29-2009, 10:28 AM
 
Join Date: Apr 2003
Location: United States
Posts: 279
camsoft is on a distinguished road

Yes, it is possible to perform the tool changer sequence while cutting in a routine that runs separately & independently from the other processes. We have been doing this for Tool Changers, Pallet changers, Part catchers, Robotic arms ect...at the same time XYZABC axes are cutting the part for several years.

The system can process many events at the same time in everyday situations within the INPUTIO.FIL or TIMER.FIL files as HuFlungDung mentions. We posted yesterday how the CNC can do more than one task at a time.

When a routine needs special attention or focus on a task the BACKGROUND command will process a logic sequence in the background while cutting the part. There's also a POSITION command that can move another separate axis for example a tool changer servo while XYZ are cutting with independent motion and control.

These commands are unique commands to CamSoft's Professional version.

Recently we showed a gentleman how his CNC could do texting as fast as a school girl of cycle status information to his cell phone in a background process while the CNC was cutting.

Tech Support
CamSoft Corp.
support@camsoftcorp.com
PH 951-674-8100
Fax 951-674-3110
www.cnccontrols.com
__________________
(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
  #11   Ban this user!
Old 12-30-2009, 03:01 AM
cnc-it's Avatar  
Join Date: Oct 2007
Location: UK
Posts: 157
cnc-it is on a distinguished road

I see so the carousel chain could be putting the next tool in position whilst the present tool is still machining..that way the tool change arm will do an instant straight swap when the tool change is called in the G code and not have to wait for the carousel to position the tool before doing a tool change..sounds great.

The pitch error comp sound excellent also..seems to have everything that the Fanuc controls have.

At the moment my encoders go to the master board on my Fanuc and there is a frequency to velocity converter so the control can read speed and position from one encoder..no tach needed.

Does the Galil card do the same thing..I just wire my encoders to it and it controls the drive accordingly..?
I have Fanuc differential encoders 2000ppr and analogue dc drives.

John.
Reply With Quote

  #12  
Old 12-30-2009, 05:07 AM
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 530
HillBilly is on a distinguished road

I'm not saying it can't be done, I would love to see the code to do it.

What I am saying "by the time you get it working right you will wish you had used a PLC instead". That is based on my experience with your software and these type of tool changers.

Darek
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
How to "offset" Double sided PCB if I don't have abolute "home" on my CNC ? Calico PCB milling 11 07-12-2011 06:02 AM
Need Help!- Green "Tool Reset" prompt, but we have no button to push for that, or a tool changer. tomdbiggs Milltronics 8 02-01-2010 09:45 AM
Need Help!- "motor steps per resolution" and "driver microstepping" settings margni74 LinuxCNC (formerly EMC2) 9 10-24-2009 02:33 AM
"J" head type "millport"(tiwan,1980) clutch marksbug Bridgeport and Hardinge Mills 1 08-17-2009 10:48 AM
Tool height "touch off" tool unusable DHK DeskCNC Controller Board 6 05-06-2006 12:54 PM




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