585,604 active members*
3,282 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Hello
    Can anybody tell me if it’s possible to mill an ellipse with a milling head on a Weingärtner Rotomill MPMC (turn-milling-machine) with Siemens 840D controller????

  2. #2
    hapo Guest
    yes!

  3. #3
    Join Date
    Jul 2002
    Posts
    104
    Here an example program.
    ASCALE Y 2.0 ;scaling Y axis one factor 2, 1mm programmed traverse path are 2mm

    N80 G0 X0 Y0 Z2 M107

    ;simply program a 30 circle
    N10 G0 X0 Y0 Z2
    N40 G1 Z-5
    N45 G1 X-15 Y0
    N50 G3 X15 Y0 CR=15
    N55 G3 X-15 Y0 CR=15
    N60 G1 X0 Z0
    N65 G0 Z5

    SCALE ;scaling deselection

    creates an oval of 30mm in X and 60mm in Y
    It’s actually quite simply, hope I was able to help you out!

    Kind regards
    Hugge

  4. #4
    Yes that a way to do it when you mill in X and Y and the tool axis is Z.
    Because it’s a Weingärtner Rotomill MPMC (turn-milling machine) I can imagine quite well that the ellipse is milled on the jacket and that the milling axis lies on the Z axis. But it’s not clear in the question. We will need more information: a sketch, setup situation and more details about the tool.

    Regards

    Ing. Egmont Schleich
    Trainer for WFL Millturn Maschinen
    T E C A S
    Technology Assistance
    www.tecas.at
    Ing. Egmont Schleich<br />T E C A S - Technology Assistance<br />www.tecas.at - Kundenorientierte Zyklenpakete und Lösungen <br /><!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo-->Was einmal erdacht, kann nicht zurückgenommen werden.<br /><!--sizec--></span><!--/sizec-->aus &quot;Die Physiker&quot; von Friedrich Dürrenmatt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •