![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| 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) Last edited by ahmed4040; 12-23-2009 at 05:42 AM. |
|
#3
| |||
| |||
| 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. |
|
#5
| |||
| |||
| 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. |
| Sponsored Links |
|
#8
| |||
| |||
| 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 ?? |
|
#9
| |||
| |||
| 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. |
|
#10
| |||
| |||
| 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 |
| Sponsored Links |
|
#12
| ||||
| ||||
| 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 %
__________________ *********************************************************** *~~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 :( |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
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 |