Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 27, 2012, 12:51:52 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
Mach 3 doing wierd things
Pages:
1
2
3
4
5
6
7
»
Go Down
« previous
next »
Author
Topic: Mach 3 doing wierd things (Read 1910 times)
0 Members and 1 Guest are viewing this topic.
ranchak
Active Member
Offline
Posts: 125
Mach 3 doing wierd things
«
on:
September 04, 2010, 09:39:58 PM »
I have a BP Series 1 retorfitted with G203s, PMDX-122 board and running the original motors. My computer is running XP, never hooked to the internet. I use Vcarve Pro for my CAM program. Up until Friday I was using a Smootstepper but I'm tired of getting the error that SS lost data. I got a parallel board and am running this now. I have noticed that Mach will not be consistent in what it does all of the time. When I load a new program or close a program and load a new program the Reset button will need to be pushed sometimes, but not everytime. Also when I close a program and load a new program X and Y axis will not be set at 0,0 like they were prior to loading the new program. Another problem is when I use the Auto Tool Zero, Mach will somehow have a new X,Y home, the machine doesn't move and the readout on the screenset stays where it was prior to the tool change, but when you hit Cycle Start the machine moves to where it thinks the proper coordinates are. Now these problems have happened with both the SS and parallel port board. I am cutting the same parts over and over and I noticed that one of the parts that I cut is cut incorrectly. The toolpath is running at .006" depth using a 1/4" TiN end mill in aluminum. The part is .500 thick and the edge is smooth, meaning that the machine is capable of repetition. I use this machine daily and I need to have reliability. What can I do or where should I start looking.
Logged
Hood
Active Member
Offline
Posts: 17,358
Carnoustie, Scotland
Re: Mach 3 doing wierd things
«
Reply #1 on:
September 04, 2010, 11:41:13 PM »
Sounds like your code may well be calling work and tool offsets.
Hood
Logged
ranchak
Active Member
Offline
Posts: 125
Re: Mach 3 doing wierd things
«
Reply #2 on:
September 05, 2010, 10:26:47 AM »
Same program running over and over, I'll try recalculating my toolpaths and saving a fresh copy. What is the latest release of Mach 3? Are there any updates that maybe I don't have?
Logged
ranchak
Active Member
Offline
Posts: 125
Re: Mach 3 doing wierd things
«
Reply #3 on:
September 05, 2010, 10:51:27 AM »
I found that I do not have the latest version, if I install the latest version will it keep all of my current settings or do I have to start over? I am trying a fresh copy of my program today and I will see if I have the same problems as before and if they occur at the same time or step in the program.
Logged
Hood
Active Member
Offline
Posts: 17,358
Carnoustie, Scotland
Re: Mach 3 doing wierd things
«
Reply #4 on:
September 05, 2010, 11:01:29 AM »
Copy your xml to a safe location just in case but you shouldnt have a problem if you just install Mach over the top of the old version.
Hood
Logged
ranchak
Active Member
Offline
Posts: 125
Re: Mach 3 doing wierd things
«
Reply #5 on:
September 05, 2010, 02:09:53 PM »
I can't seem to reply to this post
Logged
Hood
Active Member
Offline
Posts: 17,358
Carnoustie, Scotland
Re: Mach 3 doing wierd things
«
Reply #6 on:
September 05, 2010, 04:28:02 PM »
Quote from: ranchak on September 05, 2010, 02:09:53 PM
I can't seem to reply to this post
You just have
From your PM I would definitely suspect the tool setting routine as from what I gather it is only after running the routine that your X and Y position changes.
Hood
Logged
ranchak
Active Member
Offline
Posts: 125
Re: Mach 3 doing wierd things
«
Reply #7 on:
September 07, 2010, 01:06:54 PM »
Here we go again! Today I did not use the ATZ feature and manually set the tool height, same @$#% thing, the origin X,Y is reset. I wondered if there is something in the code, I looked at it and I didn't see where the origin was reset. Here is the part of code where the problem occured:
N16840G00X-2.6515Y-0.6475Z0.2500
N16850T201M6
N16860 (Tool: End Mill {0.125 inches})
N16870G43H201
N16880S2500M03
(Profile .125 End Mill)
()
N16910G00X-2.6515Y-0.7100Z0.2500
N16920G1X-2.6515Y-0.7100Z-0.0059F10.0
N16930G1X2.6515Y-0.7100Z-0.0059F40.0
N16940G3X2.7140Y-0.6475I0.0000J0.0625
This not the only place where this problem has occured.
Logged
Hood
Active Member
Offline
Posts: 17,358
Carnoustie, Scotland
Re: Mach 3 doing wierd things
«
Reply #8 on:
September 07, 2010, 01:27:24 PM »
You said the DRO for X and Y dont change but when you do a Go To Zero the position has changed, I cant see how that is possible, are you sure you are not loosing steps?
Hood
Logged
ranchak
Active Member
Offline
Posts: 125
Re: Mach 3 doing wierd things
«
Reply #9 on:
September 07, 2010, 02:24:21 PM »
Hood, I sent you a copy of my XML file. Here is what is happening:
Change Tool
Manually Set Tool Height
Look at DROs, nothing has changed except the Z axis
Push Cycle Start
Mill takes off in the wrong direction
Hit Stop
DROs read what is in code
Push Go To Zero
Machine is definately not at the original X,Y 0,0 point
??
The DRO now reads 0,0,0
Logged
Pages:
1
2
3
4
5
6
7
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...