Results 1 to 3 of 3

Thread: Is there a way to add or change the name of cooling types?

  1. #1
    Registered
    Join Date
    Jan 2006
    Location
    USA
    Posts
    105
    Downloads
    0
    Uploads
    0

    Is there a way to add or change the name of cooling types?

    I have a cnc router that can control the aspirator and dust hood via custom M codes that I've added to the ladder. Depending on the job, material, and tool involved, I may want either of these to be on/off, or up/down. For the time being, I have stolen the machine active air (aspirator) and turret active air (dust hood) coolant function to represent these function in my custom post processor, which gives me the control that I need. The downside it that it really seems like a kludge and I end up having to explain repeatedly to other folks how to use these functions. Is there a way to rename them or add another set of cooling options that I can appropriately call aspirator and dust hood?


  2. #2
    Registered
    Join Date
    Mar 2012
    Location
    United States
    Posts
    5
    Downloads
    0
    Uploads
    0
    I believe if you go into your post processor mac file to this;

    ;Coolant_Options
    Flood_coolant = Y
    Mist_coolant = N
    HP_Flood_coolant = N
    LP_Flood_coolant = Y
    HP_Through_coolant = N
    LP_Through_coolant = Y
    Air_Blast_coolant = Y
    Minimum_Quantity_L = N


    and turn w/e ones you want to Y it will allow you to select them in your Solidcam Options. Now, I'm not sure if you can rename them but you could trying doing so. You might want to trace them in your Gcode file. After you turn those on and go into your gpp file and mess with this section of your processor;

    @tool_coolant

    if Flood_coolant eq true
    {nb,'M08 (FLOOD COOLANT)'}
    endif

    ;if Mist_coolant eq true
    ; {'xxx'}
    ;endif

    ;if HP_Flood_coolant eq true
    ; {'xxx'}
    ;endif

    if LP_Flood_coolant eq true
    {nb,'M50 (CHIP WASH)'}
    endif

    ;if HP_Through_coolant eq true
    ; {'M8'}
    ;endif

    if LP_Through_coolant eq true
    {nb,'M88 (COOLANT THROUGH)'}
    endif

    if Air_Blast_coolant eq true
    {nb,'M152 (AIR BLAST)'}
    endif

    ;if Minimum_Quantity_L eq true
    ; {'xxx'}

    NOW, if for example you selected air blast for your dust hood, put in the appropriate M-code and DUST HOOD in the comment or w/e you want!

    {nb,'M152(or other custom m code (AIR BLAST)(Or other custom function name)'}

    Hope this answered your questions.


  3. #3
    Registered
    Join Date
    Jan 2006
    Location
    USA
    Posts
    105
    Downloads
    0
    Uploads
    0
    I had modified the post processor for the machine to generate dust hood extend/retract and aspirator on/off commands. I used the machine air blast and chuck air blast, as those were the most appropriate existing ones I could think of. Adding comments into the generated code is a good idea as well. I'll definitely borrow that one..

    I wish coolant mechanisms were laid out like drilling cycles where the available types are defined in the machine definition file. That way, I could just remove all of the unused ones and add in custom, named coolant types that are appropriate for the machine.

    Thanks for the assistance!


Similar Threads

  1. UHMW Types
    By bdring in forum Glass, Plastic and Stone
    Replies: 4
    Last Post: 04-30-2013, 01:43 PM
  2. Spindle cooling with PC Liquid cooling system
    By enforcer in forum DIY CNC Router Table Machines
    Replies: 9
    Last Post: 02-07-2012, 03:02 PM
  3. Replies: 1
    Last Post: 12-02-2009, 10:13 AM
  4. How many different types of encoders are there?
    By MrWild in forum Servo Motors and Drives
    Replies: 3
    Last Post: 12-30-2007, 09:48 PM
  5. File Types
    By Smitty911 in forum Dolphin CADCAM
    Replies: 4
    Last Post: 10-05-2007, 10:56 AM

Posting Permissions



About CNCzone.com

    We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

Follow us on

Facebook Dribbble RSS Feed


Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.