Welcome to Our Community

Some features disabled for guests. Register Today.

Optlasers PLH3d-6w-xf - Weak power.

Discussion in 'Laser Cutters' started by MAFFPL, Jul 9, 2023.

  1. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    Hi. I have the Opt Lasers PLH3d-6w-xf laser connected to the BlackBox Motion Control System. After updating the software, the laser lost power and does not cut. More on the video. Is it a matter of compatibility and something does not match, or settings on the BlackBox?

     
    Fifth_rendition likes this.
  2. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,509
    Likes Received:
    4,422
    Post your settings backup if you'd like us to review
     
  3. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    adds the configuration file, and possibly screenshots if the file would be damaged.
     

    Attached Files:

  4. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
  5. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,509
    Likes Received:
    4,422
    Your backup file is empty. Make sure to be connected first, then Backup. Open the text file and review before posting

    Your screenshots 1,2,3 are all of the same screen ($0-$11), so I can't see what you have $30-32 set to. Screenshot 4 starts at $101.

    In essence, I wanted to see if you have $30 set to 1000 or 255 (and wanted to confirm laser mode, etc) , and then we'd have followed up to make sure you did set the same range in Lightburn

    If you have $30=1000 but you are telling Lightburn to use 255 - then its max power would be M3S255 instead of M3S1000 - giving 255 to a controller expecting 1000 would be about 25.5% power
     
    Giarc likes this.
  6. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    I checked the settings "briefly" and the laser worked at full power so it is operational. I am sending the backup. If you can, see what and how.
     

    Attached Files:

  7. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,509
    Likes Received:
    4,422
    Ok cool,so you do have


    $30=1000 ; Maximum spindle speed, RPM
    $31=0 ; Minimum spindle speed, RPM
    $32=1 ; Laser-mode enable, boolean

    Laser mode is an important one. $31=0 is good, otherwise scaling is off. And we do have $32=1000

    So next up, if you create a job with 100% power and export the GCODE. Is the S-word 1000? M3/M4 S1000 in the gcode somewhere.
    Post the gcode for review please

    You did setup docs:software:lightburn [OpenBuilds Documentation] as per the docs?
     
  8. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    ; GCODE Generated by cam.openbuilds.com on 2023-07-11
    G21 ; mm-mode
    G54; Work Coordinates
    G21; mm-mode
    G90; Absolute Positioning
    M3 S1; Spindle On
    M3; Constant Power Laser On
    M4; Dynamic Power Laser On

    ; Pass 0
    ; Operation 0: Laser: Vector (no path offset)
    ; Laser Spot Diameter: 0.1

    G0 Z10; move to z-safe height
    G0 F1000 X0.0000 Y0.0000

    G0 Z0
    G1 F300 Z-0.1000
    G1 F150 X0.0000 Y50.0000 Z-0.1000 S1
    G1 F150 X100.0000 Y50.0000 Z-0.1000 S1
    G1 F150 X100.0000 Y0.0000 Z-0.1000 S1
    G1 F150 X0.0000 Y0.0000 Z-0.1000 S1
    G1 F150 X0.0000 Y0.0000 Z-0.1000 S1
    ; retracting back to z-safe
    G0 Z10

    M5 S0; Spindle Off
    M5; Laser Off
    M5; Laser Off
     
  9. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    Example code. Do I have the settings right in blackbox?
     
  10. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,509
    Likes Received:
    4,422
    You have only got S1 = 1/1000 = 0.01%? Should be S1000 - Check toolpath settings.

    Both M3 and M4 is bad too: one or the other, not Both... The Optlaser likes M4 Dynamic power

    You added Both. Only add the M4/M5 option. Delete the other one (or delete both and only add back the correct one)

    upload_2023-7-11_14-43-34.png
     
  11. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    "You have only got S1 = 1/1000 = 0.01%? Should be S1000 - Check toolpath settings."

    Will you guide me where in the settings I can change this? I generally use openbuilds cam.
     
  12. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    15,509
    Likes Received:
    4,422
    Yes, See Reply #7 above

    But its a paired combo. What you set in the controller settings, you also have to make sure your CAM knows about it, $30=1000 is pretty stock, so you changed something along the way


    I don't really know what you changed but check

    Settings Tab > Settings Button > Make sure you only have the one tool init in (4) as shown above and also lower down in (5) that Power/Speed Scale is 0-1000

    upload_2023-7-11_14-49-57.png


    Then the Power percentage is set when you setup a toolpath

    upload_2023-7-11_14-50-50.png

    100% with power to speed scale of 0-1000 means 100% outputs S1000
    Grbl has $30 Max RPM(Power) set to 1000 as well, so S1000 tells to to output 100%
     
  13. MAFFPL

    MAFFPL New
    Builder

    Joined:
    Sep 27, 2021
    Messages:
    60
    Likes Received:
    3
    You are the best! thank you!
     

    Attached Files:

    Peter Van Der Walt likes this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice