Giter Club home page Giter Club logo

Comments (10)

terjeio avatar terjeio commented on September 26, 2024

I am not familiar with the Lightburn log but could it be that "state: 1" is from the controller beeing in an alam state?
If so see this wiki page on how to get rid of that.

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

can I get you a log from laser grbl? Is there a software I can download that would help you know what the issue is? I had a real hard time getting it to compile and I know that is my issue on not knowing how to put them in directories. I believe it has to do with something in the com connection. What driver should be in the com port section of device manager. Right now mine says arduino due. Is it supposed to be the sx...?

from sam3x8e.

terjeio avatar terjeio commented on September 26, 2024

Are you running Windows? If so ioSender will tell you what is wrong and let you change settings - even if alarm mode is active.

If you have compiled a version that connects over the programming port then this is how the port enumerates on my Win10 machine:

image

I'll have to recompile with USB enabled to find out how that port enumerates.

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

I am at work now. I have built a 4x8 cnc that is running grbl on an arduino mega. It runs good but I want the 32 bit processing speed. Is it ok if I continue to ask questions when I get home to get the sorted out. I do appreciate all your help. This is amazing what you have made here.

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

image
image
I get this in the serial monitor in arduino ide when I plug it in. So the Com port is definitely active.

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

When I unplugged and plugged back in with the serial monitor on it did this.
image

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

ok I see that the baud rate was wrong and now I can get it to work in the serial monitor portion but only through programming port. Is this the port I want? Don't I want it plugged into the native port when running the cnc? Do both ports not work together? Again so sorry very new to the programming aspect I am an automotive engineer by trade.

from sam3x8e.

terjeio avatar terjeio commented on September 26, 2024

From the output above I am pretty sure the controller is in alarm mode. Have you tried to either short the reset/estop input to ground or changing the $14 setting to invert the input as described in the Wiki page?

The programming port is ok to use for communicating with the controller. The USB port can be enabled at compile time but both cannot be used at the same time. The USB port has faster transfer rate that may improve high resolution engraving speed - but you should explore other settings first. These are max travel speed, acceleration and planner buffer size.

from sam3x8e.

enjoylife1024 avatar enjoylife1024 commented on September 26, 2024

I thank you soooo much for your help. It just started working. I am doing the estop thing now.

I understand you can not use both ports at same time. I was moving the cord from one to the other and only the programming port was working. You say the usb port can be enabled at compile time? I guess I don't know what that means. Would I have to change one of the files in your program or is it a variable that I can type in gcode screen. Forgive my ignorance.

Now that I can at least use it I can figure out what needs to change. You mention max speed, acceleration and buffersize. I want to travel at 30,000 mm/mm max. That is what the water jets work at. My cnc is an all in one. I am figuring out all the logistics as I go.

from sam3x8e.

terjeio avatar terjeio commented on September 26, 2024

You say the usb port can be enabled at compile time?

The easiest way to compile for the Due is to use the Web Builder. The Connection dropdown can be used to select which port to use for communication, (Virtual) UART selects the programming port, Native USB the other one. If compiling locally uncomment this line for native USB.

from sam3x8e.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.