|
| |||||||
| Home | Recent Posts | HELP-FORUMS (ask/answer) | Classifieds-free | File Sharing / Documents | Photo Galleries | Polls | Newsletter | Machinetoolhelp.com. |
| Programming / Applications All CNC programming, CNC applications, milling, turning, tooling, macro programming, and other CNC machine tool related questions. |
![]() |
| | Bookmark or Share | Thread Tools | Search this Thread | Display Modes |
| |||
|
Hi All, Im trying to hook up a BTR to a Okuma OSP3000L but I dont know the program format required by this older control. Data Bits, Stop Bits, Baudrate, Parity, etc., etc. or any thing that is unique to this old system. Any help would be appreciated. Has anyone had luck with doing this..??? Thanks |
| |||
|
Hi Bill, The old tape reader on this one was a parallel unit going to a parallel port. I also have a Greco Minifile with a parallel port connector, but I dont know what settings to use (Baud, Data, Stop, Parity, etc.). I dont have any old programs to look at either and Im concerned about the format of the program. If you have a program from a OSP3000L and could sent it to me I would appreciate it. Just trying to help out our CNC programmers but their knowledge on this old control is zero. They also dont know the sequence of buttons to push on the control before I send to file to the control. Thanks, Mark |
| |||
| Quote:
All tape readers on machine tools use Parallel communication. The architecture of a BRT is to communicate with the PC via RS232 and talks to the control as if an old printer using LPT. Baud Rate, Data Bits, Stop Bits, and Parity Bit are all RS232 protocol settings and have nothing to do with communicating via Parallel. Did you get the BTR new, or have you inherited it from somewhere? If the the former, you should have instructions with it, or you should be able to get same from the supplier. If the later, it may be better to cut your losses and buy one that you know works. The most reliable one that I've used is made here in Australia, and I'd be glad to organize one for you if you decide to go that way. I've done so for a number of members from other Forums. I'm a "blow in" to this Forum, just a new chum. Stevo introduced me to this Forum recently, so I haven't been here long. As far as the file format is concerned, its all just a text file. You can create an NC file using Note Pad and the control will read it if the correct "G" codes etc have been used. What other machines do you have? If newer Okuma machines, then the program format is basically the same, except for the addition of some "G" codes. If Fanuc controls, then, with a few exceptions, a program from a Fanuc control will download to the Okuma. Following is a very short program showing the format that will work on an Okuma. If TEST.MIN was dropped, this same program would upload to a Fanuc control and work. Its mainly in the Multi Repetitive cycles where Okuma and other controls vary. Let me know if I can help you out. Regards, Bill % TEST.MIN (80DEG 0.8 TOOL NOSE RAD R/H T/TOOL) (FACE AND TURN OD) N1 G00 X400.0 Z300.0 G50 T0101 S3000 G96 S200 M03 G00 X100.0 Z10.0 M08 G01 Z1.0 F1.0 Z0.0 X-1.6 F0.25 G00 Z1.0 X95.4 G01 Z0.0 G03 X99.0 Z-1.8 I0.0 K-1.8 G01 Z-50.0 X100.0 M09 G00 X400.0 Z300.0 M05 M30 % Last edited by angelw; 02-21-12 at 02:40 AM. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
| |