Next Article in Journal
Effect of Banana Fiber on Flexural Properties of Fiber Reinforced Concrete for Sustainable Construction
Previous Article in Journal
Motion Estimation in HEVC/H.265: Metaheuristic Approach to Improve the Efficiency
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Proposal of a Computational Algorithm for Calculating Material Ratio of Surface Texture †

1
Mechanical Engineering, Graduate School of Science and Engineering, HOSEI University, Tokyo 184-8584, Japan
2
Department of Mechanical Engineering, Faculty of Science and Engineering, HOSEI University, Tokyo 184-8584, Japan
*
Author to whom correspondence should be addressed.
Presented at the 2nd International Electronic Conference on Applied Sciences, 15–31 October 2021; Available online: https://asec2021.sciforum.net/.
Eng. Proc. 2021, 11(1), 22; https://doi.org/10.3390/ASEC2021-11168
Published: 15 October 2021
(This article belongs to the Proceedings of The 2nd International Electronic Conference on Applied Sciences)

Abstract

:
The material ratio curve (hereafter referred to as MRC) of ISO 13565-2 and ISO 4287 is widely used in industrial fields. The computational algorithm of MRC proposed in ISO has a problem of long calculation time, because of a method of slicing the roughness profile. Therefore, in this study, a sort method was proposed as a computational algorithm for time reduction. However, depending on the form of the surface profile, the algorithm of the proposed sort method has a problem in that calculation errors occur. Therefore, in this paper, we report a new improved algorithm that solves this problem. In this paper, a new and improved algorithm for calculating MRC has been researched and developed. The proposed algorithm in this paper succeeded in reducing the computing time to derive MRC compared with the calculating algorithm of MRC proposed in the ISO standard. This algorithm is expected the efficiency improvement of quality control.

1. Introduction

Surface textures are geometric features that collectively refer to surface roughness and scratches. This is described in the ISO standard [1]. Since the surface textures are greatly related to the geometrical specifications of the product from an industrial point of view, their quality is required to be controlled quantitatively.
An example of where surface textures play an important role is in bearings. Bearings are used in automobiles, aircraft, and household appliances such as refrigerators and air conditioners because they have the role of preventing energy loss due to frictional resistance by rotating the shaft smoothly.
Because the frictional resistance of a bearing depends on the surface texture, the bearing is closely related to the surface texture.
ISO 4287 [1] contains various surface texture parameters. Typical parameters of surface texture include arithmetic mean roughness Ra, maximum height Rz, etc. Among them, the material ratio curve (MRC) and MRC parameters can be mentioned as effective methods for evaluating surfaces with excellent lubrication and friction characteristics [2,3]. MRC is a curve that expresses the ratio of the material and void parts of the surface profile with respect to the height direction [4]. MRC and MRC parameters are used in the industrial world as an effective evaluation method for the quality control of automobile parts and bearings.
A method for calculating MRC from the roughness profile has been proposed in ISO 13565-2 [5]. This calculation method has a problem that it takes a long time to calculate as the number of times of slicing the roughness profile increases. Therefore, in a previous paper [6], the sort method, which is a new MRC calculation algorithm that can shorten the calculation time compared to the ISO standard method, has been reported. However, it was clarified that this calculation method causes problems in the derivation of MRC depending on the profile shape of the measured data [6]. Therefore, in this paper, we report a new improved algorithm that does not cause problems in deriving the MRC. If the improved algorithm by this research is completed, it can be expected to contribute to the efficiency of quality control in actual industrial sites.

2. The Calculation Method of MRC by ISO 13565-2

The calculation method of MRC proposed by the ISO standard is as follows: First, a slicing level ZL is set parallel to the reference line for the evaluation of the roughness curve. The slicing level is the height of slice (hereafter referred to as the slice height) [5,7]. Next, the ratio of the material and void parts when the surface profile is sliced at a certain height is calculated, and this calculation is performed sequentially over the whole height direction (henceforth referred to as the slicing method). In this research, the algorithm for calculating MRC with the image shown in Figure 1 [7] is coded using MATLAB.
The procedure of the slicing method is as follows.
(1)
The slice height is set.
(2)
The intersection point between the roughness profile and the slice height line is calculated.
(3)
The length of the material part between the intersections is obtained by linear interpolation.
(4)
The lengths of material parts li are summed over the evaluation length l. Next, the material ratio is calculated by dividing the sum of the lengths li by the evaluation length l.
(5)
Steps (1) to (4) are performed sequentially, changing the slice height at arbitrary ΔZ intervals.
Figure 2 shows an adaptation of the slice method procedure (1) to the roughness profile. The blue line shows the roughness curve (extract) and the red line shows the slice height in Figure 2. The slicing method has a problem in that it is time consuming when the number of slicing levels increases.

3. New Proposed Algorithm for Calculating MRC

3.1. Sort Method for MRC

In this research, the sort method is proposed as a new method of calculating MRC which can reduce the calculation time [6,8]. The sort method is a method for sorting the height data of the roughness profile in ascending order. Figure 3 shows the MRC of the data points sorted by the sort method. The procedure of the sort method is as following steps.
(1)
Draw the intersection of a horizontal line and a roughness profile at a certain height. The positions of the intersections are then patterned.
(2)
Calculate the total number of data points that are higher than a certain height value.
(3)
Repeat step (2), changing the height in descending order.
(4)
Sort the calculated data points in ascending order.
The measured data of a roughness profile may have the same value as height data. In the sort method algorithm, it was clarified that if the same height value exists in the measured data, counting is performed multiple times, which causes a problem in the calculating of MRC (hereinafter referred to as the overlap counting). The overlap counting is one of the factors that obstructs the correct calculation of MRC in the sort method.
Figure 4 shows MRC where the overlap counting occurs. Since the height values from 0.22 to 0.24% are the same, the sort method results in the same number of data points. Therefore, the values from 0.23 to 0.24% are not output on MRC in Figure 4. Therefore, this research develops a new algorithm to solve the problem of overlap counting.

3.2. Improved Sort Method for MRC

The time to calculate MRC was successfully reduced by using the sort method [6]. However, some conditions need to be satisfied so as to use the sort method. If the values of the surface profile are randomly arranged as shown in Figure 5a, the sort method can be applied. If the sort method is applied to the case in which values of the same height occur consecutively, as shown by the red dots in Figure 5b, a problem occurs in the derivation of MRC.
Therefore, in this research, in order to solve these problems, we develop an algorithm that does not cause problems in the derivation of MRC even if data with the same height value exists. The green circles in Figure 6 show the measured data where the same three values appeared consecutively. In this study, when the same values appear consecutively as shown in Figure 6, we have developed an algorithm that does not cause problems in the derivation of MRC even if up to three points appear consecutively.

4. Experiment

4.1. Experimental Results by the Sort Method

Figure 7a shows MRC calculated by the slice method and MRC calculated by the sort method before the improvement of the overlap counting. Figure 7b is an enlarged view of the part where the overlap counting occurs in Figure 7a. The blue line in Figure 7b is MRC by the slice method, and the red line is MRC by the sort method. The slice method (blue line) shows that MRC is parallel to the X-axis from 0.22 to 0.24%; therefore, measured data with the same height values exist. On the other hand, the sort method (red line) shows that MRC is a diagonal straight line from 0.22 to 0.25%.
The above results show MRC by the sort method is different from that by the slicing method when the measurement data of the same height value exist.

4.2. Experimental Results Obtained Using the Improved Sort Method

In the sort method before improvement, the locations with the same value of height and the locations where the same value occurs consecutively are recorded in a variable by specifying the condition. In addition, the sort method calculates the number of data points between data points. Therefore, the sort method is improved such that the derivation of MRC does not have problems by modifying the algorithm not to recognize the data points where the same value appears consecutively.
Figure 8a shows the deviations between MRC by the sort method before improvement and the theoretical values based on the total number of data points. The red circle shown in Figure 8a is the error when three same values appear consecutively. Figure 8a shows the deviations between MRC by the improved sort method and the theoretical values. The results in Figure 8b show that the error in Figure 8a has disappeared.
From the above results, the development of an algorithm that does not cause problems in the derivation of MRC is succeeded when the same value that appears continuously is up to three. However, if four or more of the same values appear consecutively, a problem still occurs in the derivation of MRC; therefore, further improvement of the algorithm is necessary.

5. Conclusions

The results and new knowledge of this study can be summarized as follows:
(1)
An improved sort algorithm was developed which solves the problem of the sort method. The improved sort algorithm also succeeded in reducing the computing time to derive MRC compared with the calculating algorithm of MRC proposed in the ISO standard.
(2)
The developed improved sort algorithm succeeded in the derivation of MRC without causing problems when the same value appearing continuously is up to three.
(3)
The improved sort algorithm caused a problem in the derivation of MRC when four or more of the same values appear consecutively; therefore, we will develop a new sort algorithm to solve these problems in the future.

Author Contributions

Conceptualization, I.Y.; methodology, H.M. and I.Y.; software, H.M. and I.Y.; validation, H.M. and I.Y.; formal analysis, H.M., I.Y. and Y.K.; investigation, I.Y. and H.M.; resources, I.Y.; data curation, H.M.; writing—original draft preparation, H.M. and I.Y.; writing—review and editing, H.M., I.Y. and Y.K.; visualization, H.M.; supervision, I.Y.; project administration, I.Y.; funding acquisition, I.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Precise Measurement Technology Promotion Foundation (PMTP-F) grant number 1-38.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. ISO 4287. Geometrical Product Specifications (GPS)-Surface Texture: Profile Method-Terms, Definitions and Surface Texture Parameters; ISO: Geneva, Switzerland, 1997. [Google Scholar]
  2. Pawlus, P.; Reizer, R.; Wieczorowski, M.; Krolczyk, G. Material ratio curve as information on the state of surface topography—A review. Precis. Eng. 2020, 65, 240–258. [Google Scholar] [CrossRef]
  3. Yoshida, I.; Tsukada, T.; Arai, Y. Characterization of three-stratum surface textures. Jpn. J. Tribol. 2008, 53, 99–111. Available online: https://www.researchgate.net/publication/297936036_Characterization_of_three-stratum_surface_textures (accessed on 1 September 2021).
  4. Yoshida, I. Surface Roughness-Part 2, How to Use and Clues of the Surface Texture Parameters. J. Japan Soc. Precis. Eng. 2013, 79, 405–409. [Google Scholar] [CrossRef] [Green Version]
  5. ISO 13565-2. Geometrical Product Specifications (GPS)-Surface Texture: Profile Method; Surfaces Having Stratified Functional Properties-Part 2: Height Characterization Using the Linear Material Ratio Curve; ISO: Geneva, Switzerland, 1996. [Google Scholar]
  6. Machida, H.; Yoshida, I. Proposal of Calculating Method for Material Ratio Curve of Surface Texture. In Proceedings of the 5th STI-Gigaku 2020, Nagaoka, Japan, 30–31 October 2020. STI-9-31. [Google Scholar]
  7. Okamoto, J.; Nakayama, K.; Sato, M. Introduction to Tribology, 1st ed.; Saiwai Shobo: Tokyo, Japan, 1990; pp. 10–11. (In Japanese) [Google Scholar]
  8. Machida, H.; Nagai, S.; Yoshida, I. Study on a Computational Algorithm for Material Ratio of Surface Texture. In Proceedings of the 6th STI-Gigaku 2021, Nagaoka, Japan, 20–22 October 2021. STI-9-28. [Google Scholar]
Figure 1. Slice method: derivation method of MRC [5,7].
Figure 1. Slice method: derivation method of MRC [5,7].
Engproc 11 00022 g001
Figure 2. Roughness profile (blue line) and slice height (red line).
Figure 2. Roughness profile (blue line) and slice height (red line).
Engproc 11 00022 g002
Figure 3. MRC using the sort method.
Figure 3. MRC using the sort method.
Engproc 11 00022 g003
Figure 4. Enlarged view of MRC with overlap counting.
Figure 4. Enlarged view of MRC with overlap counting.
Engproc 11 00022 g004
Figure 5. Random and rectangular waves: (a) random wave; (b) rectangular wave (Red dots show that values of the same height occur consecutively).
Figure 5. Random and rectangular waves: (a) random wave; (b) rectangular wave (Red dots show that values of the same height occur consecutively).
Engproc 11 00022 g005
Figure 6. Example of three consecutive points with equal values (green circle) at a certain slice height (red line).
Figure 6. Example of three consecutive points with equal values (green circle) at a certain slice height (red line).
Engproc 11 00022 g006
Figure 7. Comparison of calculated MRCs: (a) MRC by sort method before improvement and slice method; (b) enlarged view of (a).
Figure 7. Comparison of calculated MRCs: (a) MRC by sort method before improvement and slice method; (b) enlarged view of (a).
Engproc 11 00022 g007
Figure 8. Deviations from theoretical value: (a) before improvement (Red circle shown the error when three same values appear consecutively); (b) after improvement.
Figure 8. Deviations from theoretical value: (a) before improvement (Red circle shown the error when three same values appear consecutively); (b) after improvement.
Engproc 11 00022 g008
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Machida, H.; Yoshida, I.; Kondo, Y. Proposal of a Computational Algorithm for Calculating Material Ratio of Surface Texture. Eng. Proc. 2021, 11, 22. https://doi.org/10.3390/ASEC2021-11168

AMA Style

Machida H, Yoshida I, Kondo Y. Proposal of a Computational Algorithm for Calculating Material Ratio of Surface Texture. Engineering Proceedings. 2021; 11(1):22. https://doi.org/10.3390/ASEC2021-11168

Chicago/Turabian Style

Machida, Hirokazu, Ichiro Yoshida, and Yuki Kondo. 2021. "Proposal of a Computational Algorithm for Calculating Material Ratio of Surface Texture" Engineering Proceedings 11, no. 1: 22. https://doi.org/10.3390/ASEC2021-11168

Article Metrics

Back to TopTop