calculating crosshatch for honing cilinder

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
watahyahknow
Posts: 5
Joined: Sat Nov 11, 2017 3:03 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: not feeling in the mood to check it at the moment , not installed yet
DC3IOB: No
CNC11: Yes
CPU10 or CPU7: No

calculating crosshatch for honing cilinder

Post by watahyahknow »

hello i like to build a honing machine using steppermotors to rotate the hone and move the carriage so the hone moves down and up in the cilinderbore

does anyone has the calculation i need to get the correct crosshatch angle at the different bore sizes and diferences in strokelength
the numbers i like to find out is the rpm needed on the hone and the stroke in distance per minute for the down and up motion
both steppermotors with have an encoder (leadshine closed loop )
tblough
Posts: 3102
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: calculating crosshatch for honing cilinder

Post by tblough »

If you consider each scratch to be a helix, then what you are looking for is essentially the thread lead angle. "Crosshatch" angle would be twice the thread lead angle.

http://www.mitsubishicarbide.com/en/tec ... ng_formula
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
cncian
Posts: 34
Joined: Thu Mar 05, 2020 1:15 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: A81087B4FFCB-0712192265
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Farmington Hills, MI

Re: calculating crosshatch for honing cilinder

Post by cncian »

watahyahknow wrote: Sat Mar 28, 2020 2:48 pm does anyone has the calculation i need to get the correct crosshatch angle at the different bore sizes and diferences in strokelength
the numbers i like to find out is the rpm needed on the hone and the stroke in distance per minute for the down and up motion
both steppermotors with have an encoder (leadshine closed loop )

Code: Select all

rpm = (60 * Fa) / (PI * D * tan(alpha / 2))

where:
  rpm = honing head's rotational speed
  Fa = axial feedrate (or up-down stroke) [measured in ipm]
  PI = 3.14
  D = bore diameter [measured in inches]
  alpha = crosshatch angle [measured in radians]
If you are using the above formula in a macro or program for Centroid's CNC12 software, then the angle above should be entered in degrees, not radians.

Stay safe!
Post Reply