585,759 active members*
4,015 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    266

    Coolant on/off control in Mach3

    Hey folks, not sure if this is the right place to look for help but...

    i ran across this video on Youtube...
    https://www.youtube.com/watch?v=Vbk6...MdK9mk7pVRwYO6

    and liked how he has his air blast/mist coolant "pulsing" on and off and was wondering if this is doable in Mach3.

    I have an oldie DIY unit running off a g540 and using Fusion 360.

    some guidance would be greatful.

    thanks in advance,

    Al

    oh, when i asked Youtuber, his reply is as follows:

    add to main.HAL file
    #**********************

    # generator for ALCOHOL
    #**********************
    addf comp.1 slow
    addf siggen.1.update slow
    addf constant.1 slow
    addf oneshot.2 servo-thread
    addf timedelay.1 servo-thread
    addf and2.3 servo-thread
    setp constant.1.value 0
    setp siggen.1.frequency 1
    setp oneshot.2.width 0.5
    net s2 siggen.1.sine => comp.1.in1
    net n2 constant.1.out => comp.1.in0
    net a2 comp.1.out => and2.3.in0
    net alcocycle1 => and2.3.in1 #checkbutton input
    net alcocycle2 and2.3.out => oneshot.2.in

    #**********************
    # ALCOHOL CONSTANT-overrides generator for alcohol
    #**********************
    addf or2.1 servo-thread
    net alcoconstant => or2.1.in0 #checkbutton alcoconstant input
    net alcy oneshot.2.out => or2.1.in1 #alcocycle output
    net alcoout or2.1.out => hm2_7i76e.0.7i76.0.0.output-11(depends about interface)


    and yea, i'm still scratching my head.
    my first..."Big Ape" CNCRP 2448 Build Log

  2. #2
    Join Date
    Jun 2005
    Posts
    1730

    Re: Coolant on/off control in Mach3

    He gave you information for linuxcnc not mach3/4. You could setup a macro that pulses an output in Mach software

  3. #3
    Join Date
    Aug 2005
    Posts
    1091

    Re: Coolant on/off control in Mach3

    Hi,
    It should be quite straightforward to implement. The way to do it in Mach3 is to use the Macropump feature, or use the Brains function.
    If I recall correctly the Mach forum has a section there for Brains. If you ask the question there you should get your answer.
    Cheers
    Peter


    Sent from my iPhone using Tapatalk Pro
    -------------------------------------------------
    Homann Designs - http://www.homanndesigns.com/store

Similar Threads

  1. Mach3 + C35 BOB + Coolant control= Hair Loss
    By tpks in forum Benchtop Machines
    Replies: 9
    Last Post: 12-24-2017, 04:19 PM
  2. Replies: 0
    Last Post: 03-16-2016, 10:06 PM
  3. Config Mach3 for coolant
    By BrassBuilder in forum Benchtop Machines
    Replies: 5
    Last Post: 04-17-2014, 11:40 PM
  4. How to control the water coolant by mach3?
    By Mongkol in forum Uncategorised MetalWorking Machines
    Replies: 2
    Last Post: 11-17-2010, 10:06 PM
  5. Running flood coolant from Mach3
    By BrassBuilder in forum Benchtop Machines
    Replies: 15
    Last Post: 02-13-2008, 06:50 AM

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
  •