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

Thread: question in using mach3 in a laser cnc

  1. #1
    Registered
    Join Date
    Jul 2005
    Location
    Iraq
    Posts
    80
    Downloads
    0
    Uploads
    0

    question in using mach3 in a laser cnc

    Hi
    i am new in using mach3 in a laser cnc , and my question is : how can mach3 control the time of running the laser head ? if i want to run the laser for a specific time period then how can i control this period ?

    thank you
    waleed


  2. #2
    Registered
    Join Date
    Dec 2007
    Location
    germany
    Posts
    2
    Downloads
    0
    Uploads
    0

    could anayone help?


    Hello , I have the same question
    I already read,
    that someone controls his laser with the pwm modulation
    of the axis stepper in mach 2d mod.

    I have a synrad 48-1
    tickle freq 5khz
    pulse length 1mikrosec +- 0,2 mikrosec
    raise fall time <= 100ns 0,5v to 3,5V dc nominal is 5vDC

    Can anybody explain how to control wtih mach3 or linkmotion software

    I prefer mach3 because I already have it!

    Thanks and best regards bjoern


  3. #3
    Registered
    Join Date
    May 2007
    Location
    Thailand
    Posts
    251
    Downloads
    0
    Uploads
    0

    Smile Laser control

    Hi All,
    Mach ---->can do only vector,can not do raster method.
    Link motion----> can do both vector and raster method.
    Laser, Mach can not engrave on material. It can only cut.
    In another way, Link motion can do both engrave and cut on material.

    Cheers,
    Mongkol
    Attached Thumbnails Attached Thumbnails question in using mach3 in a laser cnc-sketlone.gif  


  4. #4
    Registered
    Join Date
    Jul 2005
    Location
    Iraq
    Posts
    80
    Downloads
    0
    Uploads
    0
    that's ok mongkol , 2D cutting is all what we want with laser , but the question is still : how can we use mach3 for 2d cutting with laser ?


  • #5
    Registered
    Join Date
    Dec 2007
    Location
    germany
    Posts
    2
    Downloads
    0
    Uploads
    0

    control

    Can any one imagine to take the pwm control of the z-axis for using
    as the power control of the laser.... and explain it here.
    Perhaps a pic( microcontroler) will be useful but without it will be less
    complicated.

    thanks regards


  • #6
    Registered
    Join Date
    Jul 2005
    Location
    Iraq
    Posts
    80
    Downloads
    0
    Uploads
    0
    I have no good knowedge at laser systems but i expect that the laser pwm controller comes with the laser head and not connected to the program .


  • #7
    Registered
    Join Date
    Jan 2007
    Location
    US
    Posts
    100
    Downloads
    0
    Uploads
    0
    at first i belive the same.
    but after looking at this videos,i think its quite possible to use mach3 to do engraving.
    "http://www.youtube.com/watch?v=gnZ26ZAfo4c"]YouTube - CNC laser ploter burns evil monkey
    i have no idea how to do that.iam trying to contact the author.once i get some info,i'll sure do share.


  • #8
    Registered
    Join Date
    Jul 2005
    Location
    Iraq
    Posts
    80
    Downloads
    0
    Uploads
    0
    Thanks student1616,
    We are waiting for the new information from the author.


  • #9
    Registered PoppaBear10's Avatar
    Join Date
    Feb 2005
    Location
    usa
    Posts
    488
    Downloads
    0
    Uploads
    0
    Hey Fella's mabey I can help. (BTW Mach can do Laser Engraving)

    I have NOT ever run a Laser, but I do alot with Mach controls.

    So if my assumptions are wrong, please correct me and define the issue step by step, and I can try and help you with a solution.

    PWM: In mach3, under Config->Ports and Pins, Tab to the "Spindle", on that dialog page you will see a setting under Spindle that allows PWM control.
    So, you can use the "Spndle" to control your lazers output.

    For instance lets say "S0" would equal Laser OFF, and "S100" would = Laser ON at full power.

    Set under "Config->Spindle Pulleys set Pulley #1, range 0-100, ratio 1.

    What this would do is as your "Spindle speed" would range from what ever you programmed fron 0-100&#37; power.

    You can use the M3 command to Enable the Laser unit as a whole if you want, and M5 to Turn off the Lazer as well.

    If you dont want to use the M3 and M5 commands, and just use the PWM for laser outputs for 0-100%, then use One of Mach3's Enable outputs as a safty that will Dissable the Laser for an estop, and enable it when mach is in non-Estop mode.

    LASER ENGRAVING: There is a Plug in for this on the Download Plugins of the Mach support site about 1/3rd of the way down the page.
    http://www.machsupport.com/plugins.php

    scott
    Commercial Mach3: Screens, Wizards, Plugins, Brains,PLCs, Macros, ATC's, machine design/build, retrofit, EMC2, Prototyping. http://sites.google.com/site/volunteerfablab/


  • #10
    Registered
    Join Date
    Jun 2007
    Location
    USA
    Posts
    60
    Downloads
    0
    Uploads
    0

    Video of my Chinese laser engraver running Mach 3

    Hello all,
    I finally got fed up with the MoshiDraw software that came with my Chinese 40W laser engraver. I purchased Mach 3 to run my mill, so it was a quick change to get it on my laser. I replaced the stepper drives and set up output 1 (Spindle) to trigger the laser on and off. First run was with Arts "roadrunner" file. This file turns the spindle on at start and off at the end, so the laser is running at all points between at the power setting I have manually dialed in at the laser. The spindle does not turn off during the rapids. I could go in and edit the Gcode to turn it on and off during rapids, but it would be so much easier if I could set up a trigger within Mach 3 that turns the laser on when Z= -.1 and off when Z has moved up for a rapid. Any advice out there? I really need to sit down and learn more about Mach 3. Certainly the same operations that occur for Plasma cutting could be used to trigger the laser on and off for my present paper cutting operations.
    "http://www.youtube.com/watch?v=0xJH2_K8NbU"]YouTube - Laser engraver running MACH3


  • #11
    Registered
    Join Date
    Jul 2005
    Location
    USA
    Posts
    1,952
    Downloads
    0
    Uploads
    0
    When the outputs (and which ones) turn on is in the POST of the CAM program. For example the POST for SheetCAM to MACH for plasma triggers OUTPUT 1 on after the XY postion moves and after a Z move to a pierce height. That would come close to what you want by doing rapids at Rapid Height, move to the start point, lower the head to a "pierce height" (which would be your cut height) fire the Laser and start moving. It turns the output off at the end of the cut and raises to rapid height and does the process all over. You need to select a CAM program that will let you control your toolpath and cut process and output proper g-code for MACH.

    TOM Caudle
    www.CandCNC.com
    Totally Modular CNC Electronics


  • #12
    Registered
    Join Date
    Jun 2007
    Location
    USA
    Posts
    60
    Downloads
    0
    Uploads
    0

    Clearly PWM control is desired.

    I think I understand what you're saying, but let me give you the following example. Image 1 is loaded into a program called BMP2CNC. The internals of this program assume I am using a mill. It outputs the rastered cut program shown in image 2. It will POST Gcode to Mach3.

    Clearly in this configuration I would want to setup my laser for PWM based on the depth of Z. A deep Z would be full power (or some max setting) and a shallow Z would be low power. The safe Z would be laser off.

    This method of control would take the brand of CAM program out of the mix and Mach 3 would control power based on cut depth. For paper cutting, this would be On-off control, but when I want to go back to rastering I would want power control.

    I'm sure someone out there has done this, or someone sells a device to do it. Heck, I already know my backup plan; I will actually connect a small NEMA 17 stepper motor to a 10 turn pot that sets power for my laser. Viola, Z-axis analog power control! The home reset switch for the Z axis would be created by an electronic comparator near the lowest pot setting.

    This is just a fun hobby for me at the moment, but I want to explore all the things I can get this one tool to do for me. I got the laser for $950 from ebay.
    Attached Thumbnails Attached Thumbnails question in using mach3 in a laser cnc-snap1.jpg   question in using mach3 in a laser cnc-snap2.jpg  


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Rabbit 3040 laser cutter with Mach3 ??????
      By Mrebeiro70 in forum General Laser Engraving & Cutting Machine Discussion
      Replies: 5
      Last Post: 05-17-2009, 10:38 PM
    2. Running Mach3 for laser cutting questions
      By CNCadmin in forum Mach Plasma / Laser
      Replies: 9
      Last Post: 09-14-2007, 11:34 PM
    3. MACH3 Licensing question
      By turbostang in forum Mach Mill
      Replies: 3
      Last Post: 05-03-2007, 10:15 AM
    4. Mach3 question
      By cosmynnec in forum Mach Software (ArtSoft software)
      Replies: 0
      Last Post: 05-01-2006, 02:46 PM
    5. DeskCNC to Mach3 Question
      By WarrenW in forum Carken Products (Deskam, DeskCNC etc)
      Replies: 4
      Last Post: 12-31-2005, 12:29 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.