Hello Guest it is April 24, 2024, 07:20:55 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Chip

1711
General Mach Discussion / Re: Mirror
« on: February 20, 2007, 12:42:47 PM »
Hi,, Geo

On the main screen next to Axis Pos Display, "Scale" click on the +1.0000 display, Enter -1.0 hit Enter key, this will flip your Axis.

Hope this Helps, Chip

1712
General Mach Discussion / Re: Limit Switch Problems - BAFFLING!
« on: February 20, 2007, 12:26:38 PM »
Hi, Moonlightmedia

Give this XML file a try, maybe there is a problem with your XML.

Copy it to your Mach3 folder, C:\Mach3 is the default location, load it on mach3 startup.

Pins are set as above for X Y Z, limit's and home, need to change motor pins to your's .

Thanks Chip

1713
General Mach Discussion / Re: trouble w/limit switches
« on: February 19, 2007, 11:47:11 PM »
Hi, Walt

Try setting your "Debounce Interval" to 1000 in Config, General Logic Conf. Page.

Your switch's NC in series, test good in Diagnostic window. ?

Hope this Helps, Chip

1714
General Mach Discussion / Re: Limit Switch Problems - BAFFLING!
« on: February 19, 2007, 11:17:46 PM »
Hi, moonlightmedia

The view I posted is using NC switch's, it resets the green-red Reset just fine on all screen's hear.

Check all your Input's / All pin Assignments and state's bet you have one of your home/limit pins sharing two functions.

PM me your Phone # Ill give you a call, if in USA.

Thanks, Chip
Florida


1715
General Mach Discussion / Re: Limit Switch Problems - BAFFLING!
« on: February 18, 2007, 09:56:25 PM »
Hi, moonlightmedia

Change the state of "Active Low" in Config, Ports and Pins, Inputs, for your switch inputs, turn off "Active Low" "X", " Emulated" "X" .

This will change the way Mach looks at the switch "NO" "NC",  click on the X or Check mark it will change state, then Apply.

See Att. Set them this way.

Hope this Helps, Chip

1716
LazyCam (Beta) / Re: New user questions
« on: February 14, 2007, 09:47:34 PM »
Hi, Rweatherly

Top of screen "Downloads", Mach releases ( Free Untimed Trial Version),  Mach3 R2.00.047 (Click Here)  -->  Latest Version up to date.

http://www.machsupport.com/artsoft/downloads/downloads.htm

Hope this Helps, Chip

1717
LazyCam (Beta) / Re: New user questions
« on: February 14, 2007, 01:17:55 PM »
Hi, Rweatherly

To get the latest LazyCam you need to download Mach3R2.0.047, its not in 1.84 series Mach3.

Hope this Helps, Chip

1718
General Mach Discussion / Re: Subroutine problem
« on: February 13, 2007, 08:36:09 PM »
Hi, Scott

Didn't see the ref. in Mach2 manual, just thought you mite want to look at it.

Thanks Chip

1719
General Mach Discussion / Re: Subroutine problem
« on: February 13, 2007, 01:10:59 AM »
Hi, Scott

Been tied-up today, If you Ref. the Mach3 manual sec 10.8.7, it states that if you use M98 (filename.txt) it will import and run that file I haven't been able to get it to work though. so your not off on this at all.

Read up on this see if you can get it to work.

Thanks, Chip

1720
General Mach Discussion / Re: Subroutine problem
« on: February 12, 2007, 12:00:29 PM »
Hi, Scott

"Both progs are saved as the same name as the first line in ea." Should be saved as one.

Try this.

;Main program

;1004
M98 P9999 L2
M30

;Then the sub program is

O9999
G20 G90
G0 X1.5
G0 Z-.500
G1 Z-.650 F100
G0 Z0
X1.0
M99
%

Hope this Helps, Chip