585,987 active members*
4,436 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    3
    Hello
    I have a sinnumerik program that has to be translated into Fanuc 18iTB.
    Could anyone give me a tip?
    The machine is Emco Maxturn 65 with Fanuc

    Regards

  2. #2
    Why don’t you do it manually with an editor? With copy and replace or manually.

    A little example for Hori milling machine 4-axis:

    Fanuc

    %
    O0100
    N5( machine: )
    N10( controller: FANUC )

    N15G10G90L20P1X0168.500Y189.250Z169.600B0.000
    N20G10G90L20P7X-126.900Y189.250Z168.6B0.000
    N45M01
    N50

    N55T30

    N60T30M98P9140( T30 MK DM63)
    N65T31
    N70H1D2
    N75M56
    N80G54.1G90P1G0M11B0.0M10
    N85X-320Y-30S1000F850M3

    N90G43H1Z150

    etc.
    N95Z-1.5
    N100G1X-130
    N105G0Z50
    N110X-320Y30
    N115Z-1.5
    N120G1X-130
    N125G0Z50
    N130X-320Y-30
    N135Z-3.5
    N140G1X-130
    etc..
    N550G0G30G91X0Y0Z0M9
    N555T31M98P9140( T31 MK DM18)

    Subprogram call is M98P. A subprogram has to be 4-digit. So you can take P1234 or P0001 for a slot hole subprogram.
    If you want to repeat P1234 20 times, just write P1234 L20 or P201234.

    If you have a subprogram with macros, then the subprogram call is G65.

    Regards pi_1

  3. #3
    Join Date
    Nov 2004
    Posts
    2484
    Post your program here. Then someone will certainly help!

    It’s hard to give general tips. It’s a very big field!

    Regards

    Boern
    <b><br />Das dringendste Problem der Technologie von heute ist nicht mehr die Befriedigung von Grundbedürfnissen und uralten Wünschen der Menschen, sondern die Beseitigung von Übeln und Schäden, welche uns die Technologie von gestern hinterlassen hat.</b><br /><br />Dennis Gabor (1900-79), ungar.-brit. Physiker, Entwickler der Holographie, 1971 Nobelpr.

Posting Permissions

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