Hello Guest it is April 26, 2024, 03:34:46 PM

Author Topic: Re: Hypertherm THC and HPR260 with automatic console.  (Read 3809 times)

0 Members and 1 Guest are viewing this topic.

Re: Hypertherm THC and HPR260 with automatic console.
« on: May 28, 2008, 12:19:20 PM »
hello,
Well I just posted on the plasmacutting yahoo group, and talked to Jim Colt, extremely knowledgeable and very willing to help guy.

I was asking if he knew if the automatic gas console can be used with mach3, and he said that the comunications to the console are Serial.

I guess a plugin could be written to make it work, along with their THC that is not stand alone.

HE said that the engineers would be happy to work with Mach3 and its developers to get this to work.

How about it brian? what should i tell him? do you know him already?

Best Regards
Fernando

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Hypertherm THC and HPR260 with automatic console.
« Reply #1 on: May 29, 2008, 09:23:44 AM »
Hey Fernando,

    I spoke with them also and they use ASCII commands, over serial 422 (485 will work too).
You can do the Translation in a PLC, I use ADC, in the ADC docs it give you the Hex equivelent of the ASCII characters, and it has built in "Converter Boxs" as well. Thus you can send the code you want from Mach from within a button or react to some data automatically, via brains and/or macro pump, as well as display the data. ALOT of the Translation that is Automatic will have to Live in the Macropump where you can have your VB code do the translation for dynamic stuff, like info from the control, or dynamic out to control.

    Direct Serial:  Mach can write OUT to direct serial, but not read in from my understanding, you will have to ask others about how to write to a serial port. I think "Graham" has done a lot of this, and would be a good resource.

Plug-IN:  A plug-in can be done as well, that would do the Translations as discussed above, the advantage here would be the gain in speed, and you would not have to deal with the MacroPump!!

Scott
fun times
Re: Hypertherm THC and HPR260 with automatic console.
« Reply #2 on: June 03, 2008, 04:37:50 PM »
Hey Scott,
Thanks for the reply,
I actually deleated this post because on firther talking to Jim from Hypertherm, he said that their engineers would not help write a plugin, but they will just provide the information needed to implement it. Lets just say that they will just say what the plugin needs to be able to do.

im gonna have to read a lot to be able to get this going.

I'll dig into what its needed.
Thanks
Fernando