Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Streaming G-code Arudino Program
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Reza Naima  
View profile  
 More options Feb 2 2011, 1:51 pm
From: Reza Naima <r...@reza.net>
Date: Wed, 02 Feb 2011 10:51:01 -0800
Local: Wed, Feb 2 2011 1:51 pm
Subject: Re: Streaming G-code Arudino Program

do you mean building a front end application to feed gcode to mine?   we
already have a lot of work that's been done on a java application and I
suspect you can reuse a lot of that code.  check out the forum and wiki
for more information.

as far a gcode, anything should work.

G0 X10
G0 Y10
G0 X0 Y0

etc..

-reza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NULL  
View profile  
 More options Feb 20 2011, 10:14 am
From: NULL <bigbodysmallbr...@gmail.com>
Date: Sun, 20 Feb 2011 07:14:43 -0800 (PST)
Local: Sun, Feb 20 2011 10:14 am
Subject: Re: Streaming G-code Arudino Program
can you post a gcode file that you know works cause Jrstep never seams
to like it
here is a snipet of mine
G21
G90
G0 X   3.918 Y   0.189
G1 X   3.314 Y   0.390
G1 X   3.314 Y   0.792
G1 X   3.113 Y   1.195
G1 X   3.113 Y   1.597
G1 X   2.912 Y   2.000
G1 X   2.709 Y   1.597
G1 X   2.508 Y   1.195
G1 X   2.709 Y   0.792
G1 X   2.709 Y   0.390
G1 X   2.106 Y   0.390
G1 X   2.106 Y   0.792
G1 X   1.904 Y   1.195
G1 X   2.106 Y   1.597
G1 X   2.307 Y   2.000
G1 X   1.904 Y   2.201
G1 X   1.502 Y   2.000
G1 X   1.502 Y   1.597
G1 X   1.301 Y   1.195
any ideas why it isnt working?

On Feb 2, 1:51 pm, Reza Naima <r...@reza.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Raymond  
View profile  
 More options Feb 20 2011, 10:30 pm
From: Robert Raymond <luslug...@gmail.com>
Date: Sun, 20 Feb 2011 22:30:56 -0500
Local: Sun, Feb 20 2011 10:30 pm
Subject: Re: Streaming G-code Arudino Program

I use a plane select G17 g18 and every time I use G1, I enter a feedrate
like F.002 per rev or 10.0ipm, I must tell the controller whether I am using
ipm or ipr,  I think g98 g99
Bob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reza Naima  
View profile  
 More options Feb 25 2011, 4:06 pm
From: Reza Naima <r...@reza.net>
Date: Fri, 25 Feb 2011 13:06:57 -0800
Local: Fri, Feb 25 2011 4:06 pm
Subject: Re: Streaming G-code Arudino Program

Because you have spaces between the X and Y variables and the relative
values

Try

G1 X3.918 Y0.189

As far as JrStepGUI - I've not gotten it to work either. :/  I think I
know what needs to happen but I'm not sure how to implement it (toggle
DTR line on connection).

Reza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »