Build Thread Taig CNC-Controller Replacement-Dynomotion Suggestion - Page 4


Page 4 of 4 FirstFirst 1234
Results 61 to 66 of 66

Thread: Taig CNC-Controller Replacement-Dynomotion Suggestion

  1. #61
    Member PeterTheWolf's Avatar
    Join Date
    Aug 2008
    Location
    USA
    Posts
    213
    Downloads
    0
    Uploads
    0

    Default 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
    Member TomKerekes's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    4045
    Downloads
    0
    Uploads
    0

    Default Re: Taig CNC-Controller Replacement-Dynomotion Suggestion

    Hi Pete,


    Thanks for taking the time to post back.

    Regards
    TK http://dynomotion.com


  3. #63
    Member PeterTheWolf's Avatar
    Join Date
    Aug 2008
    Location
    USA
    Posts
    213
    Downloads
    0
    Uploads
    0

    Default 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.

    Taig CNC-Controller Replacement-Dynomotion Suggestion-dig_i_o-png

    Taig CNC-Controller Replacement-Dynomotion Suggestion-m_code_parameters-jpg

    Taig CNC-Controller Replacement-Dynomotion Suggestion-nc_code-png



  4. #64
    Member TomKerekes's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    4045
    Downloads
    0
    Uploads
    0

    Default 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);

    Regards
    TK http://dynomotion.com


  5. #65
    Member PeterTheWolf's Avatar
    Join Date
    Aug 2008
    Location
    USA
    Posts
    213
    Downloads
    0
    Uploads
    0

    Default 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.

    .....

    ....

    Attached Files Attached Files


  6. #66
    Member TomKerekes's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    4045
    Downloads
    0
    Uploads
    0

    Default 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.

    Regards
    TK http://dynomotion.com


Page 4 of 4 FirstFirst 1234

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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Taig CNC-Controller Replacement-Dynomotion Suggestion

Taig CNC-Controller Replacement-Dynomotion Suggestion