What's new
What's new

Problems when sending .min files back to osp5000 control - it misses random chars.

Nikolaiownz

Aluminum
Joined
Feb 10, 2018
Hey

I got a problem with my DNC - i use cimco and i have no problem sending from the okuma to the pc but when i want to send them back there will be missing some chars.. it seems random and not very easy to locate.

here is an example of the program on the pc and what it looks like when its on the control again.


PC Program that i send to the Okuma(it was made on the okuma and send to the pc for backup)

The rest text is what's missing - i see no pattern..

Code:
$M20.MIN%
N0001 G00 X   500     Z    50     M157
N0002 G50                         S1000
N0100 G97                         S1404 M42 M03 M08
N0101 G00 X    34     Z     3     T010101
N0102 G96                         S 150
N0103 G85 N0104 D 2     F 0.2   U 2     W 0.1
N0104 G81
N0105 G00 X    20
N0106 G01             Z     0     G42 E 0.2
N0107                 Z  -146
N0108 G02 X    28     Z  -150     I 4
N0109 G01 X    32                 E 0.3
N0110 G40
N0111 G80
N0112 G00 X    34
N0113 G97                         [COLOR="#FF0000"]S1404 M[/COLOR]09
N0114     X   500     Z    50     T0100
N0200 G97                         S1872 M08 M03 M157
N0201 G00 X    34     Z     3     T020202
N0202 G96                         S 200
N0203 G87 N0204
N0204 G81
N0205 G00 X    20
N0206 G01             Z     0     [COLOR="#FF0000"]G42 F 0[/COLOR].22
N0207                 Z  -146     F 0.16
N0208 G02 X    28     Z  -150     I 4
N0209 G01 X    32
N0210 G40
N0211 G80
N0212 G00 X    34
N0213                 Z     3
N0214 G97                         S1872 M09
N0215     X   500     Z    50     T0200
N03[COLOR="#FF0000"]00 G97[/COLOR]                         S1273 M08 M03 M157
N0301 G00 X    34     Z     3     T030303
N0302 G71 X    16.932 Z   -60     H 3.068 D 0.2   U 0.1   B 60     F 2.5   M22 M73 M32
N0303                             M05 M09
N0304 G00 X   500     Z    50     T0300
N0305 M02
%


Here is the same program ive send to the okuma..

Code:
$A.MIN%
N0001 G00 X   500     Z    50     M157
N0002 G50                         S1000
N0100 G97                         S1404 M42 M03 M08
N0101 G00 X    34     Z     3     T010101
N0102 G96                         S 150
N0103 G85 N0104 D 2     F 0.2   U 2     W 0.1
N0104 G81
N0105 G00 X    20
N0106 G01             Z     0     G42 E 0.2
N0107                 Z  -146
N0108 G02 X    28     Z  -150     I 4
N0109 G01 X    32                 E 0.3
N0110 G40
N0111 G80
N0112 G00 X    34
N0113 G97                         09
N0114     X   500     Z    50     T0100
N0200 G97                         S1872 M08 M03 M157
N0201 G00 X    34     Z     3     T020202
N0202 G96                         S 200
N0203 G87 N0204
N0204 G81
N0205 G00 X    20
N0206 G01             Z     0     .22
N0207                 Z  -146     F 0.16
N0208 G02 X    28     Z  -150     I 4
N0209 G01 X    32
N0210 G40
N0211 G80
N0212 G00 X    34
N0213                 Z     3
N0214 G97                         S1872 M09
N0215     X   500     Z    50     T0200
N03                     S1273 M08 M03 M157
N0301 G00 X    34     Z     3     T030303
N0302 G71 X    16.932 Z   -60     H 3.068 D 0.2   U 0.1   B 60     F 2.5   M22 M73 M32
N0303                             M05 M09
N0304 G00 X   500     Z    50     T0300
N0305
%
 
I tryed adjusting the rate but that dident work at all.. and i put pause after each line is send.. no change..

I will try removing the spaces when i get to the machine again.. i am pretty sure we tryed it yesterday with no luck - but i will give it a go again.
 
On my Okumas with the OSP5000L control I use a tape emulator because of characters dropping. I had Okuma application specialists and our Cimco rep trying all kinds of things to get it to transfer without losing characters.
The Cimco DNC guy recommended this... ADR BTR forOkuma OSP5000with Sanyo 2302 Tape Reader
Little expensive but works great.

My Okumas with 5000L-G or newer control does not need the emulator...just the 5000L and older machines.
 
On my Okumas with the OSP5000L control I use a tape emulator because of characters dropping. I had Okuma application specialists and our Cimco rep trying all kinds of things to get it to transfer without losing characters.
The Cimco DNC guy recommended this... ADR BTR forOkuma OSP5000with Sanyo 2302 Tape Reader
Little expensive but works great.

My Okumas with 5000L-G or newer control does not need the emulator...just the 5000L and older machines.

ok yeah.. alittle expensive you say.. i say alot :p

yeah that might be my only solition - i dont have the money for that hardware lol so i will have to get around with it untill i want to throw that kind of money after a machine that i gave about the same for. lol
 
Ok so i found the problem - it was a handshake problem.. the control was set to use hardware handshake. i changed parameters to what some guy wrote on the forums. now i use software on control and cimco and now it works like a charm.
 








 
Back
Top