开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date

Re: Just my Gcode or ?

lazercadman
 

Chip,
Not sure what you see for a problem, but my observation is that in
g91 incremental mode(a model command) when you issue an X0 Y0 Z0
command, nothing will happen because you are basically telling the
motors not to move from their current position. In the 2nd half of
your program after the (G91)you have 7 lines where the motors are not
going to move and I suspect that you are expecting them to move.
Hope this helps out!

--- In mach1mach2cnc@..., "afn09556" <afn09556@h...>
wrote:

Hi, Art and All:

Would some one look at this Gcode:
Let me know the error's of my way's.

I now i'm not playing with a full deck of cards, I no there's a
(joker) not sure about the rest.

(chiptest1g00)
%
(g90)
n00 g90 x0 y0 z0
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n17 g01 x0 y0 z0
(g91)
n00 g91 x2 y2
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n00 g00 x0 y0 z0
(g90)
n17 g90 x0 y0 z0
n18 m5
n19 m30

Got'a go to Work now.

Thank's, Chip


No More Digests

 

Hi:

Had to go away for week--sailing in the Bahamas!!!! Returned last night and downloaded my mail.

Life's Hell, but since I left I have not received any Digests--last one is is #2356--so either Yahoo knew I went sailing and is pissed at me--or they have stopped coming.

Anyone else not getting them???

Any ideas??

Thanks,

John


Re: angular limit

 

Hello Art:

Could the lookahead be set to low I have it at 60. I am running a
750mhz cpu and 25khz in mach3. And should I use enhanced pulsing.

Thanks,
John
--- In mach1mach2cnc@..., art <fenerty@a...> wrote:

Hi John:

Thats CV feedrate. It tells the ocntroller to not begin blending
in the
next move, until the feedrate falls below that value.
In your case, a ballpark woudl be around 40..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 1:45 PM
Subject: [mach1mach2cnc] Re: angular limit


Hello Art:

What about the other value that is listed just below the angular
limit? I am not sure of its function. It says cv feedrate in
front of
it and the value is set to +1.00? If I do most cutting at 250
inches
per minute should I set this value at 250 inches per minute.

Thanks,
John


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:

Hi John:

Hmm, as I recall its function it shoudl make it worse. The
effect
is
telling the system to not CV any line which
exceeds that setting. So if its set to 85, it will do exact sop
is
the angle
betwen lines is greater than 85 degrees.
(But when its off, all lines shoudl be CV'ed.. Ill take a look at
the code,
but in the end, if its better on, then leave it on
, it wont hurt any any rate..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 2:40 PM
Subject: [mach1mach2cnc] Re: angular limit


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:
Art:

I have used the machine both ways and it runs better with it
on.
If
it is turned off the machine will ramp up and down for each
entity
that is cut(even in the G64 mode).So if I cut the contour of an
6"X12" elipse at 600 inches per minute the machine will still
ramp up
and down for each of the entities that make up the elipse. I
would
like the machine to ramp up at the first entity and down at the
last
entity. If I use G64 and set the angular limit to 85 then it
will
cut
smooth. The machine setup 1909.8593171 steps per inch and I use
the
campbell board with G201 geckos as drives. Any help would be
much
appreciated.

Thanks,
John

John:

Leave it off unless you have severe rounding. It is unused
in
99.9% of
systems.

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 9:30 AM
Subject: [mach1mach2cnc] angular limit


In mach3 what does angular limit cv mean. There are 2 values
here
and I
am not sure how to define them?

Thanks,
John





www.machsupport.com - Web site Access
Yahoo! Groups Links











www.machsupport.com - Web site Access
Yahoo! Groups Links










www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: Mach3 Release 1.84.000 & ver. D190.002

art
 

Hi Chip:

2 Emco Compact 5 cnc lathe's one old stepper board, one
I just tore mine out. API drivers in it now.. Motors this weekend I think..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "afn09556" <afn09556@...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 2:03 PM
Subject: [mach1mach2cnc] Re: Mach3 Release 1.84.000 & ver. D190.002


Hi Art and All

Posted this some time ago must'a fallen through the crack's again.

I have made slight additions to original post below for clarity.

Kind'a surprised no coment's maybe a tight group working in
outer-space or my spellin. May be an new guy issue.

Just a bug and gremlin hunter hear.

Coversion's under way on:
IR Waterjet cutter(RutexR991H +10v-,CNC4PC B-Out) board's.
Dayton 4,8' Router, thay say Plug & Play. will see ? On Hi sea's now.
Hardinge original cnc stepper motor, 8 pos tool changer.(Gecko's)
2 Emco Compact 5 cnc lathe's one old stepper board, one Srevo.
Bridgeport ser. 1 Mill (Gecko's)

I've spent several hundred hours now with this program/screen editor
now, It' realy great.

Work as, night's and weekend's on call aircraft mechenic, At home
during the day taking chare of my parent's, luckey to have them with
us, 86 & 89, diff. stages of disrepair, juet part'a life.

More later sea'ya

Thank's, Chip


--- In mach1mach2cnc@..., "afn09556" <afn09556@h...> wrote:

Hi, Art and all:

Thing's are working better and better all the time.

All though I have an item that need some attension.

Item: G02 with Z (Helical) move Rev, Ps, Run.

Looks like lose's all Ref. at Rev, Ps, Run, to me.

If you in g02wZ, ps, Rev, Ps, then Run, You lose X,Y,Z Ref.

If you Pause after g02wZ, Rev back into G02wZ, Pause, then Run, You lose
X,Y,Z ref.

If your pause before G02wZ and run into g02 pause rev out of g02 it
works fine.

With g00 & g01 before g02wZ and after are the same.

G01,G00,G02woutZ seem Bullet proof, no mater how many times you, run
p rve, rev p run, run p run, rev p rev what ever.

Hears the code I used.

(chiptest2sn)
n1 g00 x0 y0 z0
n3 g01 x2 y2 z1 f100
n5 g02 x2 y2 z-1 i2.0 j2.0 f100
n7 g01 x0 y0 z0 f100
n8 m5
n9 m30


Art, I think it's the Midnight oil.

Thank's Chip




www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: Just my Gcode or ?

 

--- In mach1mach2cnc@..., "afn09556" <afn09556@h...> wrote:

Hi, Art and All:

Would some one look at this Gcode:
Let me know the error's of my way's.
Chip

Loads and runs here. What are your aiming at and what do you think is
the problem?

With 500+ posts a week it really helps to ask a direct question or, of
course, give us all some new information. Nothing to do with being new,
outer space etc. lots of guys are here to help and read every post with
interest.

John Prentice (as a moderator)


End of the MACH + MP1000-THC pricing special

 

Back in late November we posted a special introductory price on the
new MP1000-THC digital interface and torch height controller. The
special was scheduled to be discontinued Dec 15th (or until we had
shipped 50 units) but we were delayed in our first shipments so we
extended the date until the end of January.

As of Feb 1st (next Wed) the special will be discontinued. We have
met our goal of getting through the backlog and shipping the first 50
units. If you are interested in purchasing an MP1000-THC under the
hundred dollar discount we urge you to do it before next Wednesday.

We do not yet have an on-line ordering method set up (running as fast
as we can(:-)) but phone orders are welcome or standard mail orders.
We will honor the special pricing on any thing postmarked before
midnight on Feb 1st.


The details of the unit are on our website at

This special is for the owners of MACH2 or 3 ONLY.

We will contunue to offer the combo deal of MACH3 and the parallel
port and cables listed on the website for several more months but your
best deal if you already own MACH is the specail listed above.

Sorry to post this on the list but we wanted to give MACH users the
benefit to save the money if they were thinking about it and not get
upset when the price goes back to normal next week.

Tom Caudle
Http://www.CandCNC.com
"We just made CNC easier!"

Hardware for Home Shop CNC:
Low cost, powered/isolated, breakout card
AC and DC "Drive Saver" power controls
2nd Generation digital THC


Just my Gcode or ?

afn09556
 

Hi, Art and All:

Would some one look at this Gcode:
Let me know the error's of my way's.

I now i'm not playing with a full deck of cards, I no there's a
(joker) not sure about the rest.

(chiptest1g00)
%
(g90)
n00 g90 x0 y0 z0
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n17 g01 x0 y0 z0
(g91)
n00 g91 x2 y2
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n00 g00 x0 y0 z0
(g90)
n17 g90 x0 y0 z0
n18 m5
n19 m30

Got'a go to Work now.

Thank's, Chip


Re: Mach3 Release 1.84.000 & ver. D190.002

afn09556
 

Hi Art and All

Posted this some time ago must'a fallen through the crack's again.

I have made slight additions to original post below for clarity.

Kind'a surprised no coment's maybe a tight group working in
outer-space or my spellin. May be an new guy issue.

Just a bug and gremlin hunter hear.

Coversion's under way on:
IR Waterjet cutter(RutexR991H +10v-,CNC4PC B-Out) board's.
Dayton 4,8' Router, thay say Plug & Play. will see ? On Hi sea's now.
Hardinge original cnc stepper motor, 8 pos tool changer.(Gecko's)
2 Emco Compact 5 cnc lathe's one old stepper board, one Srevo.
Bridgeport ser. 1 Mill (Gecko's)

I've spent several hundred hours now with this program/screen editor
now, It' realy great.

Work as, night's and weekend's on call aircraft mechenic, At home
during the day taking chare of my parent's, luckey to have them with
us, 86 & 89, diff. stages of disrepair, juet part'a life.

More later sea'ya

Thank's, Chip


--- In mach1mach2cnc@..., "afn09556" <afn09556@h...> wrote:

Hi, Art and all:

Thing's are working better and better all the time.

All though I have an item that need some attension.

Item: G02 with Z (Helical) move Rev, Ps, Run.

Looks like lose's all Ref. at Rev, Ps, Run, to me.

If you in g02wZ, ps, Rev, Ps, then Run, You lose X,Y,Z Ref.

If you Pause after g02wZ, Rev back into G02wZ, Pause, then Run, You lose
X,Y,Z ref.

If your pause before G02wZ and run into g02 pause rev out of g02 it
works fine.

With g00 & g01 before g02wZ and after are the same.

G01,G00,G02woutZ seem Bullet proof, no mater how many times you, run
p rve, rev p run, run p run, rev p rev what ever.

Hears the code I used.

(chiptest2sn)
n1 g00 x0 y0 z0
n3 g01 x2 y2 z1 f100
n5 g02 x2 y2 z-1 i2.0 j2.0 f100
n7 g01 x0 y0 z0 f100
n8 m5
n9 m30


Art, I think it's the Midnight oil.

Thank's Chip


Re: angular limit

art
 

Hi John:

Thats CV feedrate. It tells the ocntroller to not begin blending in the next move, until the feedrate falls below that value.
In your case, a ballpark woudl be around 40..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "jtj_30" <jtj_30@...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 1:45 PM
Subject: [mach1mach2cnc] Re: angular limit


Hello Art:

What about the other value that is listed just below the angular
limit? I am not sure of its function. It says cv feedrate in front of
it and the value is set to +1.00? If I do most cutting at 250 inches
per minute should I set this value at 250 inches per minute.

Thanks,
John


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:

Hi John:

Hmm, as I recall its function it shoudl make it worse. The effect
is
telling the system to not CV any line which
exceeds that setting. So if its set to 85, it will do exact sop is
the angle
betwen lines is greater than 85 degrees.
(But when its off, all lines shoudl be CV'ed.. Ill take a look at
the code,
but in the end, if its better on, then leave it on
, it wont hurt any any rate..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 2:40 PM
Subject: [mach1mach2cnc] Re: angular limit


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:
Art:

I have used the machine both ways and it runs better with it on.
If
it is turned off the machine will ramp up and down for each entity
that is cut(even in the G64 mode).So if I cut the contour of an
6"X12" elipse at 600 inches per minute the machine will still
ramp up
and down for each of the entities that make up the elipse. I would
like the machine to ramp up at the first entity and down at the
last
entity. If I use G64 and set the angular limit to 85 then it will
cut
smooth. The machine setup 1909.8593171 steps per inch and I use
the
campbell board with G201 geckos as drives. Any help would be much
appreciated.

Thanks,
John

John:

Leave it off unless you have severe rounding. It is unused in
99.9% of
systems.

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 9:30 AM
Subject: [mach1mach2cnc] angular limit


In mach3 what does angular limit cv mean. There are 2 values
here
and I
am not sure how to define them?

Thanks,
John





www.machsupport.com - Web site Access
Yahoo! Groups Links











www.machsupport.com - Web site Access
Yahoo! Groups Links










www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: speed vs resolution question

art
 

Hi:

Multiplying this all out means 32000ppi.

I can't get good motion above 5-10 ipm in the
motor tuning dialog with 32000 ppi entered.

When I had the default 2000 ppi entered I got
good motions at what was indicated as 500ipm.
(But was really more like 30ipm since the actual
ppi was 32000)
Sounds liek your not retungin properly after changing the steps/unit..

It dawned on me that the engine can only do 25khz,35khz,45khz.
and that 1/8 stepping is causing the max rate to be limited
by the engine update rate. Is this correct?
Yes, BUT, at your setting of 32000, thats about .78IPs or 46IPM. The frequency is in steps/sec not minute..


If I drop my ppi to 4000 (200ppr * 20 tpi) by changing the
jumpers for full stepping will this raise my max feed and
preserve enough resolution to exceed the
accuracy of the machine by a sufficient amount?
Dont. Stay at microstepping. You wont top out Mach3 on a taig, cant be done I dont think..
You settings , no matter the steps/unit, should give the same motion. Having 2000 at 500IPM is the same pulses
as 32000 at 31IPM , their both at 16Khz output. This means as long as the accel and vel atre set properly, you should
see absolutly no difference in the motion. The motors should sound the exact same. Anytime you change the steps/unit, you have
to retune the motor vel and accel to math that size of step.. Other than that you should be fine..

Regards,
Art


Re: angular limit

 

Hello Art:

What about the other value that is listed just below the angular
limit? I am not sure of its function. It says cv feedrate in front of
it and the value is set to +1.00? If I do most cutting at 250 inches
per minute should I set this value at 250 inches per minute.

Thanks,
John


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:

Hi John:

Hmm, as I recall its function it shoudl make it worse. The effect
is
telling the system to not CV any line which
exceeds that setting. So if its set to 85, it will do exact sop is
the angle
betwen lines is greater than 85 degrees.
(But when its off, all lines shoudl be CV'ed.. Ill take a look at
the code,
but in the end, if its better on, then leave it on
, it wont hurt any any rate..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 2:40 PM
Subject: [mach1mach2cnc] Re: angular limit


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:
Art:

I have used the machine both ways and it runs better with it on.
If
it is turned off the machine will ramp up and down for each entity
that is cut(even in the G64 mode).So if I cut the contour of an
6"X12" elipse at 600 inches per minute the machine will still
ramp up
and down for each of the entities that make up the elipse. I would
like the machine to ramp up at the first entity and down at the
last
entity. If I use G64 and set the angular limit to 85 then it will
cut
smooth. The machine setup 1909.8593171 steps per inch and I use
the
campbell board with G201 geckos as drives. Any help would be much
appreciated.

Thanks,
John

John:

Leave it off unless you have severe rounding. It is unused in
99.9% of
systems.

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 9:30 AM
Subject: [mach1mach2cnc] angular limit


In mach3 what does angular limit cv mean. There are 2 values
here
and I
am not sure how to define them?

Thanks,
John





www.machsupport.com - Web site Access
Yahoo! Groups Links











www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: Whats the point with a Z bottom limitswitch ?

Carl Luft
 

Tin;
Thank you for posting this, short and to the point

Message: 2 Date: Fri, 27 Jan 2006 01:12:40 -0000
From: "Tim" <luvindaddy@...>
Subject: Re: Whats the point with a Z bottom limitswitch ?

Hello Guys,
The main reason for "hard" limit switches is to keep the machine from tearing itself apart whenever it reaches end of travel (either extended or retracted). They are not normally designed to prevent the tool, tool holder, or spindle from crashing into the table, fixtures, or parts. This is why a "bad" g-code program can destroy so many different things..... ie. parts, tooling, or worse a machine!

Thanks, Tim Bostic

ps. That is why it helps when you can become a good programmer & machinist instead of an operator/button pusher.(See where the machine "thinks" it wants to go & stop it before total destruction!!)
You can always tell the "operator/button pusher" from the "cnc machinist/programmer" by the holes cut in the machines table.

Carl


Re: speed vs resolution question

 

It is the 20 tpi screws that are killing you top speed. Do your
steppers stall before reaching full speed. Most steppers are only
usable to about 1000 rpm before the torque drops off too much. Going
to full steps may not give you any more totrque depending on the type
of drive you are using. Full steps will produce rougher motion and in
general will stall at lower speeds than microstepping. A common set up
is 5 tpi scres with 10th microstep drives. This gives good speed and
resoluion.

--- In mach1mach2cnc@..., "lhaddix" <lhaddix@i...> wrote:

Hi,
I'm new nad just setting up my motors.

I have a Taig mill with 20tpi leadscrews.
I have 200 step per rev motors (1.8deg)
My stepper drivers currently are set for 1/8 step.

Multiplying this all out means 32000ppi.

I can't get good motion above 5-10 ipm in the
motor tuning dialog with 32000 ppi entered.

When I had the default 2000 ppi entered I got
good motions at what was indicated as 500ipm.
(But was really more like 30ipm since the actual
ppi was 32000)

It dawned on me that the engine can only do 25khz,35khz,45khz.
and that 1/8 stepping is causing the max rate to be limited
by the engine update rate. Is this correct?

If I drop my ppi to 4000 (200ppr * 20 tpi) by changing the
jumpers for full stepping will this raise my max feed and
preserve enough resolution to exceed the
accuracy of the machine by a sufficient amount?

I figure at 4000 ppi if these occur at 25khz this gives
a 375 ipm max feed ceiling set by the mach engine.
(although the motors won't actually be able to do this.)
Is this how you calculate the limit set by the mach update rate?

4000ppi still gives .00025" resolution. Does this exceed the
inherent resolution of the Taig by enough to leave the machine
setting the precision limit and not the steppers?

How much better torque will I get with full stepping?

If I half step for 8000 ppi this would give a 'mach engine limit'
of 187ipm which I believe will still be higher than what the motors
can actually do and give me an 'electrical resolution' of .000125".

How does this tradeoff work? Does all of this sound right or am I
missing something.


speed vs resolution question

 

Hi,
I'm new nad just setting up my motors.

I have a Taig mill with 20tpi leadscrews.
I have 200 step per rev motors (1.8deg)
My stepper drivers currently are set for 1/8 step.

Multiplying this all out means 32000ppi.

I can't get good motion above 5-10 ipm in the
motor tuning dialog with 32000 ppi entered.

When I had the default 2000 ppi entered I got
good motions at what was indicated as 500ipm.
(But was really more like 30ipm since the actual
ppi was 32000)

It dawned on me that the engine can only do 25khz,35khz,45khz.
and that 1/8 stepping is causing the max rate to be limited
by the engine update rate. Is this correct?

If I drop my ppi to 4000 (200ppr * 20 tpi) by changing the
jumpers for full stepping will this raise my max feed and
preserve enough resolution to exceed the
accuracy of the machine by a sufficient amount?

I figure at 4000 ppi if these occur at 25khz this gives
a 375 ipm max feed ceiling set by the mach engine.
(although the motors won't actually be able to do this.)
Is this how you calculate the limit set by the mach update rate?

4000ppi still gives .00025" resolution. Does this exceed the
inherent resolution of the Taig by enough to leave the machine
setting the precision limit and not the steppers?

How much better torque will I get with full stepping?

If I half step for 8000 ppi this would give a 'mach engine limit'
of 187ipm which I believe will still be higher than what the motors
can actually do and give me an 'electrical resolution' of .000125".

How does this tradeoff work? Does all of this sound right or am I
missing something.


Re: angular limit

art
 

Hi John:

Hmm, as I recall its function it shoudl make it worse. The effect is telling the system to not CV any line which
exceeds that setting. So if its set to 85, it will do exact sop is the angle betwen lines is greater than 85 degrees.
(But when its off, all lines shoudl be CV'ed.. Ill take a look at the code, but in the end, if its better on, then leave it on
, it wont hurt any any rate..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "jtj_30" <jtj_30@...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 2:40 PM
Subject: [mach1mach2cnc] Re: angular limit


--- In mach1mach2cnc@..., art <fenerty@a...> wrote:
Art:

I have used the machine both ways and it runs better with it on. If
it is turned off the machine will ramp up and down for each entity
that is cut(even in the G64 mode).So if I cut the contour of an
6"X12" elipse at 600 inches per minute the machine will still ramp up
and down for each of the entities that make up the elipse. I would
like the machine to ramp up at the first entity and down at the last
entity. If I use G64 and set the angular limit to 85 then it will cut
smooth. The machine setup 1909.8593171 steps per inch and I use the
campbell board with G201 geckos as drives. Any help would be much
appreciated.

Thanks,
John

John:

Leave it off unless you have severe rounding. It is unused in
99.9% of
systems.

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "jtj_30" <jtj_30@y...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 9:30 AM
Subject: [mach1mach2cnc] angular limit


In mach3 what does angular limit cv mean. There are 2 values here
and I
am not sure how to define them?

Thanks,
John





www.machsupport.com - Web site Access
Yahoo! Groups Links











www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: retrofit / upgrade

vmax549
 

Hi Art . Is your camera broke, pictures man pictures (:~)= Terry



--- In mach1mach2cnc@..., art <fenerty@a...> wrote:

Hi Steve:

I just put a PMDX-122 in the emco lathe Im retrofitting. Its nice
and
small to fit in
those tight spaces. Works well, a fine board.. It fits like a
glove into
the housing of an Emco..


Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "Steve Stallings" <stevesng@n...>
To: <mach1mach2cnc@...>
Sent: Thursday, January 26, 2006 11:39 PM
Subject: [mach1mach2cnc] Re: retrofit / upgrade


The PMDX-121 has been replaced by the PMDX-122. For more
information
see:



Depending on your comfort level with building power supplies, you
may
also be interested in the PMDX-135 power prep module. See:



Regards,
Steve Stallings
www. >


Re: Soft Limits setup

art
 

Hi Jim:

The screens shoudl look pretty much the same, if not, use view/load layout and load the 1024.set file.

Softlimits are set by entering the machine coordinates at which you want your table to stop or trip an error.
Once set, you turn them on after you ref. Until you ref they dont mean anything. Once on (the LED is lit), then
any attempt to jog past softlimits will stop, and any Gcode that moves past them will trip an estop.

The G54 offsets are default when you start up, pressing any zero buttons will change them to zero the position ..ect..
to change G55, 56.etc.. you need to open the work offsets tabel and enter them, OR switch to that offset with G55..ect.. and then press the zero buttons at the appropriate spot on the tabel, the G55 woudl then be updated.

Thanks for the comments, the new few months will show an even better Mach package.. we're working on some exciting stuff for the future... ( in the top secret development dept. :-) ).

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "James Holbrook" <james_hol@...>
To: <mach1mach2cnc@...>
Sent: Wednesday, January 25, 2006 8:17 PM
Subject: [mach1mach2cnc] Soft Limits setup


Hi Art.

My Mach3 quest continues. I have it running my Sherline really well but in reading the Mach3Mill documentation, I noticed that the screens don't look like the docs say.

The section on Soft limits is pretty sketchy. Could you elaborate on how to set them up or point me in a direction that explains it? I also have a question about using the touch button to set the work offsets. On the docs there is a screen that has touch buttons but in the latest Mach there are no Touch buttons on the work offsets. Which buttons do you push to set the work offsets?

Great job on this package and it just keeps getting better.

Jim


Re: Set Trigger Macro not working.

art
 

Steve:

Does typing M999 in the MDI start the triggering prcoess OK?

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums Users Map:

----- Original Message -----
From: "Steve" <slnow@...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 3:13 AM
Subject: [mach1mach2cnc] Set Trigger Macro not working.


Hi Art
I did have a syntax error in the "SetTriggerMacro(991)" . I had "Set
(space)TriggerMacro(991)" Now it runs without any errors. On step 5. where I lost you, I should have said: I went to config/State and added "M999" to the Initialization String. Unfortunately correcting the syntax error must not be my only problem. I Restarted Mach3, but pressing the pendant button still doesn't activate the MPG mode. My plan is to later add additonal VB Script to turn on a output and light a led on the pendant when I press a button. But for now I would like to find the flaw in my logic with this one button. Can you see where I should go with this next ? Thanks Steve


Re: OT. convert text to dxf on a radius

Scot Cameron
 

Thank you John

Scot

--- jherrel680 <jherrel@...> wrote:


Scot

The name of that program is DeskEngave by Deskam.com




John

Columbus Ohio


--- In mach1mach2cnc@..., "scotxl"
<scotxl@y...> wrote:

Hi, i used to have a program that you let you
write text on an arc
and
export it as a dxf, it was free download from an
engraving web site
somewhere, i have seached but can not find it,
does anyone know what
its called or where it can be still downloaded
from, i know the
desciption is vague but if you have used it before
you will know
what
im talking about.
Many Thanks
Scot




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around


Re: Version 1.90.002 online. ( Transparent PNG issue)

Aaron
 

...any chance you could post a few photos of your actual screens - the
snippets I have seen on the forum look cool - would like to see a full
screen !!

thanx

Aaron

-----Original Message-----
From: mach1mach2cnc@...
[mailto:mach1mach2cnc@...] On Behalf Of ynneb
Sent: 01 January 2000 11:48
To: mach1mach2cnc@...
Subject: Re: [mach1mach2cnc] Version 1.90.002 online. ( Transparent PNG
issue)

Thanks Art,
I have added some more notes and another sample to hopfully inspire the
requested changes.

If this all gets too hard, then drop it. I am sure it wont make much
difference to our CNC machines :)

Regards,
Benny

Mach Support Portal www.machsupport.com
New Online Mach Forum
Mach Photo Gallery


----- Original Message -----
From: "art" <fenerty@...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 10:28 AM
Subject: Re: [mach1mach2cnc] Version 1.90.002 online.


Thanks Benny:

I know about the screen designer but didnt want to change it
unless
this
was going to work.. Its a big change internally. Ill try for the
proper
transparency for next version.. We'll go from there..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "ynneb" <shoot.the.cat@...>
To: <mach1mach2cnc@...>
Sent: Saturday, January 01, 2000 12:30 AM
Subject: Re: [mach1mach2cnc] Version 1.90.002 online.


Thanks Art, it does work, but as you suspected still needs a few
tweaks.
I have posted a picture so as to show you what I mean.


----- Original Message -----
From: "art" <fenerty@...>
To: <mach1mach2cnc@...>
Sent: Friday, January 27, 2006 4:58 AM
Subject: [mach1mach2cnc] Version 1.90.002 online.


Hi All:

Version 1.90.002 is online. It has..

1) Feedrate fix for slaved axis. The feedrate DRO was wrong on
realtime
feedrate when an axis was slaved.

2) Image class completely changed. This was done to speed up the
display
system, which now seems twice as fast
as before. Support for alphablended images , PNG,s and transparent
gifs
are
added as well, but untested. This image class shoudl aid in the
transparency
problems and background front to back issues. But this is an early
test.
You
may want to wait for some feedback on its
abilities before upgrading unless displays have been very slow for
you..

(Benny: Try your png alpha blends, let me kow if all works, and Ill
update
the Screen designer. )



Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:



www.machsupport.com - Web site Access
Yahoo! Groups Links








www.machsupport.com - Web site Access
Yahoo! Groups Links





www.machsupport.com - Web site Access
Yahoo! Groups Links







www.machsupport.com - Web site Access
Yahoo! Groups Links








___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.