587,833 active members*
3,452 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > I need to program my spindle to rotate one full turn and stop on the same position...
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Posts
    118
    Hi,
    in order to be able to control a Fanuc Serial spindle under 1 rev means that the 1rev pulse from the position coder might be a "border case" for detection purpose.

    therefore the spindle needs to be controled in servo mode, which brings only 2 methods to mind, rigid tapping or threading G32 commands.

    should your machine be fitted with a analog spindle, i.e. not a fanuc spindle, then the capabilities of the drive is in question. then timing could be your only option.

  2. #2
    Join Date
    Nov 2007
    Posts
    364
    You need to do a few tests on the machine to find out what you can do
    M19 is a positional stop and you need this as a starting point--some Fanuc controls can do multipal stop point like M19/M119/M219

    Then the next one is can you machine toan s value or c value with it
    M19 C100
    This is what you need for what you want

    M19 C0
    G91 C360.0
    G04 X1.0(dwell)
    G91 C-360.0
    G04 X1.0(dwell)
    G90

Similar Threads

  1. Replies: 5
    Last Post: 12-31-2011, 02:29 AM
  2. Spindle doesnt stop at end of program
    By S Woods in forum Fadal
    Replies: 2
    Last Post: 07-24-2010, 12:29 AM
  3. Lead CNC Programmer - full-time position
    By lanceyoung in forum Employment Opportunity
    Replies: 0
    Last Post: 04-09-2010, 01:19 AM
  4. 90deg program rotate
    By Jason @ Warrior in forum G-Code Programing
    Replies: 8
    Last Post: 03-25-2010, 12:30 AM
  5. eliminate start and stop of spindle for short program?
    By endgrainguy in forum G-Code Programing
    Replies: 4
    Last Post: 06-09-2009, 03:06 AM

Posting Permissions

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