585,554 active members*
2,939 visitors online*
Register for free
Login
Page 3 of 3 123
Results 41 to 48 of 48
  1. #41
    Join Date
    Apr 2013
    Posts
    1899

    Re: 109JB's User interface for the Arduino GRBL controller

    JB, have you considered applying Kalman filtering? We use it at work (not connected to machining at all) for trajectory prediction and position estimation in the systems we use, but it should be possible to apply even in cutter compensation and motion control systems. Perhaps it is overkill and is too complicated to implement in these applications, but worth considering. I don't know much about your math and programming background, but have a look at it and see if it can be something for you.

  2. #42
    Join Date
    Jan 2005
    Posts
    1943

    Re: 109JB's User interface for the Arduino GRBL controller

    Quote Originally Posted by A_Camera View Post
    JB, have you considered applying Kalman filtering? We use it at work (not connected to machining at all) for trajectory prediction and position estimation in the systems we use, but it should be possible to apply even in cutter compensation and motion control systems. Perhaps it is overkill and is too complicated to implement in these applications, but worth considering. I don't know much about your math and programming background, but have a look at it and see if it can be something for you.
    As I understand it, Kalman filtering takes multiple measurements and does a sort of averaging of those to come up with a more precise measurement. I know it is used for things like getting very accurate position from multiple GPS readings.

    Having said that, non-precise readings aren't the problem when applying cutter comp. We have very precise locations, but those have to be offset to account for the programmed offset. This requires looking at the next line of g-code to see where the machine is going to go and calculating the position. It is just a lot of tracking that has to be done which is complicated by the fact that GRBL is essentially disconnected from the GUI.

    Thanks for the thought though.

  3. #43
    Join Date
    Apr 2013
    Posts
    10

    Re: 109JB's User interface for the Arduino GRBL controller

    Is there any fix for the windows 10 has stopped working error yet? I have a 64 bit windows.
    Charlie

  4. #44
    Join Date
    Jan 2005
    Posts
    1943

    Re: 109JB's User interface for the Arduino GRBL controller

    Quote Originally Posted by keys_46 View Post
    Is there any fix for the windows 10 has stopped working error yet? I have a 64 bit windows.
    Charlie
    I was never able to duplicate the problem myself on this version. I also have moved on to newer version I am working on that is compatible with grbl v1.1. the new version had all the features of this one but development had been slowed almost to a stop due to family issues. My mother passed away and my father is ill, so taking care of him and all of their stuff has taken all of my free time.

    Sent from my Z958 using Tapatalk

  5. #45
    Join Date
    Apr 2013
    Posts
    10

    Re: 109JB's User interface for the Arduino GRBL controller

    Hi,
    I am sorry about your parents. wishing the best for your father. I am working on an interface in c#.
    Thank you,
    Charlie

  6. #46
    Join Date
    Mar 2004
    Posts
    413

    Re: 109JB's User interface for the Arduino GRBL controller

    I recently took a look at this program, but I can not get very far as it crashes Windows 7 right after I try to connect to a V3 Nano loaded with grbl 1.1. The loaded nano works with other senders.
    Chris L

  7. #47
    Join Date
    Jan 2005
    Posts
    1943

    Re: 109JB's User interface for the Arduino GRBL controller

    Quote Originally Posted by datac View Post
    I recently took a look at this program, but I can not get very far as it crashes Windows 7 right after I try to connect to a V3 Nano loaded with grbl 1.1. The loaded nano works with other senders.
    This program is not V1.1 compatible. It was written for Grbl V0.9

  8. #48
    Join Date
    Mar 2004
    Posts
    413

    Re: 109JB's User interface for the Arduino GRBL controller

    That would explain that ! Not sure then if I will test it this round anyhow. I could load another Nano with 0.9 sometime. Might have to if my goal of finding the best interface for a mill/router is going to happen, though I thought the additions in 1.1 were somewhat valuable as I recall off the top of my head.

    Thanks !
    Chris L

Page 3 of 3 123

Similar Threads

  1. Which pp to choose for arduino grbl?
    By CptanPanic in forum Post Processors
    Replies: 2
    Last Post: 03-08-2021, 11:05 PM
  2. Arduino GRBL VS LinuxCNC
    By valmar in forum DIY CNC Router Table Machines
    Replies: 57
    Last Post: 01-15-2018, 05:50 PM
  3. arduino nano with grbl
    By mrsnowie in forum Hobby Discussion
    Replies: 2
    Last Post: 01-06-2016, 06:25 AM
  4. Anyone have GRBL running on Arduino Nano?
    By hondaman900 in forum Open Source CNC Machine Designs
    Replies: 11
    Last Post: 04-20-2015, 08:10 PM
  5. Should I use LinuxCNC or grbl/arduino?
    By CptanPanic in forum LinuxCNC (formerly EMC2)
    Replies: 3
    Last Post: 04-23-2012, 07:06 PM

Tags for this Thread

Posting Permissions

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