586,031 active members*
2,994 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SheetCam > No DTHC options under path rules
Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2014
    Posts
    5

    No DTHC options under path rules

    I have no way to turn thc on or off. Ive watched a few tutorials but I don't have anything under the drop down menu next to "start code" and "end code". I have post processor set to mp1000 thc. Checked for updates

  2. #2
    Join Date
    Mar 2006
    Posts
    2

    Re: No DTHC options under path rules

    What THC do you have? and are you using sheetcam?

  3. #3
    Join Date
    Aug 2014
    Posts
    5

    Re: No DTHC options under path rules

    Which THC on the table? Yes im using sheetcam. The setting im looking for is in a sheetcam menu.

  4. #4
    Join Date
    Jul 2005
    Posts
    2415

    Re: No DTHC options under path rules

    That option is hardware specific and provided in a custom SheetCAM post provided by the hardware provider. You cannot turn ON/OFF the MACH3 internal THC except with a MACH macro. You then have to use the code clips in SheetCAM to insert the macro in the G code. Any macro will cause a motion "glitch" in MACH so cannot be done in a part of the code with motion. There are a lot of custom things you can setup in the SheetCAM menu but it has to be defined and called from the POST. If you have the DTHC from CandCNC then there are custom posts that will make the options available.
    TOMcaudle
    www.Candcnc.com

  5. #5
    Join Date
    Aug 2014
    Posts
    5

    Re: No DTHC options under path rules

    So I need a different version of sheetcam or I need to install the posts? I'm a little confused.

  6. #6
    Join Date
    Jul 2005
    Posts
    2415

    Re: No DTHC options under path rules

    So am I (confused) What do you have as the THC? Is it a DTHC from CandCNC? if so you can get direct support on our Support Forum along with links to the POSTS and plugins for MACH3.

    TOMcaudle
    www.CandCNC.com

  7. #7
    Join Date
    Aug 2014
    Posts
    5

    Re: No DTHC options under path rules

    MP-1000 if I remember correctly. Yes its all from CandCNC. I just am looking for the path rule that will shut off and turn back on THC while cutting a circle. When I click on that drop down box for path rules there is nothing available. the tutorial I watched online had different options that dropped down.

  8. #8
    Join Date
    Aug 2014
    Posts
    5

    Re: No DTHC options under path rules

    mp-3000 actually

  9. #9
    Join Date
    Jul 2005
    Posts
    2415

    Re: No DTHC options under path rules

    There are three models of THC for the MP3000. DTHC was first generation and did not have the DTHC ON/OFF option. The DTHC II that has been shipping for over 3 years had DTHC ON/OFF added at firmware rev level 1.3. From that point forward you need to be running a plug-in for MACH (ccc_comm) that supports dynamic activation codes if you want it from the g-code. You need to be running MACH3 3.43.066 or higher if you do not want a "twitch" in the motion for the DTHC on/off. The DCC posts also support using the expanded SheetCAM tool sets that load the DTHC presets (Electronic Cut Chart) . The new DTHCIV no longer uses the internal MACH THC so the button does not even exist for THC ON/OFF. It is controlled from screen buttons OR specail parameters from the G-Code.

    The DTHC control can be set to Automatic so it handles turning the DTHC ON/OFF using basic rules and options in the post (like the Minimum Cut Length for DTHC) Or defined cut rules in SheetCAM. If you just want to turn the THC function in MACH ON/OFF you have to do that with a Macro (and suffer the pause in motion it begets) and insert the Macro in the code using the G-Code snip tool in SheetCAM. You may already have the Macros depending on which Profile you are running : M101 (tunrs it off) M102 Turns it on

    Here is the macro code to turn off the MACH THC (NOT the DTHC)


    'turn off THC
    If GetOEMLED(24) Then
    Call DoOEMButton(123)
    END if


    code to turn the THC logic on

    'turn on THC
    If GetOEMLED(24) = False Then
    Call DoOEMButton(123)
    END if


    You can get more detail and files to download from our Support Forum

    TOMcaudle
    www.candcnc.com

Similar Threads

  1. Romi/Bridgeport EZ-Path Lathe serial transfer using EZ-Path Utilities
    By Moscow in forum Bridgeport / Romi Lathes
    Replies: 2
    Last Post: 06-04-2017, 04:37 AM
  2. Advanced 3D Tool Path Cutting Options
    By aldepoalo in forum BobCad-Cam
    Replies: 0
    Last Post: 03-18-2014, 12:48 AM
  3. 3D Tool Path Options : Advance Roughing
    By aldepoalo in forum BobCad-Cam
    Replies: 0
    Last Post: 09-03-2013, 06:08 PM
  4. $100 dthc
    By matttargett4 in forum Waterjet General Topics
    Replies: 33
    Last Post: 03-14-2012, 03:47 PM
  5. Right-click path options
    By Doug W in forum Hypermill
    Replies: 0
    Last Post: 01-05-2007, 07: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
  •