What's new
What's new

Programing issues GENOS L200E MY

bigfloyd

Plastic
Joined
Oct 26, 2012
Location
griffin, ga
I'm currently working on my Mastercam post on my Genos L200E MY. I made a simple Y axis program with mastercam and tried to run it in my machine and I keep getting an alarm (2567-01 Alarm-B DATA WORD X/Y/Z axis order A side). Hopefully some of you Okuma gurus can look at it and tell me what is wrong with it so I can get In-house to straiten the post out. The programing manual for this control (OSP P200L) is useless. Here is the program the alarm I'm having happens usually at the circular interp part of the program G3.



O0000
(PROGRAM NAME - TIP)
(DATE=DD-MM-YY - 05-02-14 TIME=HH:MM - 12:22)
(MCX FILE - H:\TOOLING\NPD\TOOL ORDERS_PRINTS_MISC\2013 TOOL ORDERS\JULY\T-18555 NI2\NI2 ASSY PEN.MCX-7)
(NC FILE - E:\TIP.MIN)
(MATERIAL - STEEL INCH - 303 STAINLESS)
VCHKZ=0(LENGTH OF SHAFT )
VCHKD=0.(DIA. OF END DRIVER)/2
DEF WORK
PS LC,[0,0],[0,0]
END
DRAW
(POST DEV - IN-HOUSE SOLUTIONS)
G0 X50. Z50.
G50 S4200
G50 S4200
G50 SB=4500
(TOOL - 12 OFFSET - 12)
( 1/32 BALL ENDMILL)
NAT12
G0 X50. Z50.
T1111
M110
G138
G94 SB=4200 M14
G119
M15
G0 C0.
G0 Z-1.3207
X.1975 Y0.
X.1775
G1 X.1665 F.8
G3 X.1665 Y0. Z-1.3807 L.03 F3.
X.1665 Y0. Z-1.3207 L.03
G1 X.1765 F6.16
G0 X.1975
G95 M12
G136
M109
G0 X50.
Z50.
M02
 
Set you display to show the program running and when it craps out the bad line will be highlighted with an arrow. Also, you can hit the little "i" button when the error pops up and it will take you to the man page on the error. Sometimes it does not make a lot of sense but often it solves the problem.
 
Set you display to show the program running and when it craps out the bad line will be highlighted with an arrow. Also, you can hit the little "i" button when the error pops up and it will take you to the man page on the error. Sometimes it does not make a lot of sense but often it solves the problem.

Yes it alarms out at the (G3 X.1665 Y0. Z-1.3807 L.03 F3) which is just a circle that I'm cutting. Does the Okumas need an I or K instead of the L for an arc on the Y-Axis? I know the L can be used in regular turning.
 
The alarm is actually pretty clear on that. It says you are cutting an arc with 3 axis specified and do not have helical cutting. Take the Y out and I'll bet it runs. Reading those alarms (not just the alarm code) can be helpful much of the time.
 








 
Back
Top