What's new
What's new

hitachi seiki lathe Alarm 104: Prog Error (double ADR)

Amanor

Plastic
Joined
Jul 26, 2016
had this alarm trying to get the lathe to run the program. I have the program and it is alarming out on the first line with the tool change.
Code:
(KZ04858-OP1)
G50 S1000
T010101 S500 M03 M08  (line where it alarms out)
G00 X6.85 Z3.83
G01 X5.75 F.0045
G00 Z4.
X6.9
G00 X6.850 Z3.780
G01 X5.750 F.0045
G00 Z4.
X6.384
Z3.800
G01 Z3.780 F.0045
Z3.72 A135
X6.750
G00 X7.
Z30. 
T070707 S500 M03 M08
G00 X5.930 Z3.800
G01 Z-.025 F.0045
G00 X5.
Z3.900 
X6.073
G01 Z3.785 F.0045
A225 Z3.750
G00 Z30.
X30.
M05 M09
M02

Any help would be greatly appreciated
 
^^^^
My experience (far less than some here) says that one M code per line is preferred by some controls, perhaps most. Easy thing to test/fix. :)
 
What kind of control? You must be used to Okumas. Only Okuma uses 3 tool addresses. On a Fanuc or Yasnac you use T0101.

Again, most machines only allow one M code per line. The reason is that all of the M codes share the same finish signal. If you programs multiple M codes at the same time, the machine would not be able to tell which code has finished. Multiple M codes are available on some machines as an option.
 
Moving the M08 seemed to fix the problem. and yes im used to okumas most of my current shop usese okuma lathes. Thanks for the help i appreciate it
 








 
Back
Top