Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: trparker on October 30, 2012, 04:42:33 PM

Title: Someone take a look at this
Post by: trparker on October 30, 2012, 04:42:33 PM
Please take a look at this attachment
and tell me why this project is outside
my work area

this is the "scorpion" a practice work I got
it from here

the machine homes properly and I am able to
zero all the axis to the work material

the machine goes to point zero just like it suppose to
and then heads off away from the work piece and would
crash into the y stop if didn't hit e stop....
Title: Re: Someone take a look at this
Post by: BR549 on October 30, 2012, 05:08:12 PM
You stopped the machine SHORT of the starting point in the code ???

(;-) TP
Title: Re: Someone take a look at this
Post by: trparker on October 30, 2012, 05:17:43 PM
if I didn't stop the y axis would crash...
it goes tool zero and then moves off the material
Title: Re: Someone take a look at this
Post by: BR549 on October 30, 2012, 05:27:20 PM
Look at the DROs where you stopped (;-) IF your machine did not move to that point I would look at the motor tuning STEPS PER. It would seem it is moving further per unit than it is suppose to.

I see the machine was set for G21(metric) Gcode and there was NOT any scaling it is still at 1:1

Just a thought, (;-) TP
Title: Re: Someone take a look at this
Post by: BR549 on October 30, 2012, 05:28:22 PM
NOW for the record HOW BIG is your table? AND where did you set X0Y0 at on the table.


(;-) TP
Title: Re: Someone take a look at this
Post by: trparker on October 30, 2012, 09:31:46 PM
well the table is set-up in soft limits max at 980mm for x
and 580 for y

and I didn't think about checking to see if the machine is actually moving
where it says it is or thinks it is....
I need to do that for sure

I didn't manually set-up the steps per it was all done when I installed the XML
from the manufacturer...
but, then I know what you mean

I didn't change anything so I assume it is 1:1 I didn't use any scaling or anything

actually, I found this G code sample on the forum here....

really I was thinking the project outlined yellow was supposed to be inside the
table represented by green outline on the table display

my always sits outside the green box
Title: Re: Someone take a look at this
Post by: BR549 on October 30, 2012, 09:54:28 PM
It will also depend on WHERE you place the Part Origin(home) IF you put it in the middle of the table you could run out of table. Always LOOK at teh size of what you are about to cut. THEN you will be able to tell WHERE you need to put the 0,0 in order for it to cut on your table IF it fits that is.

I always load the program set the 0,0 and then go take a look at the extents dro's for xmax and Ymax to see IF the cut will fit the table. sometimes you may have to go backl and shift the 0,0 to make it fit.

I would also do a test on your machine command a move of say 100mm and SEE if it  moved 100mm exactly.

Just a thought,(;-) TP
Title: Re: Someone take a look at this
Post by: trparker on October 30, 2012, 10:12:42 PM
yeah, that's the first thing I am gonna do when I get in tomorrow
command a certain distance and then measure to see....

I used VCarve pro demo to do a sample sign they have for trial
 I didn't have much trouble
once I figure out from which corner to set my tool zero on....the machine
when straight that spot move off slightly and then cut the sign
Title: Re: Someone take a look at this
Post by: BR549 on October 30, 2012, 10:56:21 PM
DID it cut the sign to the proper size?

(;-) TP
Title: Re: Someone take a look at this
Post by: trparker on October 31, 2012, 08:20:44 AM
that 's another good question...
I don't know about the actual size of the sign itself
but, it stayed within the material dimensions

but I'm gonna double check for that too

I need to be able to write a separate code for each axis
that will tell it to move a certain distance and then measure that



Title: Re: Someone take a look at this
Post by: Hood on October 31, 2012, 09:27:30 AM
Just MDI a move, example Click the MDI line type G0X10 then press the enter key and your axis should move to 10, so if it was previously on 0 it would move 10 units (Inch or mm depending on your setup)
You can do the same for Y and Z axis.
Hood
Title: Re: Someone take a look at this
Post by: trparker on October 31, 2012, 09:39:33 AM
great thanks

that's what I'll do
Title: Re: Someone take a look at this
Post by: trparker on October 31, 2012, 05:31:12 PM
I put in GOXO10 into MDI and X moved
half way down the table...
Title: Re: Someone take a look at this
Post by: trparker on October 31, 2012, 05:45:50 PM
I put the same for the y axis and it moves half way over
right in the middle of the table the machine is set-p in mm's
Title: Re: Someone take a look at this
Post by: Hood on November 01, 2012, 04:00:01 AM
It is G0 (Zero )not the letter O and you dont use the leading 0 in the axis move distance. Not sure if it makes a difference but you would normally just have G0X10 or you can have G00X10

Hood
Title: Re: Someone take a look at this
Post by: trparker on November 01, 2012, 08:43:41 AM
yeah, you're right it won't accept the letter o
I typed it right in the machine...don't know why
I added an extra letter when I typed it here....

nevertheless, I am going to try from the xoyo position
instead of machine home to see if that makes a difference
and I need to find out if I am on absolute or incremental