585,992 active members*
5,978 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > osp300L : kitty's puller setup and codes
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2015
    Posts
    4154

    osp300L : kitty's puller setup and codes

    hello cnc ladies & gents only for you refference, pls check this code & attached image

    Code:
    OS** ( soubroutine CALL statement includes the local variable LINK that points to the turret post )
        
        LVRF = VRSTT / 128                                      ( local variable restart flag )
      ( NGHOST ) G305                                           ( step by step : disabled )
        IF [ VRSTT NE 0 ] NEND                                  ( code skip during restart sequence : delivers shorter restart time )
        IF [ ....       ] NEND                                  ( conditional code; handling more parts / pull operation )
    
        M09
        CALL OCHK8 LV01=LINK LV02=0 LV03=0 LV04=78.411 LV05=0.5 ( checking main offset )
        CALL OCHK4 LV01=VNSRZ[LINK] LV02=0 LV03=1               ( checking radius      )
        G304                                                    ( step by step : enabled )
    
        IF   LDFB        NODYN0                                 (*1)
             LVRF = 1                                           ( executed only at 1st cycle loop, or 1st part    )
             NODYN0      NOEX
    
    
        IF [ LVRF EQ 1 ] NODYN1
           ( NFALSE )    ILK = Z_clamp_position + clearance     ( executed only in 'continuum'               mode )
             NODYN1      CALL ODYNX LPOS = 0 LCTR=3             ( executed in both 'continuum' and 'restart' mode )
    
        G00 Z_clamp_position + clearance  X0
        G29 PZ=20                         G94                   ( avoiding hard Z loads, by reducing the default servo admissible torque )
        G01 Z_clamp_position              F650
        M84
        G91 Z_travel + VNSRZ [ LINK ]     F2200                 ( using the 'radius' only to adjust the travel )
        M83
        G90 Z2.5                          F650
        G28                                                     ( restore default servo admissible torque )
    
                                                                (*2)
    
        NEND NOEX
    
    
    RTS ( . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . )
    
    (*1)
    ( this paragraph contains preparatority codes for the dynamic indexing soubroutine : )
    ( ... reduced travels to safe position, that deliver low indexing clearances         )
    ( ... ctr codes accordingly to operation type                                        )
    ( ... dual safe positions, in respect to restart mode, or continuous mode            )
    
    (*2)
    ( without end safe position                                          )
    ( this does not mean that the turret is not going to a safe position )
    ( it does the next time when dynamic indexing occurs                 )
    Attached Thumbnails Attached Thumbnails 03b.jpg  
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. osp300L : kitty's tailstock codes
    By deadlykitten in forum Okuma
    Replies: 18
    Last Post: 06-05-2017, 10:25 AM
  2. NEED BAR PULLER CODES OSP5000LG LB15
    By rev4q in forum Okuma
    Replies: 2
    Last Post: 08-14-2013, 05:01 PM
  3. Kitty MyCenter 1 Late 80's to 2000 vintage
    By longriflesinc in forum Kitamura
    Replies: 1
    Last Post: 02-10-2013, 06:16 PM
  4. Hello Kitty Model
    By fk450 in forum Digitizing and Laser Digitizing
    Replies: 2
    Last Post: 03-25-2010, 04:40 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
  •