Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: Embroidery machines

  1. #1
    Registered Karl_T's Avatar
    Join Date
    Mar 2004
    Location
    Dassel,MN,USA
    Posts
    1,361
    Downloads
    0
    Uploads
    0

    Embroidery machines

    My January landlord is in the custom embroidery business. She's buying a new four head unit to the tune of $30K because the DOS software the old unit uses is no longer supported.

    I can see the machine is very similar to a stepper table mill with toolchanger. I have no idea what sort of code today's embroidery software puts out for machines to read.

    So, is it feasable to refit these machines with camsoft, or any other, controls?

    Karl


  2. #2
    Registered
    Join Date
    Jan 2007
    Location
    USA
    Posts
    572
    Downloads
    0
    Uploads
    0
    I do computerized embroidery as well as machining. I guess i'm addicted to motion control!?!?!?

    Unfortunately, you cannot retrofit it with standard CNC controls. The reason is because in addition to X and Y movements, there are lots of other controls that get involved.

    There is computerized tension, needle up down positions, thread cutter operation, thread movement sensors and many other things. Even though there are similarities, the differences are big enough that CNC and computerized embroidery are definitely in different spectrums.

    Hope this helps,
    Wade


  3. #3
    Registered Karl_T's Avatar
    Join Date
    Mar 2004
    Location
    Dassel,MN,USA
    Posts
    1,361
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by wwendorf View Post
    I do computerized embroidery as well as machining. I guess i'm addicted to motion control!?!?!?
    Exactly my problem. Must be a new disease

    Modern controls could handle all the issues you mention. But, I wonder about the machine command files. Are they similar to G and M codes?

    Karl


  4. #4
    Moderator Switcher's Avatar
    Join Date
    Apr 2005
    Location
    mydxf.blogspot.com
    Posts
    3,665
    Downloads
    0
    Uploads
    0
    Most machines (brands) have their own format as far as the code to run the machine.

    Here is a little info on just 1 of many file extensions
    http://www.fileinfo.net/extension/pes

    The guys that build the machines are very smart, that they write their own software that only runs on their machines, keeps the customer buying more & more.




    .


  • #5
    Moderator Switcher's Avatar
    Join Date
    Apr 2005
    Location
    mydxf.blogspot.com
    Posts
    3,665
    Downloads
    0
    Uploads
    0
    I've read about this program a while back (havn't tried it).

    Converts a bunch of file types.

    http://www.threadsmith.com/nav.srf?page=software


  • #6
    Moderator Switcher's Avatar
    Join Date
    Apr 2005
    Location
    mydxf.blogspot.com
    Posts
    3,665
    Downloads
    0
    Uploads
    0
    I found this link for "Running a DOS application and capture its output in VB .NET 2005"

    http://www.vb-helper.com/howto_net_run_dos.html

    Maybe you could write something?


    .


  • #7
    Registered
    Join Date
    Jan 2007
    Location
    USA
    Posts
    572
    Downloads
    0
    Uploads
    0
    The biggest problem is that yes, modern controls "could" work, but the problem lies in that you would HAVE to have a lot of experience with sewing and understand how tensions work, etc... In my mind, an embroidery machine has aspect of 4 axis cnc. The computer controls X and Y movement, then it controls the needle up and down as well as the frequency of the needle up/down (as in speed of sewing motor), then you have the other issue of the machine controlling (sometimes) the tension and the automatic trimmer.

    So, while it would be difficult if you didn't understand how sewing machines work (lots more complicated than milling) it is possible.

    As far as different embroidery formats, that's not really any different than us having lots of different post processors. No machines GCode is completely identical. Same with embroidery formats. None of them are identical, but they all work pretty much the same.

    Wade


  • #8
    Moderator Switcher's Avatar
    Join Date
    Apr 2005
    Location
    mydxf.blogspot.com
    Posts
    3,665
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by wwendorf View Post
    The biggest problem is that yes, modern controls "could" work, but the problem lies in that you would HAVE to have a lot of experience with sewing and understand how tensions work, etc... In my mind, an embroidery machine has aspect of 4 axis cnc. The computer controls X and Y movement, then it controls the needle up and down as well as the frequency of the needle up/down (as in speed of sewing motor), then you have the other issue of the machine controlling (sometimes) the tension and the automatic trimmer.

    So, while it would be difficult if you didn't understand how sewing machines work (lots more complicated than milling) it is possible.

    As far as different embroidery formats, that's not really any different than us having lots of different post processors. No machines GCode is completely identical. Same with embroidery formats. None of them are identical, but they all work pretty much the same.
    Wade
    G-code is an industry standard.

    Several embroidery formats isn't the same, not much of a standard. If a control can't read the file, it's useless.

    I'm not saying it can't be done, when in fact it could be, it all depends on how much you want it, & how much time you have to invest in the project.

    A stepper motor is a stepper motor regardless of how it's setup.



    .


  • #9
    Registered
    Join Date
    Jan 2007
    Location
    USA
    Posts
    572
    Downloads
    0
    Uploads
    0
    Yup, GCode is an industry standard. There are a few embroidery formats that are considered industry standards as well. Pretty much all embroidery machines read a format called DST. It's a format that all machines use. Additonally, all machines typically have their own formats which give features not commonly covered in the "generic" features.

    There are also conversion programs out there that translate one format to another in about 2 seconds flat without modifying the design in any way or changing how it sews.

    And, i'm not arguing with ya, I'm just saying that converting it to use GCode would be very counter-productive because you wouldn't be able to digitize or purchase designs in a format the machine could use. You would have to write a design converter to even attempt to create a design in GCode. Or your own digitizing program. Lots of custom software to write as well.

    Additionally, another thing about embroidery machines and their formats is that they also typically automatically change threads. Some machine can have up to 15 threads pre-loaded in them. I guess that is kind of like an automatic tool changer in a way?

    Wade


  • #10
    Registered Khalid's Avatar
    Join Date
    Apr 2006
    Location
    Pakistan
    Posts
    2,960
    Downloads
    0
    Uploads
    0
    Yes everything is possible.. Now we can convert the embroidery format to our Gcode format..
    DIY- CNC Embroidery Machine
    http://free3dscans.blogspot.com/ http://my-woodcarving.blogspot.com/
    http://my-diysolarwind.blogspot.com/


  • #11
    Registered
    Join Date
    Jan 2007
    Location
    USA
    Posts
    572
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Khalid View Post
    Yes everything is possible.. Now we can convert the embroidery format to our Gcode format..
    DIY- CNC Embroidery Machine
    Yes, I've been monitoring your posts on your build thread. Nice job on that! I definitely didn't have the patience to reverse engineer the software, or the desire to build a machine from the ground up. Of course, that's likely because I have several top end embroidery machines already. <grin>

    Wade


  • #12
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,943
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Karl_T View Post
    So, is it feasable to refit these machines with camsoft, or any other, controls?

    Karl
    Did you see the example of embroidery machine in the Galil animated examples with code, I know it does not go into detail as to code input, but evidentially there was someone that originally put a version together based around the legacy DMC-1000 and used the old Galil Opint software , I believe they have since upgraded to a later version card and software. I don't have a link anymore.
    This was the patent, http://www.patentstorm.us/patents/5458075/fulltext.html
    ( just noticed it is a post from 2007!)
    Al.
    Last edited by Al_The_Man; 04-08-2010 at 10:25 AM.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. my machines
      By zoltan in forum DIY CNC Router Table Machines
      Replies: 17
      Last Post: 07-12-2007, 03:51 AM
    2. new machines
      By daleman in forum Haas Mills
      Replies: 4
      Last Post: 02-24-2007, 11:47 AM
    3. TOS CNC machines
      By Matt_S in forum General Metal Working Machines
      Replies: 0
      Last Post: 01-12-2007, 10:37 PM
    4. 2 machines at once.
      By haas38 in forum General CNC (Mill and Lathe) Control Software (NC)
      Replies: 4
      Last Post: 06-26-2006, 10:19 AM
    5. How much of a cut can these machines take?
      By bgolash in forum Benchtop Machines
      Replies: 0
      Last Post: 03-17-2006, 02:08 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.