Newbie OKUMA OSP READER v2.1


Results 1 to 18 of 18

Thread: OKUMA OSP READER v2.1

  1. #1
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default 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

    Similar Threads:


  2. #2
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    Replace M30 to M02 and try again



  3. #3
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    What is machine's name and which control unit?



  4. #4
    Flies Fast Superman's Avatar
    Join Date
    Dec 2008
    Location
    Antarctica
    Posts
    3108
    Downloads
    0
    Uploads
    0

    Default 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



  5. #5
    Flies Fast Superman's Avatar
    Join Date
    Dec 2008
    Location
    Antarctica
    Posts
    3108
    Downloads
    0
    Uploads
    0

    Default 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



  6. #6
    Flies Fast Superman's Avatar
    Join Date
    Dec 2008
    Location
    Antarctica
    Posts
    3108
    Downloads
    0
    Uploads
    0

    Default 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)




  7. #7
    Member
    Join Date
    Feb 2009
    Location
    usa
    Posts
    6028
    Downloads
    0
    Uploads
    0

    Default 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



  8. #8
    Member
    Join Date
    Feb 2009
    Location
    usa
    Posts
    6028
    Downloads
    0
    Uploads
    0

    Default 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



  9. #9
    Member
    Join Date
    Feb 2009
    Location
    usa
    Posts
    6028
    Downloads
    0
    Uploads
    0

    Default 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



  10. #10
    Member Algirdas's Avatar
    Join Date
    Mar 2009
    Location
    United Arab Emirates
    Posts
    1982
    Downloads
    2
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    what the diagnostic screen shows at the ATC sequence stop?



  11. #11
    Registered
    Join Date
    Jun 2014
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    Quote Originally Posted by kurmay View Post
    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
    Is there any chance you can host this file somewhere else? I think this would be very useful for me, as we use a lot of OSP5020 controls here, but I keep getting virus warnings from the host you have now. If it would be possible, you could even send it as an email attachment.



  12. #12
    Gold Member
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    2517
    Downloads
    0
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    there's no need to host anything elsewhere. the file should have just been posted here, like this.....

    Attached Files Attached Files


  13. #13
    Registered
    Join Date
    Jun 2014
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    It never occurred to me that you could attach files to posts here. Thanks!

    Edit: I just tried the software, and it does everything I could ask for. Now I can access my programs on my Win7 laptop. Thanks again!



  14. #14
    Member
    Join Date
    Aug 2008
    Location
    USA
    Posts
    34
    Downloads
    0
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    I would very much like to transfer files from BB1 OSP format, but it says binary files not supported.



  15. #15
    Member kurmay's Avatar
    Join Date
    Aug 2011
    Posts
    419
    Downloads
    3
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    I am developing the program for myself after that. That's why I stopped the distribution.

    https://www.facebook.com/okuma.tuning


  16. #16
    Member
    Join Date
    Jun 2007
    Location
    México
    Posts
    31
    Downloads
    0
    Uploads
    0

    Default

    Hello, I would like to get this software. Do you still have it? If so please contact me



  17. #17
    Registered
    Join Date
    Nov 2013
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default Re: OKUMA OSP READER v2.1

    I have been reading helpful information on this site for a long time, not sure if I have ever posted or asked questions here as I usually find what I am looking for. Huge Thank you to everyone on this site. I have an OSP-7000L control lathe that I need to change the batteries in and I have the battery change utility on a floppy disk, however we changed out the floppy reader with a usb reader (emulator?) and I am trying to use your OSP reader program ver. 2.2.0.1 to transfer battery change utility from floppy disk to a thumb drive but am not having any success. Is there instructions as to how to use this program or maybe if there is an English version that I might understand? any help will be greatly appreciated!



  18. #18
    Registered
    Join Date
    Nov 2013
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    Could you please share the okuma osp reader file again?



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

OKUMA OSP READER v2.1

OKUMA OSP READER v2.1