Home
Downloads
Mach and LazyCam
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Known Bugs
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?
February 12, 2012, 06:45:49 PM
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
Mach Screens
CVI MachStdMill (MSM)
(Moderator:
DaveCVI
)
Probing and touch plates - your MSM experience?
Pages:
«
1
2
3
4
Go Down
« previous
next »
Author
Topic: Probing and touch plates - your MSM experience? (Read 2328 times)
0 Members and 1 Guest are viewing this topic.
DaveCVI
Active Member
Offline
Posts: 523
Re: Probing and touch plates - your MSM experience?
«
Reply #30 on:
August 18, 2010, 01:27:09 AM »
Hi,
Sounds perhaps as if the probe is already triggered when the 2nd G31 is issued to mach.
What value do you have XY Clearance set to?
I'm wondering if the XY clearance is set so small that the probe back off far enough to become un-triggered before doing the 2nd probe.
Dave
Quote from: dwessels on August 17, 2010, 11:55:12 PM
Quote from: dwessels on August 17, 2010, 11:43:25 PM
Hi Dave,
I am having some wierd issues with probing.
It doesn't matter which direction that I probe in.
It starts the probe, touches, and then pauses for a second, and then starts stepping the opposite direction forever until I hit estop.
Here is the error log:
Tue - 21:38:43 ---
Tue - 21:38:44 ---Calling PLC to Probe toward X- ...
Tue - 21:38:48 ---Probe Ignore, activated at call for probe.
Tue - 21:38:57 ---EStop Button Pressed.
I am running:
Mach 3: Version R3.043.016
MSM: 0.3.2
PP
Thanks,
Denzil
Forgot to add that this only happens when I have a "Probe Slow FR" set to something other than 0.
Thanks
Logged
Author of the MachStdMill Extensions for Mach3
www.CalypsoVentures.com
dwessels
Active Member
Offline
Posts: 7
Re: Probing and touch plates - your MSM experience?
«
Reply #31 on:
August 18, 2010, 02:41:29 PM »
Ok... too wierd. I restarted Mach3 and tried it again today, and it is now working...
I had the XY clearance set to .4
I only have 1 wierdness left, If I understand how edge probing is supposed to work:
If I do a corner probe starting with the probe right over one of the corners.
It does the following:
-- Z- and zero
-- goes to z clearance, moves X+ to XY clearance I believe
-- goes beyond Z zero (not sure how far, I am guessing the probe diameter?)
-- Probes X- and zero
-- Moves X+ to clearance
-- Moves Y- only XY clearance and never makes it to the Y edge
-- Probes Y+ and misses. It also seems to only probe XY clearance distance rather than the max XY distance.
I have the following settings:
XY Distance: 2.000
Z Distance: 2.000
Step off width 0.26
XY Clearance: 0.4
Z Clearance: 0.2
Edge width, tried: 0, 0.2, 0.4, etc
Thanks,
Denzil
Logged
DaveCVI
Active Member
Offline
Posts: 523
Re: Probing and touch plates - your MSM experience?
«
Reply #32 on:
August 18, 2010, 03:25:40 PM »
Hi,
please see inserts below -
I'll see if I can't beef up the explanations in the manual for the next release.
(Sorry, after writing the movement code it was real obvious to me....
)
Please also see the update I just made to the "how to get started with MSM probing" post for some pics that are crude but I hope will help.
Dave
Quote from: dwessels on August 18, 2010, 02:41:29 PM
Ok... too wierd. I restarted Mach3 and tried it again today, and it is now working...
I had the XY clearance set to .4
I only have 1 wierdness left, If I understand how edge probing is supposed to work:
If I do a corner probe starting with the probe right over one of the corners.
It does the following:
-- Z- and zero
-- goes to z clearance, moves X+ to XY clearance I believe
[Dave]: please see section 7.1.5.2 b) of the manual - the amount it moves over is "step off width"
-- goes beyond Z zero (not sure how far, I am guessing the probe diameter?)
[Dave]: please see section 7.1.5.3 of the manual for a nice picture of this
-- Probes X- and zero
-- Moves X+ to clearance
-- Moves Y- only XY clearance and never makes it to the Y edge
[Dave]: nope, The issue is that you have step off width < clearance. These two params interact... during the corner probe operations.
Make step of width large just to show what is going on - make it 0.75.
the try again from about the same inset from the corner as before -
I think things will then be come clearer.
-- Probes Y+ and misses. It also seems to only probe XY clearance distance rather than the max XY distance.
I have the following settings:
XY Distance: 2.000
Z Distance: 2.000
Step off width 0.26
XY Clearance: 0.4
Z Clearance: 0.2
Edge width, tried: 0, 0.2, 0.4, etc
Thanks,
Denzil
«
Last Edit: August 18, 2010, 03:58:40 PM by DaveCVI
»
Logged
Author of the MachStdMill Extensions for Mach3
www.CalypsoVentures.com
dwessels
Active Member
Offline
Posts: 7
Re: Probing and touch plates - your MSM experience?
«
Reply #33 on:
August 18, 2010, 04:47:10 PM »
Quote from: DaveCVI on August 18, 2010, 03:25:40 PM
Hi,
please see inserts below -
I'll see if I can't beef up the explanations in the manual for the next release.
(Sorry, after writing the movement code it was real obvious to me....
)
Please also see the update I just made to the "how to get started with MSM probing" post for some pics that are crude but I hope will help.
Dave
Thanks Dave!
That was it.
The insert you added "Step off value and corders.pdf" refers to step off value. I am guessing that that is the same as step off width in the console and the how the get started with probing post.
Looking forward to the release, as I can now ditch my custom probing screenset that took me ages to cobble together.
Thanks,
Denzil
Logged
DaveCVI
Active Member
Offline
Posts: 523
Re: Probing and touch plates - your MSM experience?
«
Reply #34 on:
August 18, 2010, 04:59:51 PM »
Yep, same value. I just forgot to change the diagram terminology to match the manual.
Dave
Logged
Author of the MachStdMill Extensions for Mach3
www.CalypsoVentures.com
dwessels
Active Member
Offline
Posts: 7
Re: Probing and touch plates - your MSM experience?
«
Reply #35 on:
August 27, 2010, 01:53:13 AM »
Hey Dave,
I haven been playing with TLO and probing, and had a basic question. Could be an idiotic question, but I will ask anyway. (I did read the manual.. )
OK, let's see if I can make any sense. I have a gage block that is also a TP. I am trying to set Z0 for the top of the part. I can probe for Z on the probing screen, however it does not take into account the thickness of my gage block (1".) It will just set the top of the gage block as Z0. Is there a way to probe to the top of a gage block like that and take into account the thickness of it?
Thanks,
Denzil
Logged
DaveCVI
Active Member
Offline
Posts: 523
Probing to TP and G-BLk height
«
Reply #36 on:
August 27, 2010, 11:00:50 AM »
Hi Denzil,
MSM should be doing what you want - alas, when I checked, I found that this case had gotten broken in the probing lib & I'm fixing it.
I'm also goiing to add a table to the manual to give what action should be expected for combinatons of
1) G-BLk is TP On/Off, and
2) Probe tool mounted or not.
Dave
Quote from: dwessels on August 27, 2010, 01:53:13 AM
Hey Dave,
I haven been playing with TLO and probing, and had a basic question. Could be an idiotic question, but I will ask anyway. (I did read the manual.. )
OK, let's see if I can make any sense. I have a gage block that is also a TP. I am trying to set Z0 for the top of the part. I can probe for Z on the probing screen, however it does not take into account the thickness of my gage block (1".) It will just set the top of the gage block as Z0. Is there a way to probe to the top of a gage block like that and take into account the thickness of it?
Thanks,
Denzil
Logged
Author of the MachStdMill Extensions for Mach3
www.CalypsoVentures.com
DaveCVI
Active Member
Offline
Posts: 523
Re: Probing and touch plates - your MSM experience?
«
Reply #37 on:
August 27, 2010, 12:35:58 PM »
I've sent MSM beta 9 to Scott for posting.
When it is up, please DL it - it should fix the problem of the G-Blk/TP height not being used probing to a Touch Plate.
Also see section 7.4.1.2 in the update manual for the new text.
Dave
Logged
Author of the MachStdMill Extensions for Mach3
www.CalypsoVentures.com
dwessels
Active Member
Offline
Posts: 7
Re: Probing and touch plates - your MSM experience?
«
Reply #38 on:
August 27, 2010, 09:46:54 PM »
Thanks Dave...
Things seem to be working better now.
Denzil
Quote from: DaveCVI on August 27, 2010, 12:35:58 PM
I've sent MSM beta 9 to Scott for posting.
When it is up, please DL it - it should fix the problem of the G-Blk/TP height not being used probing to a Touch Plate.
Also see section 7.4.1.2 in the update manual for the new text.
Dave
Logged
Pages:
«
1
2
3
4
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
=> 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.
Loading...