585,749 active members*
3,739 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Dynomotion/Kflop/Kanalog > Taig CNC-Controller Replacement-Dynomotion Suggestion
Page 4 of 4 234
Results 61 to 66 of 66
  1. #61
    Join Date
    Aug 2008
    Posts
    213

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Quote Originally Posted by TomKerekes View Post
    Hi Pete,

    A following error occurs whenever the commanded Destination is different from the measure Position by more than the Max Following Error limit.

    The Enable command in the Init file:

    EnableAxisDest(0,0);

    .......

    #2 - Enable the axis setting the commanded Destination to be where the Axis happens to be with EnableAxisDest(0,ch0->Position). ......
    HTH
    Thanks Tom ... This worked... as you knew it would.

    ....
    ....

  2. #62
    Join Date
    May 2006
    Posts
    4045

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Hi Pete,


    Thanks for taking the time to post back.
    TK
    http://dynomotion.com

  3. #63
    Join Date
    Aug 2008
    Posts
    213

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    ...
    ....

    Question: Why won't SetBit (35); in my M03_Taig.c file turn on my spindle when I run NC Code?

    It will work if I manually turn it on at the digital I/O screen.

    I attached the C-Code I am trying to run.

    Attachment 446806

    Attachment 446808

    Attachment 446810

  4. #64
    Join Date
    May 2006
    Posts
    4045

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Hi Peter,

    I don't see the C Program.

    Is the C Program setting the bit as an output? With

    SetBitDirection(35,1);
    TK
    http://dynomotion.com

  5. #65
    Join Date
    Aug 2008
    Posts
    213

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Quote Originally Posted by TomKerekes View Post
    Hi Peter,

    I don't see the C Program.

    Is the C Program setting the bit as an output? With

    SetBitDirection(35,1);
    I don't know why my C-Code didn't show. But I attached the a Zip file with my three files.

    I thought the SetBit (35) should turn a bit on.

    .....

    ....

  6. #66
    Join Date
    May 2006
    Posts
    4045

    Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Hi Peter,

    Cnczone doesn't allow .c files. You can add a .txt extension or zip it as you did.

    SetBit() will set a bit but it must be configured as an output first. I don't see its direction ever configured. By default bits are inputs. Add the SetBitDirection(35,1); to your Initialization program.
    TK
    http://dynomotion.com

Page 4 of 4 234

Similar Threads

  1. CAM/Controller software suggestion to mill this part?
    By ConcordStud733 in forum Uncategorised CAM Discussion
    Replies: 0
    Last Post: 07-09-2013, 01:42 PM
  2. Need suggestion for Taig lathe DC motor
    By JohnnyVegas in forum CNC Machine Related Electronics
    Replies: 3
    Last Post: 10-04-2011, 06:53 PM
  3. Bridgeport series I mill using dynomotion controller
    By krz2_2000 in forum Bridgeport / Hardinge Mills
    Replies: 21
    Last Post: 04-06-2010, 08:34 AM
  4. Keling servo as Taig spindle motor replacement?
    By Hirudin in forum Taig Mills / Lathes
    Replies: 35
    Last Post: 08-18-2009, 11:41 AM
  5. Any one use a Dynomotion controller?
    By DennisCNC in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 6
    Last Post: 09-09-2008, 03:02 PM

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
  •