586,106 active members*
3,105 visitors online*
Register for free
Login
Results 1 to 13 of 13
  1. #1
    Join Date
    Oct 2009
    Posts
    17

    Software dilema

    Probably not what it sounds but I am trying to get my head round CNC plasma to assist a mate of mine.

    He has a torchmate table and electronics and can down load version 3 torchmate driver software. after that he is stumped.

    WE dont know what is needed..

    We have found sheetcam in the UK but it needs Mach3. we have asked for prices on torchmate CAD but got no where yet.

    So could someone tell us what software is needed....not just titles but what is sheet cam what is mach3 what is torchmate driver software and what is torchmate CAD. etc etc etc.

    thanks in advance..

  2. #2
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by ukracer View Post
    Probably not what it sounds but I am trying to get my head round CNC plasma to assist a mate of mine.

    He has a torchmate table and electronics and can down load version 3 torchmate driver software. after that he is stumped.

    WE dont know what is needed..

    We have found sheetcam in the UK but it needs Mach3. we have asked for prices on torchmate CAD but got no where yet.

    So could someone tell us what software is needed....not just titles but what is sheet cam what is mach3 what is torchmate driver software and what is torchmate CAD. etc etc etc.

    thanks in advance..
    86 views and no replies . Have I not asked the right question.??? I am confused now.

  3. #3
    Join Date
    Mar 2004
    Posts
    1806

    Re: Software dilema

    Andy,
    I am not into plasma, but will try to help a bit.
    You use a cad program to make the drawing of what you want to cut. (I use Draftsight)
    Save the drawing as a DXF file (I use Rel 14 ASCII format)
    You then open Sheet cam and import the drawing and use that to define the operations. Depending on what your doing, you may want different operations on different layer of the drawing.
    In the options, you select the correct post processor and yes, there are several torchmate post processors. The correct one for your control software will generate the appropriate G-code to run on the machine.
    Control software. There are several software control products on the market and Mach is just one of them. Another one is linux based Linuxcnc and there are several more. A quick glance on the torchmate website seems to indicate their Accumove motion controller is another one and probably the post processors listed in Sheetcam are for it.

    As I say, I am not into plasma, but the above dialogue is similar regardless of machine type be it plasma, router, mill, lathe etc.

    Hope this helps.
    Art
    AKA Country Bubba (Older Than Dirt)

  4. #4
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by Bubba View Post
    Andy,
    I am not into plasma, but will try to help a bit.
    You use a cad program to make the drawing of what you want to cut. (I use Draftsight)
    Save the drawing as a DXF file (I use Rel 14 ASCII format)
    You then open Sheet cam and import the drawing and use that to define the operations. Depending on what your doing, you may want different operations on different layer of the drawing.
    In the options, you select the correct post processor and yes, there are several torchmate post processors. The correct one for your control software will generate the appropriate G-code to run on the machine.
    Control software. There are several software control products on the market and Mach is just one of them. Another one is linux based Linuxcnc and there are several more. A quick glance on the torchmate website seems to indicate their Accumove motion controller is another one and probably the post processors listed in Sheetcam are for it.

    As I say, I am not into plasma, but the above dialogue is similar regardless of machine type be it plasma, router, mill, lathe etc.

    Hope this helps.
    Thats very helpful thanks.

    I think its becoming a little clearer now. The accumove software you speak of is a upgraded version of http://torchmate.com/uploads/downloa...Live_Setup.exe I am guessing???


    Instead of needing 2 programs like I assumed you actually need 4 programs if I now understand it all correctly,

    In my case I would need to use Draftsight-------to Sheetcam--------- to Mach3----------- to http://torchmate.com/uploads/downloa...Live_Setup.exe

    AM I now understanding it correctly>

    Sorry to be a pain but its way different to what I anticipated..lol

  5. #5
    Join Date
    Mar 2004
    Posts
    1806

    Re: Software dilema

    IF I am reading this correctly, you can skip the Mach.
    Mach and Their program essentially do the same thing. They require the g-code input to make the machine go. Also, It appears they have their own signal generator and that will NOT be compatible with Mach I don't think!

    You might want to contact torchmate for their knowledge in what you really need to make the machine go. Have the model and SN available when you talk to them as it appears there are several different version.

    I am not familiar with their product so hopefully someone will jump in an help!

    Maybe Les can help you when he gets in touch.
    Art
    AKA Country Bubba (Older Than Dirt)

  6. #6
    Join Date
    Nov 2004
    Posts
    141

    Re: Software dilema

    To expand a little on Art's description, the sequence is as follows:
    CAD Create the drawing of your part
    CAM This works out how to cut your part and calculates the machine movements needed. It outputs a series of movement instructions in a language called gcode. You can use SheetCam or Torchmate's own Cad/Cam.
    Machine controller This takes a series of movement instructions and physically moves the machine. For your setup this is the Torchmate driver software. Mach3 is another machine controller but it isn't directly compatible with Torchmate hardware.

    Gcode is a very loose standard and just about every controller speaks a slightly different dialect. To get around this CAM has to have a bunch of different code generators or 'post processors' to generate the correct code for each type of machine. SheetCam has a couple of different post processors that will generate code that the Torchmate software will understand.

    By the way I have enabled your account on the SheetCam forum. I'm not quite sure why it was disabled.

  7. #7
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by Bubba View Post
    IF I am reading this correctly, you can skip the Mach.
    Mach and Their program essentially do the same thing. They require the g-code input to make the machine go. Also, It appears they have their own signal generator and that will NOT be compatible with Mach I don't think!

    You might want to contact torchmate for their knowledge in what you really need to make the machine go. Have the model and SN available when you talk to them as it appears there are several different version.

    I am not familiar with their product so hopefully someone will jump in an help!

    Maybe Les can help you when he gets in touch.
    Not had an email from Les yet so I guess I had better start looking for a sheetcam alternative lol

    Thanks for your advice anyway..

    Regards Andy T

  8. #8
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by locost_cam View Post
    To expand a little on Art's description, the sequence is as follows:
    CAD Create the drawing of your part
    CAM This works out how to cut your part and calculates the machine movements needed. It outputs a series of movement instructions in a language called gcode. You can use SheetCam or Torchmate's own Cad/Cam.
    Machine controller This takes a series of movement instructions and physically moves the machine. For your setup this is the Torchmate driver software. Mach3 is another machine controller but it isn't directly compatible with Torchmate hardware.

    Gcode is a very loose standard and just about every controller speaks a slightly different dialect. To get around this CAM has to have a bunch of different code generators or 'post processors' to generate the correct code for each type of machine. SheetCam has a couple of different post processors that will generate code that the Torchmate software will understand.

    By the way I have enabled your account on the SheetCam forum. I'm not quite sure why it was disabled.
    Ah if I am guessing right you are Les.. So I was a little impatient and therefore hasty ....especially as your expanded reply told me everything I need to know and as I just had a price for Torchmate CAD at 874 dollars I reckon sheet cam is a much more sensible option for a hobby user..

    If you are Les or not thank you so much for your reply...

    Regards Andy T

  9. #9
    Join Date
    Mar 2004
    Posts
    1806

    Re: Software dilema

    Andy,
    Yep, that was Les that responded to your post! He doesn't visit the zone that much so that is why he was unaware of your posts here.

    Sheetcam is a CAM program that takes your drawing and uses it to produce the g-code.

    You need a Cad program to make the drawing. I use Draftsight which is an autocad clone and it is FREE! DraftSight - Dassault Syst
    You need an internet connection to register it, but I seldom get any mail from them.

    By the way, he activated your user id on the sheetcam forum so you can post there now also.
    Art
    AKA Country Bubba (Older Than Dirt)

  10. #10
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by Bubba View Post
    Andy,
    Yep, that was Les that responded to your post! He doesn't visit the zone that much so that is why he was unaware of your posts here.

    Sheetcam is a CAM program that takes your drawing and uses it to produce the g-code.

    You need a Cad program to make the drawing. I use Draftsight which is an autocad clone and it is FREE! DraftSight - Dassault Syst
    You need an internet connection to register it, but I seldom get any mail from them.

    By the way, he activated your user id on the sheetcam forum so you can post there now also.
    Educated guess I thought it might be. lol

    My issues with sheet cam are support. It looks like trhe sheet cam forum is old not got much traffic and I did not want to waste time learning something out of date. But if its still the best for a budget hobbiest I will be happy to go with it. I have downloaded draftsight.

    I went on sheetcams forum and posted but I saw some spam .......... stuff like that usually mean its not used a lot .... or it could mean sheet cam does its job and no one has problems and just gets on with cutting lol

    Again thanks for your time and assistance.

  11. #11
    Join Date
    Mar 2004
    Posts
    1806

    Re: Software dilema

    Andy,
    That forum was setup when yahoo was having problems and it was thought everything might be lost forever. The main traffic is on the mail list and has had over a dozen messages in the last week. In fact, there have been several just today!
    I see where Les has responded to your posts on the forum today. As for the video problem, I can't supply an answer.
    Art
    AKA Country Bubba (Older Than Dirt)

  12. #12
    Join Date
    Sep 2005
    Posts
    287

    Re: Software dilema

    Andy,

    has the Torchmate table got a torch height control already. If you stick with the TM controller software/electronics then to add torch height control will cost another 3K (US dollars), don't know how much in our pounds. A THC is pretty much not an option in my opinion. I don't think you can "tack on" an aftermarket THC with a TM system, but you can with Mach3.

    Another type of CAD you may want to consider is "arty" type cad. Inkscape is a free one but I prefer and use Coreldraw ($600-700). Even though it's an arty / freeform type 2D cad I still use it to design relatively simple mechanical parts. As a matter of fact for simpler mechanical parts I find it quicker than mechanical cad packages.

    I think Les is just a one man band but he brings some great CAM software to us at a great value price. He's generally always answered questions on the forums. I would not be too quick to put Sheetcam aside. I would certainly like a higher end CAM but then I'm pretty sure I'd be into 4 figures with a 2 or 3 at the front, maybe more. For the price Sheetcam has some very good features.

    I wouldn't be too hasty with everything, there's quite a long learning curve in this game to get proficient and speedy with all the different stages.

    Good luck,

    Keith.

  13. #13
    Join Date
    Oct 2009
    Posts
    17

    Re: Software dilema

    Quote Originally Posted by Beefy View Post
    Andy,

    has the Torchmate table got a torch height control already. If you stick with the TM controller software/electronics then to add torch height control will cost another 3K (US dollars), don't know how much in our pounds. A THC is pretty much not an option in my opinion. I don't think you can "tack on" an aftermarket THC with a TM system, but you can with Mach3.

    Another type of CAD you may want to consider is "arty" type cad. Inkscape is a free one but I prefer and use Coreldraw ($600-700). Even though it's an arty / freeform type 2D cad I still use it to design relatively simple mechanical parts. As a matter of fact for simpler mechanical parts I find it quicker than mechanical cad packages.

    I think Les is just a one man band but he brings some great CAM software to us at a great value price. He's generally always answered questions on the forums. I would not be too quick to put Sheetcam aside. I would certainly like a higher end CAM but then I'm pretty sure I'd be into 4 figures with a 2 or 3 at the front, maybe more. For the price Sheetcam has some very good features.

    I wouldn't be too hasty with everything, there's quite a long learning curve in this game to get proficient and speedy with all the different stages.

    Good luck,

    Keith.
    Thanks for all your advice. Its a lot clearer now. But when I saw lots of old post and could not get verified I started to get jumpy.


    Its a mate who have the gear but knows little about computers. I think he will get bored and I will end up buying the table off him. lol

    The picture I posted shows a box which I think is torch height controller..

Similar Threads

  1. New cnc router dilema
    By alexhhisc in forum DIY CNC Router Table Machines
    Replies: 8
    Last Post: 03-14-2013, 09:31 PM
  2. Tooling dilema
    By photomankc in forum Benchtop Machines
    Replies: 6
    Last Post: 07-17-2010, 08:55 AM
  3. Turning dilema
    By JDenyer232 in forum Haas Lathes
    Replies: 12
    Last Post: 01-26-2010, 11:42 PM
  4. CAM software dilema
    By greenchair in forum Uncategorised CAM Discussion
    Replies: 5
    Last Post: 11-08-2009, 07:29 PM
  5. Dilema
    By metalcraft.hr in forum CNC Machine Related Electronics
    Replies: 5
    Last Post: 06-11-2007, 08:07 PM

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
  •