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 > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-23-2009, 05:08 AM
 
Join Date: Nov 2007
Location: Egypt
Posts: 55
ahmed4040 is on a distinguished road
Question touch probe rotation cycle

dear all,

i have the following question

1- if i have an inclined (not straight) rectangular block on machine bed, how to get its center points (in X and Y) with the inclination angle ?? i mean how to use axes rotation cycle to measure this inclined block via touch probe??

the machine control is Fanuc 0imc
the touch probe used is : Blum TC50 ( a German brand like Renishaw )

the macro used in measuring cycle in attachment (the main macro is 9700 and all sub macros from 9701 to 9709)
Attached Files
File Type: zip Copy of MARCO.zip‎ (6.2 KB, 62 views)

Last edited by ahmed4040; 12-23-2009 at 05:42 AM.
Reply With Quote

  #2   Ban this user!
Old 12-24-2009, 01:07 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

On a 3-axis machine, it may not be possible.

State your problem more clearly, preferably with a drawing, and write what exactly you want to measure.

I am not able to open the file attached by you.
Reply With Quote

  #3   Ban this user!
Old 12-27-2009, 04:05 AM
 
Join Date: Nov 2007
Location: Egypt
Posts: 55
ahmed4040 is on a distinguished road

thanks Sinha for your reply,

the problem in details as follow:

i want to measure the center point of a rectangular die on machine center bed.

we usually use a dial indicator to make this die 100% horizontally .

we need to use this Blum to measure the center point of this die without using indicator (to save setup time).

the machine move as photo number 1 and this cause the center to be wrong.

we need to make the machine path like photo number 2.

i hope it's clear now

for the file in previous attach it was for measuring cycle (macro programs ).

i will attach it again.
Attached Thumbnails
Click image for larger version

Name:	1.jpg‎
Views:	71
Size:	28.2 KB
ID:	96159   Click image for larger version

Name:	2.jpg‎
Views:	64
Size:	24.2 KB
ID:	96160  
Attached Files
File Type: zip macro's.zip‎ (7.1 KB, 36 views)
Reply With Quote

  #4   Ban this user!
Old 12-28-2009, 07:37 AM
 
Join Date: Nov 2006
Location: Bulgaria
Posts: 162
f-bu is on a distinguished road

Measuring center points by X and Y (look at brown lines) will give you the figure center. After that you should measure also the rotation angle
Attached Thumbnails
Click image for larger version

Name:	PIC2.jpg‎
Views:	67
Size:	19.2 KB
ID:	96228  
Reply With Quote

  #5   Ban this user!
Old 01-01-2010, 12:00 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

I have derived formulae for a similar problem (finding the angle of an edge, and the coordinates of the lower left corner of a rotated rectangle). If you are interested, let me know. I would post these here.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-03-2010, 02:04 AM
 
Join Date: Nov 2007
Location: Egypt
Posts: 55
ahmed4040 is on a distinguished road

yes please we need this formula badly
Reply With Quote

  #7   Ban this user!
Old 01-04-2010, 12:15 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Formulae attached.

I located the lower left corner, and the angle of the lower edge with X-axis. You need the center. So, more derivation is needed, after touching the workpiece from all sides.
Attached Files
File Type: pdf Finding angle of an edge.pdf‎ (154.9 KB, 89 views)
Reply With Quote

  #8   Ban this user!
Old 01-04-2010, 05:13 AM
 
Join Date: Nov 2007
Location: Egypt
Posts: 55
ahmed4040 is on a distinguished road

Dear Sinha,

the document you attached is helpful, but what if i need the coordinates of program zero point to be in the center of the workpiece (i mean not in the lower corner) ??

is it possible, if yes how can i do this ??
Reply With Quote

  #9   Ban this user!
Old 01-04-2010, 05:36 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Yes. It is possible. This is all coordinate geometry. You need to know how to write the equation of a line, and how to find the intersection point of two lines. I have not done this, but it can be done. If you are not comfortable with such calculations, but need the formulae desperately, let me know. I will do it for you.
Reply With Quote

  #10   Ban this user!
Old 01-04-2010, 08:04 AM
 
Join Date: Nov 2007
Location: Egypt
Posts: 55
ahmed4040 is on a distinguished road

yes Sinha, i need the formula and no need for the equation.

i just want the Probe to go to the correct center.

my problem is how to make Probe measure the correct center point of an inclined workpiece, because as you know, Probe (which mounted in the spindle) moves in horizontal and vertical movements (not inclined movement), once i get the center of rotation i will activate G68 and every thing will be great
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-04-2010, 08:35 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

OK. Give me a day or two. It is a bit complicated.
Reply With Quote

  #12   Ban this user!
Old 01-04-2010, 11:28 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

I had a go at this I don't have any way of testing it though.


%
;O0001
;(GET 3 Z AND X POSITIONS)
;(1ST PROBE)
;(Z1)
#1
;(X1)
#2
;(2ND PROBE)
;(Z2)
#3
;(X2)
#4
;(3RD PROBE)
;(Z3)
#5
;(X3)
#6
;(GET ANGLE)
#100=ATAN[[#3-#1]/[#4-#2]]
;(TEST IF Z3 IS MORE OR LESS THAN Z1 AND OUTPUT VAR)
IF [#5>#1] THEN #69=[#6-#2+[[#5-#1]TAN#100]]
IF [#5<#1] THEN #69=[#6-#2-[[#1-#5]TAN#100]]
;(OUTPUT X POSITION)
#5221=#2+[#69[COS#100]]
;(OUTPUT Z POSITION)
#5223=#1+[[#5221-#1]TAN#69]
M99
%
Attached Files
File Type: pdf point capture macro.pdf‎ (45.8 KB, 62 views)
__________________
***********************************************************
*~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
***********************************************************
*__________If you feel inclined to pay for the support you receive__________*
*_______Please give to charity http://www.oxfam.org/en/getinvolved_______*
***********************************************************

Last edited by MysticMonkey; 01-05-2010 at 03:35 PM. Reason: Missed a few brackets out :(
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
Touch Probe Babba Syil Products 11 10-11-2009 12:17 PM
Caution While Using Your Touch Probe. Willyb Tormach PCNC 1 08-10-2008 03:14 PM
Touch probe indexing carving1 WoodWorking 0 07-22-2007 02:03 PM
Touch probe for sale cut more Digitizing and Laser Digitizing 2 03-08-2007 05:50 AM
Pop-up tool touch probe dmealer General Metal Working Machines 4 04-04-2005 06:47 AM




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