Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

RACINGCONVERTERS

Verified Members
  • Posts

    101
  • Joined

  • Last visited

Uncategorized

  • Location
    KANSAS CITY

Recent Profile Visitors

885 profile views

RACINGCONVERTERS's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you GCode. I am using 2020 currently. I can upgrade I just haven't. I should probably change my siggy.
  2. Following the steps from GCode seems to have worked like I wanted. I have been looking for the advanced drill cycle, I have yet to find it or how to find the advanced features of the drilling. Can anyone point me in the right direction on that, to further my knowledge.
  3. That option is greys out in the drill toolpath I have.
  4. I was able to adjust the post to not post the cycle. Thank You for the help. One more question! Is there a way to change to post fast feed instead of rapid?
  5. Is there a way to change from using a G81 drill cycle to a point to point drilling. (not using cycle syntax)
  6. I have had experience running Zimmermann machines. They are built to be fast light cut machines. If you keep that in mind they are very productive and can make you a lot of money. If you order new, almost anything you think of can be an option. Vacuum, hydraulics, etc.ect...
  7. They were oriented correct. I would assume that it is the file quality. I tried several different ways to import the STP. Finally was able to make it work by bringing in the rendered model with custom export directly into the tool manager. Then it did not have the proper gage line and the tool was not in the correct spot.
  8. Thank You Sir! Are many people using the Machine Cloud App.? I have been playing with it today and it seems the tool holders do not import properly. Has anyone else tried this?
  9. Gents, I have tried searching and reading the help file and cannot seem to figure out how to create a tool from an STP. I have downloaded the STP from the manufactures website and when I try to use import on the new tool page I only have the option for DXF. Can anyone help me out? Matt
  10. Thank yo for all your help on this. I went with checking the pins at B0. for deviation from location to and averaged the three pins deviation to get the location. It is not the best but it is getting the job done.
  11. The pin circle has to be close. It is usually held to +/-.001 because the holes are part datums. Again thank you for your help.
  12. Thank you Husker Using the formula you gave me this is what I have got. Not sure how to take the formula you have given me and put it in as Macro B. Would you or anyone be able to share with me how to do this in Macro B? N40 is the calculation section. I entered the formula next to it. I understand the math not Macro B formulas so much. This is to save time on setup from tramming it in with an indicator. System has over 100 pallets to calculate center on for setup. O8600 #630=0 CLEAR VARIABLES #631=0 #632=0 #633=0 #634=0 #635=0 #636=0 #637=0 #638=0 #639=0 #640=0 #641=0 #642=0 #643=0 #644=0 #645=0 #646=0 #647=0 #648=0 #649=0 #650=0 #651=0 #652=0 #653=0 #654=0 #655=0 #645=0 #657=0 #658=0 #659=0 #3006=1 SET VARIABLE VALUES (ENTER VARIABLES BELOW) (#630 = Diameter of Bolt Circle Feature is on) (#631 = Diameter of Boss or Bore) (#632 = Use when a BORE is Measured) (#633 = Use when a BOSS is Measured) (#634 = Angle of First Boss or Bore) (#635 = Angle of SECOND Boss or Bore) (#637 = Angle of THIRD Boss or Bore) (#638 = ABSOLUTE Z REFERENCE OF SURFACE BOSS OR BORE IS ON) (#639 = ANGLE OF SURFACE TO MEASURE Z) T1 STANDARD PROGRAM START M06 G17 G40 G49 G80 G91 G28 Z0. G0 G90 G54 X0.Y0. A0. B0. G43 H1 Z10. M01 G0 B#639 POSITION B0. TO SET Z SURFACE X[#670/2] Y0. POSITION X AND Y TO PROBE POSITION G65 P9832 PROBE ON G65 P9810 Z[#638 + 2.] F100. SAFE MOVE TO Z+2. G65 P9811 Z0. R2. PROBE Z SURFACE LOOKING 2" IN ADVANCE G65P9833 PROBE OFF #640=#137 SET VARIABLE #640 TO Z MEASURED VALUE G0 Z5. F100. Z CLEARANCE B0. POSITION B TO 0 X[#630/2[COS[#634]]] Y[#630/2[SIN[#634]]] POSITION X AND Y TO FIRST PIN IF[#672EQ1] GOTO N20 LOGIC TO DETERMINE IF A BOSS OR BORE IF[#673EQ1] GOTO N10 #3001=1 (NOT ENOUGH INFORMATION TO CONTINUE) N10 Boss Probe G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE PIN G65 P9814 D#631 Z[#677+.2] R.25 MEASURE PIN G65 P9833 PROBE OFF #641=#135 STORE X VALUE IN #641 #642=#136 STORE Y VALUE IN #642 G0 Z5. F100. Z CLEARANCE X[#630/2[COS[#635]]] Y[#630/2[SIN[#635]]] POSITION X AND Y TO SECOND PIN G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE PIN G65 P9814 D#631 Z[#677+.2] R.25 MEASURE PIN G65 P9833 PROBE OFF #643=#135 STORE X VALUE IN #643 #644=#136 STORE Y VALUE IN #644 G0 Z5. F100. Z CLEARANCE X[#630/2[COS[#636]]] Y[#630/2[SIN[#636]]] POSITION X AND Y TO THIRD PIN G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE PIN G65 P9814 D#631 Z[#677+.2] R.25 MEASURE PIN G65 P9833 PROBE OFF #645=#135 STORE X VALUE IN #645 #646=#136 STORE Y VALUE IN #646 G0 Z5. F100. Z CLEARANCE GOTO N30 N20 BORE Probe G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE BORE G65 P9814 D#631 MEASURE BORE G65 P9833 PROBE OFF #641=#135 STORE X VALUE IN #641 #642=#136 STORE Y VALUE IN #642 G0 Z5. F100. Z CLEARANCE X[#630/2[COS[#635]]] Y[#630/2[SIN[#635]]] POSITION X AND Y TO SECOND BORE G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE BORE G65 P9814 D#631 MEASURE BORE G65 P9833 PROBE OFF #643=#135 STORE X VALUE IN #643 #644=#136 STORE Y VALUE IN #644 G0 Z5. F100. Z CLEARANCE X[#630/2[COS[#636]]] Y[#630/2[SIN[#636]]] POSITION X AND Y TO THIRD BORE G65 P9832 PROBE ON G65 P9810 Z[#640+1.] POSITION Z ABOVE BORE G65 P9814 D#631 Z[#677+.2] R.25 MEASURE BORE G65 P9833 PROBE OFF #645=#135 STORE X VALUE IN #645 #646=#136 STORE Y VALUE IN #646 G0 Z5. F100. Z CLEARANCE GOTO N30 N30 G91G28Z0. Z CLEARANCE N40 CENTER CALULATION (#641-Xc)^2-(#642-Yc)^2-R^2=0 (#643-Xc)^2-(#644-Yc)^2-R^2=0 (#645-Xc)^2-(#646-Yc)^2-R^2=0 (#643-Xc)^2-(#644-Yc)^2-R^2-(#641-Xc)^2-(#642-Yc)^2-R^2=0 (#645-Xc)^2-(#646-Yc)^2-R^2-(#641-Xc)^2-(#642-Yc)^2-R^2=0 CENTER OF X SET TO #657 CENTER OF Y SET TO #658 #7001=[#5221-#657] SET VALUE OF X TO #7001 #7002=[#5222-#658] SET VALUE OF Y TO #7002 N50 M30
  13. I am trying to right a probing macro to determine the center of three pins that are not a simple 120 degrees apart for fixture offsets. The pins are equally spaced but not to a three pin configuration. Example: I may have 5 holes equally spaced on the part setting them at 72 degrees apart, the fixture uses three pins to locate the part. The first pin maybe 20 degree, the second at 92 degrees , and the third at 236. The information I have is as follows. Diameter of bolt circle angle that each pin is on I tried to write a macro program using G65P9819 from Renishaw but it will not work because I am only wanting to measure three pins not the five. I am needing to probe each pin, store the variables for x and y as I probe each one, run a calculation to determine the center of them. The problem is I am not sure what that calculation is. Would anyone be able to help with this. Thank you in advance. Not asking for a program, I can write that. I just need a little help with the mathematical side. I should probably add this is a 5 axis trunnion machine, and the fixture is not trammed to the center of the rotary Axis, Wanting to know what it is off for the dynamic fixture offset. Matt
  14. I had some made by the 80/20 guys. It is expensive but they could support several thousand pounds of parts and people and can be fully customized to fit your need

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...