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! > MetalWorking Machines > Fadal


Fadal Discuss Fadal machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-13-2006, 11:53 PM
Scott_bob's Avatar
Mfg Engineer
 
Join Date: Nov 2003
Location: United States
Posts: 458
Scott_bob is on a distinguished road
Automated clamping on a 2 pallet VMC

Here is the problem:

We use vacuum clamping to hold our parts down on our custom fixtures.
A "seal" is installed into the fixture to maximize our surface area of the clamping force, and to accommodate material variation. This "seal" is compressed as the vacuum pulls the part down into contact with the fixture. Locating pins are always used, either along an edge or in holes to prevent the part from shifting.

This all works fine except when the vacuum fails due to a leak in the seal, or someone neglects to connect the vacuum hose, or turn on the vacuum system.
Murphy's Law is just waiting to keep us all on our toes. Ever see a piece of material get thrown around inside a machining center? It happens...

The question I am asking here is this:
Has anyone set up a pressure (in this case vacuum) sensing circuit on your CNC that uses an M-Code to activate this system?

Basically, I want the CNC to NOT move or STOP moving "If" no pressure is "seen" in the vacuum clamping system. I am sure it would be the same for hydraulic clamping systems... It is a simple safeguard system that can save a lot of injury to personnel, equipment and tooling...

If you have any experience with this, let me know.
__________________
Scott_bob
Reply With Quote

  #2   Ban this user!
Old 01-14-2006, 12:28 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,563
Geof will become famous soon enough

Assuming your equipment has microswitches to prevent operation with the doors open you could just get a simple vacuum sensing switch and wire it in series with the door switch. No vacuum is then equivalent to the door being open. It depends on how your machine responds but with my equipment opening the door with the machine running gives a feedhold and stops the spindle.
Reply With Quote

  #3  
Old 01-16-2006, 08:25 AM
DareBee's Avatar
Monkeywrench Technician
 
Join Date: Jan 2004
Location: Stratford, Ont. Canada
Posts: 2,783
DareBee is on a distinguished road

Great idea and simple too
__________________
www.integratedmechanical.ca
Reply With Quote

  #4   Ban this user!
Old 01-17-2006, 08:44 PM
 
Join Date: Jan 2006
Location: USA
Posts: 5
bradleync is on a distinguished road

scott_bob,

Only problem is the alarm message you get from opening the door would be displayed if clamping is not active. This would have nothing to do with the cause of the alarm. Could be confuseing.
Are you going to be using this to activate the vacuum or just moniter the vacuum force?
Not sure if one M-code would be enough...
Reply With Quote

  #5   Ban this user!
Old 01-17-2006, 09:13 PM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,563
Geof will become famous soon enough

Originally Posted by bradleync
scott_bob,

Only problem is the alarm message you get from opening the door would be displayed if clamping is not active. This would have nothing to do with the cause of the alarm. Could be confuseing.
Are you going to be using this to activate the vacuum or just moniter the vacuum force?
Not sure if one M-code would be enough...
Just monitor the presence of vacuum; if the operator forgets to flip the valve you get a door open message when cycle start is pushed. If you have only two choices; door or vacuum it is not difficult to sort out which is the cause of the alarm.

I don't see how you would do it with an M-code unless you used the M-fin which can close a relay to activate an external operation and then sits waiting until it detects a contact closure indicating that the operation is complete before continuing running the program. Or at least that is the Haas sequence. The problem I see with doing it this way is that once the M-fin sequence is complete the controller stops looking at those contacts so if you then lose vacuum for some reason after the program has started running it will not stop it.

As far as I can see your choices are tie into either the door circuit or E-stop; I don't like E-stop because you have to reset and start from the beginning. With the door alarm you have the chance of being able to restore the vacuum and continue; if the problem is not obvious and cannot be corrected to continue then hit reset.
Reply With Quote

Sponsored Links
  #6  
Old 01-22-2006, 09:07 PM
Scott_bob's Avatar
Mfg Engineer
 
Join Date: Nov 2003
Location: United States
Posts: 458
Scott_bob is on a distinguished road

I Think we were going to use an M-code to activate the Vacuum force.
That way until the M-fin signal we cannot get motion.

But after that, I like the idea of tieing into the door open circuit because we would get like Geof says, motion hold and spindle off, if vacuum clamping is lost. E-Stop is not desirable except for safety, because it is not as easy to recover from. Thanks Geof!

Keep up the comments! We all benefit...
__________________
Scott_bob
Reply With Quote

  #7  
Old 01-23-2006, 06:39 AM
*Registered User*
 
Join Date: Jul 2004
Location: USA
Age: 37
Posts: 374
fpworks is on a distinguished road

It might be easier to use part detection sensors, such as a microswitch that verifies the part is fully seated against the fixture. This could also be used to detect a part that is not properly installed in the fixture.

Problems with this idea: that you'll need a switch for every position on the fixture, you'll have to modify your fixture for the switches, and the operator will have to connect/disconnect a cable for every pallet change (or go wireless)

Just throwing around another idea...
Reply With Quote

  #8   Ban this user!
Old 01-23-2006, 09:40 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,563
Geof will become famous soon enough

Originally Posted by Scott_bob
I Think we were going to use an M-code to activate the Vacuum force.
That way until the M-fin signal we cannot get motion.

But after that, I like the idea of tieing into the door open circuit because we would get like Geof says, motion hold and spindle off, if vacuum clamping is lost. E-Stop is not desirable except for safety, because it is not as easy to recover from. Thanks Geof!

Keep up the comments! We all benefit...
It took a few hours but eventually I realised it would not work to combine both.

You have to use either M-code/M-fin OR sensor in door switch circuit. If you use both your cycle will never start; the door hold will be active at cycle start because there is no vacuum so you will never get to read the M-code to activate the vacuum.
Reply With Quote

  #9   Ban this user!
Old 01-23-2006, 10:42 AM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 896
Neal is on a distinguished road

Another possiblity might be to use the I/O macro I 1 thru 6 inputs. (see Macro Section 18 of the User's Manual) This could be hooked to a vacum switch and when the vacum switch activates it can be checked via an "If... Then" conditional statement. Not quite sure how it would work but on the surface it looks promising.

Neal
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 07:03 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