603,347 active members*
2,909 visitors online*
Register for free
Login
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Apr 2024
    Posts
    12

    Question Sinumerik 810T TRANSMIT G131 Emco 342

    Hey, Sorry for my bad English. So the patient is SINUMERIK 810T and Emco Turn 342.I need to use the TRANSMIT function to mill a contour on a C-axis lathe. Previously, this option apparently worked before the PLC crashed.Below are the machine data that I currently have entered in the machine tool.Generally, when trying to execute the program, the program starts but stops at block N170 with error no. 2043 1 N170 progr.Error on transform.The question is what is missing that won't start?

    MD 5061 1111 0001 (G131)
    MD 5062 0001 0000 (X1)
    MD 5063 0001 0001 (Y1)
    MD 5064 0000 0010 (Z)
    MD 5065 0000 0000 (X)
    MD 5066 0000 0101 (C)

    MD 5680 0000 0000 (X)
    MD 5681 0000 0010 (Z)
    MD 5682 0000 0101 (C)
    MD 5683 -----------------
    MD 5684 -----------------
    MD 5685 0001 0000 (X1)
    MD 5686 0001 0001 (Y1)


    Below is a fragment of the program that I want to run from the machine tool manual

  2. #2
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    Hello. I have an Emco ET 345, ´98, 810T GA3. C axis (0,001) and positioning devices (3°). I've tried transmit, but I can't get through the G131. Alarm 2189 - Transformation undefined.
    I'm not sure if I have this option. But the parameters were set like yours, so I assume so. Do you have "tool type" = 30 and inverted corrections?
    Do you have the sinumerik code B65 for the option on the label? I don't have :-(
    Sorry for my English
    Petr S.

  3. #3
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    Quote Originally Posted by PeSturn View Post
    Hello. I have an Emco ET 345, ´98, 810T GA3. C axis (0,001) and positioning devices (3°). I've tried transmit, but I can't get through the G131. Alarm 2189 - Transformation undefined.
    I'm not sure if I have this option. But the parameters were set like yours, so I assume so. Do you have "tool type" = 30 and inverted corrections?
    Do you have the sinumerik code B65 for the option on the label? I don't have :-(
    Sorry for my English
    Petr S.
    Hi, I have "tool type" = 30 and inverted corrections.
    I don't know if I have entry code B65. I see the previous owner programmed the y-axis

  4. #4
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    Have you tried a simpler shape with no radius? Just the straight line G1.
    Another note from the manual: The adjustable angle of rotation for coordinate system rotation (G54-G57), (G58,G59) must be zero.
    The B65 code should probably be on the nameplate on the system case.

  5. #5
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    I have tried all options. Only with G1 and with radii G2 and G3. Still the same error.
    The question is what is hidden under the code B65. Some kind of expansion card or maybe an added cycle?

  6. #6
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    New information from the manufacturer:

    MD 5645 - 0100 0000
    MD 5646 - 0100 0000
    MD 5017 - 0000 0001 - probaly enabled/disabled

    With this setup I get where you are. But then the alarm 3003 "Invalid Adress".
    The system probably doesn't know the fictitious axes X1,Y1.

  7. #7
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    I have the machine data set like this
    MD 5645 - 1100 0000
    MD 5646 - 1100 0000
    MD 5017 - 0000 0000

  8. #8
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    This is how it works!

    MD 5061 - 0000 0001
    MD 5645 - 1100 0000
    MD 5646 - 1100 0000
    MD 5017 - 0000 0001

  9. #9
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    did you run this program of mine?

  10. #10
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    The whole program no, There is no time.
    Just a simple interpolation.

    G40
    G94
    M52
    G0 C0
    T12 D12 (tool type 30, Diam./Radius 4.0)
    M83 H3000
    G16 Z X Z X
    G0 X100 Z-3
    G131
    G0 X1=15 Y1=-20 G42
    G1 X1=10 Y1=-20 F200
    G1 X1=10 Y1=20
    G0 X1=15 Y1=20 G40
    G130
    G0 X160 Z100
    M85
    M53
    M30

    G2/G3 without exact endpoints my machine won't calculate. Only with I,K.

  11. #11
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    PeSturn Can you send me a copy of your machine data?

  12. #12
    Join Date
    May 2024
    Posts
    9

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    I haven't been here for a long time. I will send in a few days. Prefer by email?

  13. #13
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    For me, after changing the machine data to:
    MD 5061 - 0000 0001
    MD 5645 - 1100 0000
    MD 5646 - 1100 0000
    MD 5017 - 0000 0001
    still error N170 with error no. 2043 1 N170 progr.Error on transform.

  14. #14
    Join Date
    Apr 2024
    Posts
    12

    Re: Sinumerik 810T TRANSMIT G131 Emco 342

    It can be via email. Enable receiving private messages on the forum and I will give you my email address. I need you to make copies of machine and plc data. I'll compare what I'm missing

Similar Threads

  1. Replies: 13
    Last Post: 04-12-2024, 10:15 AM
  2. EMCO 460 (Sinumerik 810T)
    By kickinger in forum GibbsCAM
    Replies: 2
    Last Post: 07-16-2016, 06:23 AM
  3. Replies: 3
    Last Post: 01-12-2011, 05:53 PM

Tags for this Thread

Posting Permissions

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