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 26, 2012, 03:50:31 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
Upgrade Mach version now TOOL INFORMATION won't update
Pages:
1
Go Down
« previous
next »
Author
Topic: Upgrade Mach version now TOOL INFORMATION won't update (Read 357 times)
0 Members and 1 Guest are viewing this topic.
vandal968
Active Member
Offline
Posts: 6
Upgrade Mach version now TOOL INFORMATION won't update
«
on:
May 31, 2010, 11:31:54 AM »
I've been running Mach3 v 2_45 for a long time, two years or so. Everything worked well, so I hadn't upgraded in a while. I recently upgraded to 3_042.040
On the old version, a tool change would update the "Tool Information" box on the Program Run screen to reflect the current tool in-use. Since the upgrade, the "Tool Information" box does not update after a tool change. So, if for example it was showing Tool 0 when I started running a program it will always show Tool 0 regardless of which tool it is actually using. Tool offsets are still applied correctly, I just can't look at the screen to see which tool is in-use. What happened? How can I fix this?
I am running the same toolchange macro that I got from Art a long time ago that simply applies the offsets ( I do not have a working ATC yet.) Here is the macro I run.
M6Start.m1s
GotoSafeZ()
DoSpinStop()
tool = GetSelectedTool()
Code "G43H"&tool
Message( "Press Cycle Start to Continue" )
Any guidance is appreciated.
thanks,
c
Logged
vandal968
Active Member
Offline
Posts: 6
Re: Upgrade Mach version now TOOL INFORMATION won't update
«
Reply #1 on:
May 31, 2010, 12:27:07 PM »
I just finished looking at all the various M6 macros on my machine. I thought that maybe the new version of Mach uses a different directory structure or something and my macro wasn't loading properly. The directory structure is the same and my macro is where it belongs and has the same stuff in it that it had years ago (I have a duplicate archived on my main pc). While looking at the default M6 macros, I noticed that they all included this line:
SetCurrentTool( tool )
Which my macro does not (and never did) have. Based on the name, it seemed like it might update that "Tool Information" window, so I added it to the bottom of my macro. So I now have this:
GotoSafeZ()
DoSpinStop()
tool = GetSelectedTool()
Code "G43H"&tool
Message( "Press Cycle Start to Continue" )
SetCurrentTool( tool )
I ran a program that I had laying around, and it DID update the "Tool Information" window this time. So, I think that my problem is solved although I need to confirm that the tool offsets are still working properly.
So, the question becomes why did this always work properly in previous versions of Mach WITHOUT that line? Keep in mind that the macro I was running that didn't have the line was written by Art, not me. So, confidence is high that it was a good macro. Was this just a bug in Mach that was recently corrected? Very strange.
cheers,
c
Logged
Pages:
1
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...