584,812 active members*
5,321 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Hello

    I have a problem with the key way slotting.
    I want to push feather key notches into drilling holes on a LU300MY with OSP 200L.
    Has anybody done that before?
    How do you program it? Variables?
    Would be great if anybody could help me out, because I just don’t know how to continue!!

    Best wishes

  2. #2
    It’s from my LB300 with OSP-E100L

    G00X800Z500
    V1=48 ( STARTING DIAMETER)
    V2=58 (FINISHING DIAMETER)
    V3=5 (STARTING POINT Z-AXIS)
    V4=-60 ( END POINT Z-AXIS)
    V5=200 (INFEED)
    V6=4000 (FEED IN MM/MIN)
    V10=5 (RELIEF AMOUNT BACKSIDE)
    V11=0 (ANGLEPOSITION)
    (DON’T CHANGE ANYTHING FROM HERE ONWARDS)
    (HANDS OFF)
    V7=V2-V1
    V8=V7/V5
    V9=0
    M110
    G0C=V11
    M147
    T080808
    SB=100 M13
    G0X=V1Z=V3+50
    G0Z=V3
    N1111 G00 G94 G91 X=V8 F=V6
    V9=V9+1
    G90
    G01G94Z=V4
    G00G91X=-V10
    G0G90Z=V3
    G0G91X=V10
    G90
    IF [V9 LT V5] GOTO N1111
    G00X800Z500
    M30

    Regards

    Florian

Posting Permissions

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