585,982 active members*
4,677 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2019
    Posts
    13

    Laser Setting for UC400ETH

    Is anyone able to kindly help me review my laser settings to discover my mistakes please? My laser settings were empty when I started up the new system.

    A few months ago, I completed setting up my OptLasers PLH3D laser system with my K2CNC2514 using UCCNC's UC400ETH controller.

    All of my laser programs worked.

    So, I set it aside and built a bigger diy cnc system. Everything works perfectly - with the exception of my programs.

    Pin 1 and pin 24 of the UCCNC's Port 2 are directly connected to the laser module; so, on the SPINDLE and I/O SETUP1 tabs, I set the values shown in the attached images.

    The effect has been that in some programs, the laser is fired by G0 X12.4841 Y31.0987 F1000 M10 Q0 and not by G1 X12.5838 F1000 M10 Q255.

    Below, the first code segment fires as expected and the following does not:

    G00 G40 G17 G80 G50 G90
    G21
    M3
    G0 X0 Y0 Z0
    G90
    G21
    G1 X80 F500 M10 Q255
    G0 X0 Y0 Z0 F1000 M10 Q0
    G1 Y80 F1000 M10 Q255
    G0 X0 Y0 Z0 F1000 M10 Q0
    M5
    M11
    M30


    G90 G21
    M3
    G0 X0 Y0
    G0 X12.4841 Y31.0987 F1000 M10 Q0
    G1 X12.5838 F1000 M10 Q255
    G1 X12.6856 Y31.0972 M10 Q255
    G1 X12.7889 Y31.0958 M10 Q255
    G1 X12.8891 Y31.0936 M10 Q255
    G1 X12.9903 Y31.0907 M10 Q255
    G0 X0.0000 Y0.0000 F1000 M10 Q0
    M5
    M11
    G0 X0 Y0
    M30

    All assistance is appreciated; thank you.
    Attached Thumbnails Attached Thumbnails Spindle_Settings.jpg   IO_Setup1_Settings.jpg  

  2. #2
    Join Date
    Dec 2019
    Posts
    13

    Re: Laser Setting for UC400ETH

    I have fixed this challenge by setting the M3 relay pin and its port to 0.

  3. #3

    Re: Laser Setting for UC400ETH

    Maybe these instructions may help: https://cnc4pc.com/blog/post/uccnc-c...-module-on-c76

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •