RE: CandCNC auxiliary output and Feather touch power

CandCNC plasma table components discussion forum
Post Reply
User avatar
edclayton1
2.5 Star Member
2.5 Star Member
Posts: 123
Joined: Thu Sep 25, 2014 10:57 pm
Location: Rathdrum, Idaho

RE: CandCNC auxiliary output and Feather touch power

Post by edclayton1 »

I had an idea about using one of my auxiliary power outputs on my bladerunner as a on/off switch for my Feather touch. I figure I may as well use them for something and presently i
Have my feather touch is hooked directly to my UPS via its power adapter which means it's on 24/7. This kind of make me nervous that eventually it might fry if I always leave it on. Does this seem like a good idea? I realize to switch it on I will have to remember to turn it on in mach3 as well unless Mach3 has a memory about such things as auxiliary output switch settings???
Home Built 4 * 8 table
Bladerunner
Miller Syncrowave 250 TIG welder
Miller 211 Wirefeed Welder
Bridgeport Mill
Jet 13 * 40 Lathe
Hypertherm Powermax 65
80 gal 2 stage 175 PSI Emax air Compressor
User avatar
WyoGreen
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 897
Joined: Tue Mar 04, 2014 8:36 pm
Location: Cheyenne, Wyoming

Re: RE: CandCNC auxiliary output and Feather touch power

Post by WyoGreen »

You could probably modify your post to turn the output on at the beginning of the G code and off at the end.

I leave nothing plugged in at my shop when I'm not going to be there for a while. Not only is it a waste of power, but if it shorts out it could start a fire. (I've had that happen)

Steve
Precision Plasma gantry
CommandCNC Linux controller w/Feather Touch & PN200 hand controller
HT-45 plasma cutter
Plate Marker
Router
Laser
tcaudle
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 1352
Joined: Tue Feb 28, 2012 6:47 pm

Re: RE: CandCNC auxiliary output and Feather touch power

Post by tcaudle »

The aux outputs can be controlled from G-Code or the screen buttons. SheetCAM will let you turn on off the outputs at the beginning and end of a file using the flood and mist option / The easiset way to do it is use a simple code snip (places G-code in a file before of after any operation(s) . To turn on the output you make a simple snip of "M07" or "M08" to turn on aux 1 or 2. Put it above the first operation, Then at the end (after last operations) put an "M09" snip to turn either or both the outputs off . SheetCAm used to have Flood and Mist tools in the operations but I can't find them on a plasma tool. There is one other way: modify the POST to turn on the specific output (using the M codes above) just before you turn on the torch . Its in the "OnPendown function and looks like : post.Text(" M03 \n")
You would put the following line directly above it : post.Text(" M07 \n")

There are a couple of places to put the M09 but the best might be in the OnFinish function that runs after all the cuts have been made. So it would turn it on at the first cut and leave it on until the end of the job.

The aux outputs are on only when the main power switch is on and turn off with that so if you are used to powering down the controller at the end of the day the aux outputs go off too (provided they are turned on via the screen or code.
Post Reply

Return to “CandCNC Forum”