CNC
CNC lathes and CNC mills repair,
CNC machine repair forums for machinists, cnc programing and manufacturing community.   
   CNC Store
Go Back   CNC Professional Forums > Machine Specific Troubleshooting Forums (NEW) > Miyano, Monarch, Mighty, Modig,
Members List Calendar Register FAQ/Rules/Policies Mark Forums Read
Home Recent Posts HELP-FORUMS (ask/answer) Classifieds-freeFile Sharing / Documents Photo Galleries Polls Newsletter   Machinetoolhelp.com.

Miyano, Monarch, Mighty, Modig, Mighty, Miyano, Modig, MonarchLathes and Mills

Reply
 
Bookmark or Share Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-30-11, 07:33 PM
CNC Tech
 
Join Date: Dec 2011
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Question HELP! miyano newbie g74 code error

trying to program drill peck cycle. i'v only been running this type of machine for two weeks. this is what i have programed. G74 Z-1.0 K-.1 R1 F.003. works on a mori seiki. why not this machine?
Reply With Quote
  #2 (permalink)  
Old 01-02-12, 11:31 AM
CNC Moderator
 
Join Date: May 2008
Location: Great State of Wisconsin
Posts: 1,045
Thanks: 6
Thanked 82 Times in 78 Posts
Default Re: HELP! miyano newbie g74 code error

We need more information than that in order to help.

What model control is on your machine?? What happens when you try to run that code? Does the machine alarm out? If so what alarm numbers are you getting?

Stevo

(The opinions in this post are my own and not those of machinetoolhelp.com and its management)
Reply With Quote
  #3 (permalink)  
Old 01-06-12, 09:35 PM
CNC Tech
 
Join Date: Dec 2011
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: HELP! miyano newbie g74 code error

it's a miyano bnc 34c with a fanuc o.t. control. an older model i belive (MID 90'S). it puts up alarm 65 i belive.
Reply With Quote
  #4 (permalink)  
Old 01-07-12, 10:05 AM
CNC Moderator
 
Join Date: May 2008
Location: Great State of Wisconsin
Posts: 1,045
Thanks: 6
Thanked 82 Times in 78 Posts
Default Re: HELP! miyano newbie g74 code error

Here is your alarm description per the Ot manual along with the remedies. It appears that you have a syntax error. Use the 2 suggestions below or post your code here so we can have a look at it.

065 ILLEGAL COMMAND IN G71--G73

1.G00 or G01 is not commanded at the block with the sequence
number which is specified by address P in G71, G72, or G73 command.

2. Address Z(W) or X(U) was commanded in the block with a sequence
number which is specified by address P in G71 or G72, respectively.

Modify the program.

Stevo

(The opinions in this post are my own and not those of machinetoolhelp.com and its management)
Reply With Quote
  #5 (permalink)  
Old 01-09-12, 08:18 PM
CNC Tech
 
Join Date: Dec 2011
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: HELP! miyano newbie g74 code error

sorry about that. it's a 062 alarm that pops up. i'm use to programing hardinge conquest and mori seiki (with yaznac controls). funny this miyano is like a combination of both, or so it seems.
Reply With Quote
  #6 (permalink)  
Old 01-10-12, 06:58 PM
CNC Moderator
 
Join Date: May 2008
Location: Great State of Wisconsin
Posts: 1,045
Thanks: 6
Thanked 82 Times in 78 Posts
Default Re: HELP! miyano newbie g74 code error

No worries.

Attached is the alarm description and cause codes.

It appears that the error is in the code.

Stevo
Attached Thumbnails
HELP! miyano newbie g74 code error-062-alarm.pdf  

(The opinions in this post are my own and not those of machinetoolhelp.com and its management)
Reply With Quote
The Following User Says Thank You to Stevo For This Useful Post:
ivan13 (01-14-12)
  #7 (permalink)  
Old 01-14-12, 07:59 AM
Senior CNC Specialist
 
Join Date: Jan 2012
Posts: 172
Thanks: 0
Thanked 23 Times in 20 Posts
Default Re: HELP! miyano newbie g74 code error

Quote:
Originally Posted by ivan13 View Post
trying to program drill peck cycle. i'v only been running this type of machine for two weeks. this is what i have programed. G74 Z-1.0 K-.1 R1 F.003. works on a mori seiki. why not this machine?
Ivan13,
The error is in the syntax of your code.

1.The R address in your example is technically legal, but would have resulted in the drill stepping sideways (X axis) at the bottom of the drilled hole. Accordingly, its lucky the control came up with an error, as the alternative may have ended in tears, depending on whether the R1 without a period was intentional. The Fanuc control would have interpreted this as R0.0001" unless the control was configured in Pocket Calculator Mode.

2. K is not a valid argument in this cycle, and I suspect that this is what raised the alarm.

G74 is a Face Grooving, or Peck Drilling cycle, depending on the omission or value of certain arguments. The 0 Series control uses what is now referred to an Standard Series 16 format, wherein the cycle is a two block arrangement. On later controls, Series 15 format can be selected via parameters.

Following is the complete format including the arguments required for machining a Face Groove

G74 R...
G74 X(U)... Z(W)... P... Q... R... F...

Where:
R in the first G74 block = Return amount
This designation is modal and is not changed until another value is designated. This first block can be omitted and the value specified by the parameter #5139. This parameter is changed by the program command.
X = Finish absolute component of face groove
U = Incremental amount in X from Start to Finish diameters of face groove
Z = Absolute depth component of face groove, or drilled hole
W = Increment amount from Start to Finish in Z
P = Movement amount in X direction (without sign), for face groove
Q = Peck depth of cut in Z direction (without sign), for face groove, or drilled hole
R in second G74 block = Relief amount of the tool at the cutting bottom. The sign of R is always plus. However, if address X(U) and P are omitted, the relief direction can be specified by the desired sign.
F = Feed rate

Following is an example to Peck Drill a hole 50mm deep, 5mm pecks, feed rate of 0.150mm/rev, and a Relief amount of 0.25mm specified via the program.

G74 R0.250
G74 Z-50.000 Q5.000 F0.150

Regards,

Bill

Last edited by angelw; 01-14-12 at 08:16 AM.
Reply With Quote
The Following 2 Users Say Thank You to angelw For This Useful Post:
ivan13 (01-14-12), Stevo (01-15-12)
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
IMPORTANT DISCLAIMER
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Although The CNC Professional Forum has attempted to provide accurate information on the forum, The CNC Professional Forum assumes no responsibility for the accuracy of the information. All information is provided "as is" with all faults without warranty of any kind, either express or implied. Neither The CNC Professional Forum nor any of its directors, members, managers, employees, agents, vendors, or suppliers will be liable for any direct, indirect, general, bodily injury, compensatory, special, punitive, consequential, or incidental damages including, without limitation, lost profits or revenues, costs of replacement goods, loss or damage to data arising out of the use or inability to use this forum or any services associated with this forum, or damages from the use of or reliance on the information present on this forum, even if you have been advised of the possibility of such damages.


All times are GMT -5. The time now is 03:41 PM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
| Copyright ©2010-2011 CNC Professional Forum LLC
CNC Machinist Forums