Skip to content
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

TinyG settings widget only writes data to X axis (g2) #31

Open
mpatoulachik opened this issue Oct 4, 2015 · 1 comment
Open

TinyG settings widget only writes data to X axis (g2) #31

mpatoulachik opened this issue Oct 4, 2015 · 1 comment

Comments

@mpatoulachik
Copy link

When trying to changes settings for G2 hardware, only parameters for x axis are sent to the controller
For example I changed params for all 3 axis, and only the following was sent:
{"x":{"am":1,"sn":0,"vm":50000,"sx":0,"fr":50000,"sv":3000,"tm":420,"lv":100,"tn":0,"lb":20,"jd":0,"zb":3,"jm":10000,"jh":20000}}

Nothing about Y or Z..

@chilipeppr
Copy link
Owner

G2 has no EEPROM so you have to instead send your settings each time to G2
when you connect. You can do this using the cog wheel icon in the Serial
Port JSON Server widget for each serial device.

[image: Inline image 1]

My settings for my 3040 CNC that's connected to my G2 are:

(X axis is motor 2 chip)
$2ma=0
$2po=1
$2mi=4
$2pl=0.65
$2tr=4
$2pm=2
$xvm=3000
$xfr=3000
(Y Axis is motor 3)
$3ma=1
$3mi=4
$3pl=0.65
$3tr=4
$3pm=2
$yvm=3000
$yfr=3000
(Z axis is motor 4)
$4ma=2
$4tr=4
$4pl=0.6
$4pm=2
$4mi=8
$4po=0
(A axis is motor 1 chip)
$1ma=3

[image: Inline image 2]

On Sun, Oct 4, 2015 at 8:32 AM, M.Patoulachik [email protected]
wrote:

When trying to changes settings for G2 hardware, only parameters for x
axis are sent to the controller
For example I changed params for all 3 axis, and only the following was
sent:

{"x":{"am":1,"sn":0,"vm":50000,"sx":0,"fr":50000,"sv":3000,"tm":420,"lv":100,"tn":0,"lb":20,"jd":0,"zb":3,"jm":10000,"jh":20000}}

Nothing about Y or Z..


Reply to this email directly or view it on GitHub
#31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants