![]() | |
| 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
| |||
| |||
| Hello I have a compicated issue, I use a Robodrill with a Fanuc 16i controller and I am attempting to create a variable offset on my X axis based on data collected using a Renishaw OMP40 touch probe. The real issue is my probe stores all of the data in decimal format I.E. 1" = 1.000" and fanucs offsets using the G10L50 function uses data in the 1" = 1000 format and trying to multiply the decimal place to the right does not work. I need to know how I can force my probe to store data in the format used by the G10L50 offset. This is how I currently load my offsets If I needed and offset of: 1" on X, 2" on Y, and 3" on Z and I want to add a second varable on X for the adjustment I need #101 = 1000 #102 = 2000 #103 = 3000 G10L50 N1221 P1 R[#101] N1221 P2 R[#102] N1221 P3 R[#103] G11 G54 Here is what I want to do add a variable on X for the adjustment I need based on info collected by my probe on actual part length vs model length, and this is not scaling just an offset. #101 = 1000 #102 = 2000 #103 = 3000 G10L50 N1221 P1 R[#101 + #572] N1221 P2 R[#102] N1221 P3 R[#103] G11 G54 |
|
#2
| |||
| |||
| It appears that you have the DPI bit set for conventional input instead of calculator input. My hunch would be that your probe is hitting and storing machine position values into your variables which will get entered as X.XXXX. However with your program input having to be 1000 to =1.000 you are contradicting. Long story short change parameter 3401.0 equal to 1. You will have to change your program to use the decimal.. Your #101=1000 will have to change to #101=1.000 or #101=1. Or #101=1 These will all give the same result. Your other option is to write in the macro or a different program and covert your probe data by multiplying it by 1000 I strongly suggest changing the bit to make sure noting is conflicting. It will make it much easier. You don’t want the chance for any error or miscalculation especially if you are using this data to adjust offsets with G10. Just imagine if a number adjusts by 1000.0” instead of 1.0” .Good luck, Stevo |
|
#3
| |||
| |||
| Well hang on.... why store it in a parameter like that using L50? Why not use the system variables and set the values into the work offset page? (#5221, 5222, 5223)?... and even make adjustments you need?
__________________ It's just a part..... cutter still goes round and round.... |
|
#4
| |||
| |||
| Incidently, irrespective of DPI setting, parameter 1221 stores values in least input increments. So, a multiplication factor has to be used. Last edited by sinha_nsit; 11-26-2009 at 06:24 AM. Reason: more info |
![]() |
| 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 |
| Issue with work offset not comming from machine zero. | Hermle UWF851 | Fanuc | 11 | 06-17-2009 03:41 PM |
| FANUC 3M G54 OFFSET, H-OFFSET----Please help!!! | cjchands | Fanuc | 2 | 05-25-2009 11:22 AM |
| EMC2 variable pitch / variable diameter threading. | samco | General Metalwork Discussion | 0 | 03-09-2008 01:40 PM |
| Does anyone have a list of variable for Fanuc 18i | REVCAM_Bob | Fanuc | 2 | 01-21-2007 01:45 PM |
| System variable for spindle tool Fanuc 15m | pieface | Fanuc | 8 | 06-01-2006 06:37 AM |