-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not updating positions in status report #365
Comments
Ahhh, this sounds similar to when I was first experimenting with g2core, and hadn't enabled the motors (virtually) in the settings. Gimme a few minutes and I'll jump on a box with a g2 controller connected. I can't remember the JSON bits off hand, as I use text mode personally when doing stuff in a terminal. 😉 |
Ahhh, yep. I think that's the problem you're hitting as well. In your x/y/z lines, it's showing those axes as disabled:
That doesn't mean there's anything wrong. Those are just the default settings for now, and there is ongoing discussion on how best to change that. 😉 |
Since you're using serial input for the moment, you'll probably find it easier to switch into text mode instead of json. To do that just type:
You can then look at the settings for the x, y, and z motors individually using
In my example above, take a look at the
Now the motors should move (virtually) when you give it In theory. 😉 |
Awesome it works, thanks a bunch! 👏 |
I added a Troubleshooting page to the Getting Started section where we can collect these kinds of issues. |
@aldenhart I personally am fine with all the motors disabled from the start. For the end user I think this should be handled by the UI giving the user a proper feedback. And for UI-implementors this is just a documentation issue (which you have solved for now with the troubleshooting guide). This may actually not be a bug/issue, but instead a feature. =) |
As a data point, the (slowly ongoing 😉) discussion about it is in #341. You're welcome to jump in. 😄 |
Sorry for this noob issue... But I've been experimenting for a couple of hours and I'm not getting anywhere.
I've tried loading my Due with the g2core-gShield-100.26.bin (I've also tried the latest build 101.03) and connected to it using MacOSX and CoolTerm. I can post commands and get nice responses from the hardware. I don't have any shields connected to it, just running it stand alone.
But if I try to move the machine using
G0 X10
the position isn't updated in the status report. I've tried connecting to it using Chilipeppr and I get the same thing there.Is there a setting that I'm missing, or is my hardware bad (bought a cheaper Due from China: https://www.banggood.com/Arduino-Compatible-DUE-R3-32-Bit-ARM-With-USB-Cable-p-906466.html?rmmds=search&cur_warehouse=CN).
Settings:
The text was updated successfully, but these errors were encountered: