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 > Haas Mills


Haas Mills Discuss Haas machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 04-18-2007, 09:22 PM
1ctoolfool's Avatar  
Join Date: Jan 2004
Location: KY
Posts: 201
1ctoolfool is on a distinguished road
can probe be used for reverse engineering

Can i make a Haas machine with a probing system "scan" a part surface?
I have done this with home made cnc but need to know if it can be done with like a VF1.

This would be a simple routine of collecting a series of points in a grid using the touch probe. The xyz data would be written out to a file.

The main issue is the correction of the offset actual surface point to the probe tip diameter. This is difficult to correct accurately and even cmm probing systems have these problems, but i can live with that if I can make a VF1 collect a set of points using the Rennishaw probe. If the probe tip accuracy became an issue I would like to use a laser rangefinder in place of the probe which supports RS232 coms.

The method I used previously was to write a simple macro that would scan a user defined grid at a user defined point density, then store the point cloud data as a text file.

Does anyone know of an application or have experience with this?
The questions I have are:
Can the Haas output each xyz "touch"
How fast can the probe respond. In other words what feedrate can the probe approach the work and still stop in time?
What is the G code for a probing command if any?

Thanks
Joe V
Reply With Quote

  #2   Ban this user!
Old 04-19-2007, 01:13 AM
 
Join Date: Nov 2006
Location: USA
Posts: 263
bob1112 is on a distinguished road

I would second that post. I to would like to touch probe with a Haas. Curious as to what sofware you are using to collect the data and trace the points? I have not seen this on a Haas and it is very important for our needs.
Reply With Quote

  #3   Ban this user!
Old 04-19-2007, 06:22 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

070419-0610 EST USA

Yes you can probe a part. Yes you can output X, Y, Z thru RS232.

Study the HAAS manual. If you do not have one, then go on-line and download a copy.

The on-line manual may include new functions that do not exist in older machines.

(edit) You can write your own code to do the probing. (end edit)

.
Reply With Quote

  #4   Ban this user!
Old 04-19-2007, 07:45 AM
 
Join Date: Sep 2006
Location: USA
Posts: 51
WITOMCIO is on a distinguished road

The answer is yes.
There is "Inspection Plus Software for Haas" manual by Renishaw,free from your Haas dealer.
I have .pdf copy of it. Let me know if you want it.
All macros are explained.And Haas has them all, much more then "Quick probe" from control.
Reply With Quote

  #5   Ban this user!
Old 04-19-2007, 06:20 PM
1ctoolfool's Avatar  
Join Date: Jan 2004
Location: KY
Posts: 201
1ctoolfool is on a distinguished road
Renishaw manual

please email me that manual you mentioned if it's not too much trouble.

homeshopaccessories@insightbb.com

thanks
joev
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-23-2007, 02:07 PM
 
Join Date: Dec 2006
Location: USA
Posts: 13
btomlinson is on a distinguished road

Originally Posted by WITOMCIO View Post
The answer is yes.
There is "Inspection Plus Software for Haas" manual by Renishaw,free from your Haas dealer.
I have .pdf copy of it. Let me know if you want it.
All macros are explained.And Haas has them all, much more then "Quick probe" from control.

If you could E mail it to me too that would be great :>)

brian@tomlinsonmachineandtool.com
Reply With Quote

  #7   Ban this user!
Old 04-28-2007, 11:45 AM
DRD DRD is offline
 
Join Date: Oct 2005
Location: usa
Posts: 114
DRD is on a distinguished road

Originally Posted by WITOMCIO View Post
The answer is yes.
There is "Inspection Plus Software for Haas" manual by Renishaw,free from your Haas dealer.
I have .pdf copy of it. Let me know if you want it.
All macros are explained.And Haas has them all, much more then "Quick probe" from control.

Could you please send me a copy too. I am ready to buy a Haas mill, and am going to use the dightizing probe alot for my shop.

E-Mail to, info@drdracingheads.com


Thanks
Darren
Reply With Quote

  #8   Ban this user!
Old 05-01-2007, 08:30 AM
 
Join Date: May 2004
Location: United Kingdom
Posts: 75
guypb is on a distinguished road

What you are trying to do is quite easy.
You can use the standard Renishaw Inspection Plus macros on the machine if you want - I also have the manual available.

We use an application called CNC Reporter to automatically gather data into an Excel Spreadsheet (so it is at least delimited etc.)

The key to improve accuracy is to calibrate the probe and to use as small a ball as possible.
A probe ball is calibrated in several vectors to compensate for not only physical size and physical run-out, but the speed of the skip signal also. What you end up with is a series of offsets - some for stylus position, some for radius of the ball. If you probe in a non calibrated vector - you cannot guarentee the accuracy of the output (unless you use a strain gauge probe - MP700). One way around this is to use a small ball, that way any inaccuracies are reduced.

Really you should probe any surface at the surface normal - for unknown part scanning this is not always possible.

We use Renishaw's prod+ software and there is the facility to probe either a radial or linear grid, and output all the points via a DPRNT. We then collect them via CNC Reporter into Excel in real-time and post process for a point cloud that is then taken into our CAM package.
Reply With Quote

  #9   Ban this user!
Old 05-12-2007, 03:32 PM
 
Join Date: Feb 2007
Location: Italy
Posts: 5
Ruggine is on a distinguished road

Can someone send a copy of this manual to pbsxs AT yahoo.it?

Thanks in advance,
Sandro
Reply With Quote

  #10   Ban this user!
Old 05-12-2007, 03:49 PM
deanrach's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 75
deanrach is on a distinguished road

I'm not sure if you are asking to inspect a part for the purpose of reverse engineering or for in-process/final inspection. We use the HAAS probes extensively, and I'm not aware of the ability to inspect parts on unknown dimensions for the purpose of copying or reverse engineering parts. As for inspection to known dimensions, Renishaw Inspection Plus is what we use. As for data collection easyDNCXP is the software we use. All data is capture and transmitted vis RS232 to a PC using EasyDNCXP.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 05-13-2007, 03:33 AM
 
Join Date: Feb 2007
Location: Italy
Posts: 5
Ruggine is on a distinguished road

I use a laser scanner for reverse engineering, I need to use the probe for in process inspection and I was looking for the Renishaw Inspection Plus manual if you can.

Thanks,
Sandro
Reply With Quote

  #12   Ban this user!
Old 05-13-2007, 07:34 AM
deanrach's Avatar  
Join Date: Jun 2005
Location: USA
Posts: 75
deanrach is on a distinguished road

Here is the manual you requested. If you need help with developing code let me know.
Attached Files
File Type: zip H-2000-6222-0A-A[1].zip‎ (564.5 KB, 185 views)
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
Reverse engineering quadbob PTC Pro/Manufacture 2 04-27-2007 06:54 AM
Options on machines best for reverse engineering chase78 General Metal Working Machines 1 02-26-2007 09:03 AM
reverse engineering a BIG stepper drive? DennisCNC General Electronics Discussion 3 11-16-2006 01:49 PM
Reverse Engineering Stepper drive Karl_T General CNC (Mill and Lathe) Control Software (NC) 3 10-08-2006 01:05 PM
help with reverse engineering a couple of found servos's nick mulder Servo Motors and Drives 9 02-20-2006 12:47 PM




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