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, 06:05:12 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
Using Mach as a camshaft measuring device
Pages:
1
Go Down
« previous
next »
Author
Topic: Using Mach as a camshaft measuring device (Read 607 times)
0 Members and 2 Guests are viewing this topic.
jonny quest
Active Member
Offline
Posts: 101
Using Mach as a camshaft measuring device
«
on:
October 20, 2010, 11:06:00 AM »
I'm thinking of building a camshaft measuring test stand, needs to be accurate to .00005" or at worst case .0005".
My original plan was to use a linear digital indicator with a SPC cable going into excel for graphing. But... I do need a rotation means of measurement also for my formula's.
I don't know how to let the rotation record simultaneously... or in sync with the linear.
Any thoughts?
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: Using Mach as a camshaft measuring device
«
Reply #1 on:
October 20, 2010, 01:47:49 PM »
I can tell you how I do it, but it is NOT the best way it can be done. MACH does NOT have good recording capability. It was NOT designed to record data but to create machine movement.
I set up the cam in the 4th axis as A. Next take a hi resolution probe with a flat faced tip the same diameter as the lifter face. Next rotate the axis in steps and do a probe routine and gether both the A axis rotational and Z axis linear height of the lobe. THe end results is a high resoluton porofile of the lobe based on points which in turn can be translated into lines and arcs through additional software steps. Crude but it does work.
IT really is NOT the preferred method to profile a cam. Best is to use a single rotary encoder for the rotational axis AND a linear encoder for the linear axis then record both into a data base and then process the data from there.
NOW you could bring in the linear encoder thru the encoder inputs and then you would have a continous value stream from the A axis DRO and the Z axis encoder BUT no easy way to do the actuall recording in a precise manner. VB is not that precise in syncing with mach to have a smooth controlled recording stream.
Hope that helps, (;-) TP
«
Last Edit: October 20, 2010, 01:54:22 PM by BR549
»
Logged
jonny quest
Active Member
Offline
Posts: 101
Re: Using Mach as a camshaft measuring device
«
Reply #2 on:
October 20, 2010, 02:55:52 PM »
Thanks, I knew about the probe... but just not accurate enough for my work. Thank you very much for explanation on how you do it!
There's those fancy 2 chanel data aquisition boxes (have to look up names again) that can be had for under $100 with software. I guess that will be my best option... unless there are other options?
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: Using Mach as a camshaft measuring device
«
Reply #3 on:
October 20, 2010, 03:18:09 PM »
EVEN at best you will only get a collection of points not a profile(;-) IF you are serous to the .00005" you need professional equipment. AND it is not cheap.
NOTE: You cannot get repeat .00005 accuracy without a climate controlled room.
BEEN there Done that, (;-) TP
Logged
Chestermarine
Active Member
Offline
Posts: 38
Re: Using Mach as a camshaft measuring device
«
Reply #4 on:
October 20, 2010, 09:25:14 PM »
My first question is: Why is the 50 millionths degree of precison necessary, if you are looking at the cam lift/rotation parameters in Excell? Perhaps you are making this more difficult than necessary.
I have made all manner of cams using 4-axis CNC machines, beginning in 1981. Once the cam is digitized, in a series of angle/displacement readings, you can import the csv file into Excell, and see the cam profile.
When taking/recording the readings, you must be sure to sync the angle value, and the displacement. It may seem simple, but unless you have built a fully automated machine, it is easy to get the number pairs out of sync. For a simple setup, you can use a dividing head to hold one end of the camshaft, and set up a linear probe with spc output. Usually, a spc output has a two number output line, comma separated. The first one is a line count, and the other is the digital value. If you make note of the the start angle cam position relative to the starting line count, and advance the rotation exactly one degree at a time, you can edit the file when you are finished, and put in the correct angle values in place of the line count. One degree steps in an Excell file will give a very good picture of the cam. You will also have a table of offsets to whatever degree of precision your linear indicator reads to. Doing this by hand, you can digitize a cam lobe in about 45 minutes.
Making a dedicated machine would not be very difficult, and using Mach3 to do it is also not difficult. Mach could turn the rotary table in whatever increments you would choose, and operate a relay to clock the digital probe. The recording would not be done by Mach3, as it would be just stepping the rotary table, pause, clock the linear probe, step again etc. The linear probe could be sending it's readings to your laptop computer, i.e. a terminal program.
Regards, John
Logged
jonny quest
Active Member
Offline
Posts: 101
Re: Using Mach as a camshaft measuring device
«
Reply #5 on:
October 21, 2010, 02:08:44 AM »
It's not so much the physical profile that i'm interested in.
Its the inches per degree that gives you the acceleration, and the finer measurement of jerk.
These are very important in making a cam that is as fast as possible... But also easy on valvetrain.
.001" isn't tight enough linear resolution.1 degree may be fine, .5 would be good i think.
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: Using Mach as a camshaft measuring device
«
Reply #6 on:
October 21, 2010, 09:09:09 AM »
IF you are not using a lifter face model to do the measusuring THEN you WILL have to translate the points into a value based on the lifter face not just a indicator point on the lobe.
Hum somethings amiss you will except 1 deg accuraccy for rotation but need .00005 for the displacement?
? your jerk data will be all over the place.
NOT knocking your idea, it is a noble thought to build your own stuff. BUT reality has to be factored in somewhere and a reasonable expectation brought into play.
Just a thought, (;-) TP
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...