586,100 active members*
3,124 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > OKUMA OSP READER v2.1
Page 1 of 2 12
Results 1 to 20 of 30
  1. #1
    Join Date
    Aug 2011
    Posts
    419

    OKUMA OSP READER v2.1

    This is last version of OSP to PC emulator.
    FEATURES:
    -You can drag and drop files between OSP formatted floppy and PC (BB1 directory)
    -Initialize a floppy OSP Format
    -Backup and restore OSP formatted floppies.
    -Print file
    -Delete file
    -Protect or unprotect file
    -Compare files
    -View file on floppy
    -View and edit file on PC
    -Rename file
    -View properties of files
    etc..

    LİNK:
    okuma_osp_reader.zip download for free on file share letitbit.net

  2. #2
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Can anybody help me?
    I am new to okuma. I make a program ABC. MIN. I write M30 at the end of program. When I run this program it stopped at the end by M30. But now I can't run the program. When I select the program by pressing Auto mode>F1>*>select program >write. Then nothing happened. No program can run. Can anybody help me to fix this...?

  3. #3
    Join Date
    Aug 2011
    Posts
    419

    Re: OKUMA OSP READER v2.1

    Replace M30 to M02 and try again

  4. #4
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Thanks for your reply. Yes I changed but this is not running. I select it from the list but it's is not selected

    Sent from my IM-A830L using Tapatalk

  5. #5
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Program don't select and don't run

    Sent from my IM-A830L using Tapatalk

  6. #6
    Join Date
    Aug 2011
    Posts
    419

    Re: OKUMA OSP READER v2.1

    What is machine's name and which control unit?

  7. #7
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Okuma & Howa
    Millac 6 VA
    1989
    Control OSP5020L
    OH-OSP-MG
    Please help me. I am so disappointed.
    How to activate .MIN file?

  8. #8
    Join Date
    Dec 2008
    Posts
    3109

    Re: OKUMA OSP READER v2.1

    Quote Originally Posted by cic108 View Post
    Can anybody help me?
    I am new to okuma. I make a program ABC. MIN. I write M30 at the end of program. When I run this program it stopped at the end by M30. But now I can't run the program. When I select the program by pressing Auto mode>F1>*>select program >write. Then nothing happened. No program can run. Can anybody help me to fix this...?
    You need to read-up on how to create your own thread on CNCzone, not hijack a topic that has no relation to your problem ( it has nothing to do with an OSP reader or RS232 settings )

    Millac 6 VA......................this is a mill
    Control OSP5020L..........this is a lathe specification.....read the manuals......possible screen was replaced from a lathe.....I'd guess to is an OSP5000-MG or a Fanuc control

    correct procedure to selecting a program on OSP control

    AUTO mode
    - Program Select [F1] ...... > PS is on the lower command line
    - ABC(.min) <WRITE>

    the .min is a default setting and is not required to be typed. The program is parsed ( checked) that it meets certain requirements ie ends with an M2 or M30
    the program should then be shown as the current run program, or an alarm is displayed for if it was not selected

    To run that program, cycle start is then pressed

    Errors in programming usually show as an alarm, It gives a number with a seriousness rating ( A means very bad, D means you can still run the machine )
    - also it gives a description of the error.........this entire line is required to be stated to us for any possible solution

    A program not running can be any number of reasons
    - no movement commanded
    - feedrate &/or rapid over-ride knobs turned to zero
    - Single block is ON
    - unsupported G or M code
    - startup condition not being met. ie Doors closed, Fanuc controls require ALL axes to be homed

  9. #9
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Sorry to all that I posted my problem in someone's post. I am very sorry because I am new to here and I don't know how to create my own post.
    Dear Superman. ... Thank you so much for helping me. My machine is a mill it has osp5020 control not a fanuc control. My program is OK. I ran this one time but when the last block M30 executed its stopped and the program is which name was visible on top middle of the screen suddenly hide. It means program was unloaded or deactivate. Now I try to open that program as the procedure that you said. Auto mode>F1>select program>write. But when I press cycle start, it doesn't execute and also I can't see the program name ABC. MIN at top middle of the screen.
    Do find what is the problem? Why the program is not activating and running?
    I'll be very thankful if anybody solve my problem. ..
    Thanks

  10. #10
    Join Date
    Dec 2008
    Posts
    3109

    Re: OKUMA OSP READER v2.1

    Quote Originally Posted by cic108 View Post
    My program is OK. I ran this one time but when the last block M30 executed its stopped and the program is which name was visible on top middle of the screen suddenly hide. It means program was unloaded or deactivate.
    Unless it makes it back to the start of the program....it is not OK
    - activate a different program, then re-load the ABC program

    Did you type M3O (oh), instead of a M30 (zero) ?

    put up the last 10 lines of your code

  11. #11
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    It's OK now. Program is running. Thanks for your help. Now I have another problem that when I try to change the tool with M6. The tool orient and then stops responding. There is no tool change. Can you tell me what is the problem. Thanks
    Regards

    Sent from my IM-A830L using Tapatalk

  12. #12
    Join Date
    Dec 2008
    Posts
    3109

    Re: OKUMA OSP READER v2.1

    Quote Originally Posted by cic108 View Post
    It's OK now. Program is running. Thanks for your help. Now I have another problem that when I try to change the tool with M6. The tool orient and then stops responding. There is no tool change. Can you tell me what is the problem. Thanks
    Regards

    Sent from my IM-A830L using Tapatalk

    What is the alarm you are getting ? ( the number & the full description )

    M6 by itself will do nothing

    it must be used to call-in a tool that is registered in the tool carousel ie T1 M6 , or be "pre-selected" beforehand
    Code:
    T1 M6       ( calls in T1 )
    T2             (pre-select T2)
    G0...
    ...
    M6            ( calls in T2)
    T3             (pre-select T3)
    G0....
    ....
    M63          (de-select the pre-selected tool, find empty pot )
    M6             (empty tool in spindle)

  13. #13
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    In MDI mode I sent a command M6T1. But it does nothing. I think there is a problem with the PLC of tool magazine

    Sent from my IM-A830L using Tapatalk

  14. #14
    Join Date
    Feb 2009
    Posts
    6028

    Re: OKUMA OSP READER v2.1

    Try t1 or a different tool, then m6. And make sure the z axis is up at the limit.

    sent from me

  15. #15
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Yes. The tool orient then moves up to the limit then stops every thing. Magazine is not rotating

    Sent from my IM-A830L using Tapatalk

  16. #16
    Join Date
    Feb 2009
    Posts
    6028

    Re: OKUMA OSP READER v2.1

    It the tool pot in the down position? You should have a manual tool change recovery buttons on the front of the panel.

    sent from me

  17. #17
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    The tool pot is up. No tool rotation nor tool pot movement.

    Sent from my IM-A830L using Tapatalk

  18. #18
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    Can you help me to fix the magazine PLC. I think somebody change the settings of PLC. Because the numbers along with the tools are also looking disturbed. Three of them showing zero (0)

    Sent from my IM-A830L using Tapatalk

  19. #19
    Join Date
    Feb 2009
    Posts
    6028

    Re: OKUMA OSP READER v2.1

    No, something doesn't jive. No external PLC on a 5020, and your showing a build date of 1989, 5020 didn't come out till the early 90s.

    sent from me

  20. #20
    Join Date
    Mar 2010
    Posts
    72

    Re: OKUMA OSP READER v2.1

    I'll send you some pic on Monday so that you can find its model and type of ATC. Thank you very much for helping me..

    Sent from my IM-A830L using Tapatalk

Page 1 of 2 12

Similar Threads

  1. OKUMA OSP Floppy Reader
    By erdemkaraman in forum Okuma
    Replies: 2
    Last Post: 08-10-2011, 07:39 AM
  2. btr reader
    By [email protected] in forum Fanuc
    Replies: 0
    Last Post: 02-02-2011, 04:45 AM
  3. OPTICAL READER
    By SNERLAND in forum Waterjet General Topics
    Replies: 4
    Last Post: 05-09-2009, 12:42 AM
  4. Okuma OSP 3000 tape reader
    By hsimola in forum Okuma
    Replies: 2
    Last Post: 04-01-2008, 04:37 AM
  5. Replies: 11
    Last Post: 08-15-2007, 09:06 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
  •