584,865 active members*
4,842 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Index and Traub > Traub TNS60 with LNS Hydrobar rod loader- sub program?
Results 1 to 3 of 3
  1. #1
    Hello
    I am programming a Traub TNC42 and 65 and also a GU800. I also have no problems with the TNS60.


    Because I got an old LNS Hydrobar running on the TNS but have no programming documents for the TNS60, I am wondering, how gain control program-technically.

    Is it enough to approach with a turret stop and opening with M10, afterwards M11, stop departure and then program start?

    So basically having a few lines for the control in the program BEFORE M30 after the processing – or is it better in a sub program?
    I would appreciate any tips, ideas or example programs.


    Cu
    Tom

  2. #2
    Hello
    As the rod-loader is conventionally controlled, I guess it is continuously under pressure.
    Then you can write it completely in the upper part of the main program.
    However, I personally would write a macro which is suitable for all kind of lengths.

    Then you only need to change the Z value in the main program.
    The macro call would look like this:
    %
    O5116
    G59Z195 <--- change Z values here if you have a different length
    (AUDI PART 116)
    L101=0
    L102=0
    G211Z195T60.3D35X0S0F0C0R0H1 <---- and here change the Z value – the ‘D’ value refers to the raw workpiece diameter
    G27

    Macro example


    %
    O9811
    ( control new rod )
    L48=L522
    IFL101EQ0GOTO212
    IFL101LTL507GOTO200
    N212L101=L507
    /G22P209Q216
    /!
    M31
    N200IFL101EQ3GOTO202
    IFL101EQ2GOTO203
    IFL101EQ1GOTO204
    N202G24
    G59X0ZL48
    G97S200T202M4
    G0Z5
    G0X0
    G0Z-L516M77
    G94M11
    B055000+L501+3
    G1Z-[L516-L501]F4000
    G95M10
    G4X1
    G0W5M78
    L101=L101-1
    G24
    L46=L522-L516+L501
    G59X0ZL46
    GOTO210
    N203G24
    .
    .
    .
    .
    and so on...
    Eine Schraube ohne Gewinde ist ein Nagel<br /><br />Grüsse aus dem Harz - InTex<br />

  3. #3
    Hello
    Wow, I first have to make sense of it.
    I am either blind or dumb.. or bothwink.gif ..but I haven’t discovered the call of the macro example in the call itself.

    Thank you for your efforts
    Tom

Posting Permissions

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