586,058 active members*
4,525 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    31

    Help with program.

    I wrote a small program to loop on a Hardinge 42 with Fanuc O control. It works fine for say 45 to 60 minutes then stops in cycle without any alarms. Reset program and starts again fine till around hour later with same problem. Its like there is a parameter that limits loops to a set number. Here is the program ( written to exercise axis.)

    M03 S1000;
    G00 X253.0 Z290.0;
    G04 S5.0;
    M04 S1000;
    X50.0 Z50.0;
    G04 S5.0;
    M99;


    Any ideas???

  2. #2
    Join Date
    Feb 2008
    Posts
    586

    Re: Help with program.

    Try changing the S5.0 to U5.0
    I've never seen G04 used with an S word. Is that documented anywhere?

Similar Threads

  1. Steps to develop VB program to read CNC (G-code) program.
    By BhushanM01 in forum Visual Basic
    Replies: 7
    Last Post: 12-12-2017, 07:57 PM
  2. Replies: 1
    Last Post: 09-18-2014, 12:29 PM
  3. Replies: 4
    Last Post: 03-06-2013, 07:56 PM
  4. Replies: 0
    Last Post: 12-27-2010, 09:55 AM
  5. Replies: 11
    Last Post: 10-09-2005, 05:45 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •