Hello Guest it is April 16, 2024, 02:54:34 PM

Author Topic: Plugin - Serial Interface to Arduino THC, with source  (Read 24549 times)

0 Members and 1 Guest are viewing this topic.

Plugin - Serial Interface to Arduino THC, with source
« on: July 20, 2013, 08:48:43 AM »
This is an ongoing development.......

I've been working on an Arduino-based Torch Height Controller for a while.  I currently have the hardware design stable and functional and mostly complete THC code.  While there is a Windows-based app to control the THC - I've recently been working on a Mach Plugin.

This is my first Mach Plugin.  I have initial functionality working.  The plug-in communicates with the THC over a user configurable COM port.  It allows setting the THC operating mode, setting the target cutting voltage and monitoring the operation.

The plugin spawns a new thread for handling the serial port communications.  It also gives the ability to set Mach's "THC Mode" to ON when starting.  (There is a configuration option to stop and restart the serial thread - that doesn't work yet.  If you change the serial port you have to stop and restart Mach.)

Software source code, hardware design information and a user guide is available on github under the "regeg/ArduinoTHC" project.
   https://github.com/regeg/ArdunioTHC

Video of the test cuts with steel on a steep incline can be seen at:
  http://www.youtube.com/watch?v=H2GjW5V7YFs

All of the history of the development and lots of voltage captures of cutting are on the Plasma forum at the Everlast Generators site.
  http://www.everlastgenerators.com/forums/forumdisplay.php/13-Everlast-Plasma-Cutters-(PAC)

I'd really like to get people building the THC and contributing to the project.
« Last Edit: July 20, 2013, 08:50:15 AM by RegeG »
Re: Plugin - Serial Interface to Arduino THC, with source
« Reply #1 on: March 30, 2015, 06:15:48 PM »
has this project been completed/perfected?
if its not broken yet, fit more gadgets!
Re: Plugin - Serial Interface to Arduino THC, with source
« Reply #2 on: March 30, 2015, 09:52:36 PM »
has this project been completed/perfected?

Well - no project is every "perfected".

It works and I've been using it.  I don't use it heavily and there's still room for improvement - but it's sufficient for the current "hobbyist" level of CNC plasma cutting I do.

I lost interest is updating and posting as there's been little interest or feedback.

Offline beefy

*
  •  138 138
    • View Profile
Re: Plugin - Serial Interface to Arduino THC, with source
« Reply #3 on: April 15, 2015, 07:09:39 AM »

It works and I've been using it.  I don't use it heavily and there's still room for improvement - but it's sufficient for the current "hobbyist" level of CNC plasma cutting I do.

I lost interest is updating and posting as there's been little interest or feedback.

I've been in a very similar situation. Designed a microcontroller based board for marking hole centres. It's a closed loop control that monitors when the torch has fired or monitors current level (user selectable). Then a user adjustable delay to determine the size of the crater in the top of the metal. So even if your cut current is set at 100 amps, the hole marking can be done at 15 amps. Works absolutely great and I have complete control over the size of the tiny divot in the top of the metal. Even post cut airflow on or off makes no difference because this  is a closed loop control monitoring what the torch is doing.

I was looking at turning it into a product but basically got no interest either, so now just use it for myself (quite often). Wouldn't want to be without it.