Code Monkey home page Code Monkey logo

Comments (13)

Denvi avatar Denvi commented on August 28, 2024

"Connected" means port is opened so all dependencies in place.

In normal case you should see "Ready" or "Alarm" state after program has started.
Looks like it's problem with port name/baud rate.

What baud rate you use? Try to increase "Query period" in settings.

from candle.

greppp avatar greppp commented on August 28, 2024

I used 115,200. I will to increase "Query period" in settings.

from candle.

greppp avatar greppp commented on August 28, 2024

I increased, no success. I entered 50, 60, 100, 3000.

from candle.

Denvi avatar Denvi commented on August 28, 2024

Please post screenshots:

  1. Main window of "grblControl" program after starting.
  2. Settings window with "Connection" group visible.
  3. Same for the other application, which works with your CNC ([Ctrl-X] - command response will be usefull too).

from candle.

greppp avatar greppp commented on August 28, 2024

Hi Denvi, here are the screenshots

main window

main_window

settings window

settings_window

Some Universal g-code Sender screenshots

ugs
ugs02
ugs03
ugs04

from candle.

Denvi avatar Denvi commented on August 28, 2024

Good, one more thing. Response to reset command ("Soft reset" - button in UGS).

from candle.

greppp avatar greppp commented on August 28, 2024

it outputs "Grbl 0.9g"

ugs05

from candle.

Denvi avatar Denvi commented on August 28, 2024

Custom firmware?

// Welcome message
void report_init_message()
{
  printPgmString(PSTR("\r\nGrbl " GRBL_VERSION " ['$' for help]\r\n"));
}

Should be "Grbl 0.9g ['$' for help]"

Anyway, try binary file from archive (copy to "grblControl" folder)
grbl_control_#25.zip

from candle.

greppp avatar greppp commented on August 28, 2024

No, it´s the Nighlty build, last build available at the moment.

Ok i will try tomorrow, thanks.

Le 2015-12-15 à 23:44, Denvi [email protected] a écrit :

Custom firmware?

// Welcome message
void report_init_message()
{
printPgmString(PSTR("\r\nGrbl " GRBL_VERSION " ['$' for help]\r\n"));
}
Should be "Grbl 0.9g ['$' for help]"


Reply to this email directly or view it on GitHub.

from candle.

Denvi avatar Denvi commented on August 28, 2024

I thought that "0.9j" version is the latest. "0.9g" - old one.
https://github.com/grbl/grbl

from candle.

greppp avatar greppp commented on August 28, 2024

I thought you were talking about UGS...

The GRBL version is the one that shipped with my machine. I didn't upgrade it myself.

I'll try your binary tonight.

from candle.

greppp avatar greppp commented on August 28, 2024

IT'S WORKING!!!

Nice.

Thanks! What did you change?

from candle.

Denvi avatar Denvi commented on August 28, 2024

Just changed sign, detecting GRBL reset procedure.
Also there were problems with "Abort" function. They were fixed in the latest version (0.8.1).
Take care using "M2" & "M30" commands in your G-code programs. They resets GRBL state in old firmwares, because of what the "grblControl" app doesn't display the "Job done" message.

from candle.

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.