Novel Ceramic Clay Automatic Feeding System and Simulation Analysis
Abstract
:1. Introduction
2. Preparation for Preliminary Experiments
2.1. Institutional Design and Composition
- Potter’s Wheel Mechanism: This mechanism is equipped with an intelligent centralized positioning system and an automatic feeding system, greatly enhancing operational precision and convenience. These features enable users to easily achieve high-quality clay shaping.
- Lifting Mechanism: The lifting mechanism has flexible adjustment capabilities to ensure the equipment remains in optimal condition under various working conditions.
- Support Structure: Designed to ensure overall stability and safety, the support structure guarantees reliable operation during use.
- Feeding Mechanism: The feeding mechanism is designed for easy loading and storage of clay materials, effectively improving operational efficiency and cleanliness.
- Power Transmission System: Using advanced technology, this system provides efficient and stable power transmission, ensuring the stability and consistency of the clay shaping process.
- Casing: The casing not only offers essential safety protection but also combines esthetic appeal with user-friendly design, enhancing the user experience by making the control panel more intuitive and convenient.
2.2. Innovation Points in Institutional Design
2.2.1. Central Positioning Feeding
2.2.2. Automatic Feeding System
2.3. Code Implementation
classdef ClayFormingMachine properties CenterPosition = 0; ClayPosition = 0; IsClayCentered = false; SensorInterface % Placeholder for actual sensor interface end methods function obj = ClayFormingMachine(sensorInterface) obj.SensorInterface = sensorInterface; % Initialize sensors and actuators end function obj = moveToCenter(obj) disp(‘Moving clay to center…’); while ~obj.IsClayCentered try sensorValue = obj.readCenteringSensor(); catch disp(‘Error reading sensor’); return; end error = obj.CenterPosition − sensorValue; if abs(error) < 0.01 obj.IsClayCentered = true; disp(‘Clay is centered.’); else obj = obj.adjustPosition(error); pause(0.1); % Adjust pause for real-time responsiveness end end end function sensorValue = readCenteringSensor(obj) try sensorValue = obj.SensorInterface.readData(); % Real sensor data catch error(‘Sensor read failed’); end end function obj = adjustPosition(obj, error) Kp = 1.0; % Proportional gain for PID controller adjustment = Kp * error; fprintf(‘Adjusting position by %f units…\n’, adjustment); % Implement motor control logic % Send adjustment command to motor controller end function autoFeedClay(obj, desiredQuantity) fedClay = 0; while fedClay < desiredQuantity % Logic to feed clay fedClay = fedClay + obj.feedClayUnit(); disp(‘Feeding clay…’); end disp(‘Clay feeding complete.’); end function clayUnit = feedClayUnit(~) % Real clay feeding logic clayUnit = 10; % For example, feed 10 grams per action end if ~obj.IsClayCentered disp(‘Error: Clay is not centered.’); return; end disp(‘Starting the forming process…’); % Implement forming logic end end end |
3. Investigating the Patterns of Plastic Deformation in the Clay-Forming Process
3.1. Finite Element Model
3.2. Equivalent Stress Distribution and Evolution Law
3.2.1. Radial Stress
3.2.2. Lateral Stress
3.2.3. Axial Stress
3.3. Distribution and Evolution Law of Equivalent Effect Variation
3.4. Distribution and Evolution of Forming Flow Lines
3.5. Variation Law of Forming Load
3.6. Vickers Hardness Test
4. Mud Forming Verification Test
4.1. Mold Frame Design and Manufacturing
4.2. Experiment Scheme
- Raw material storage: Load the pre-treated clay material into the clay storage section of the automatic feeding system to ensure sufficient clay volume in the silo.
- Feeding start: Start the power device and smoothly deliver the clay material to the forming worktable through the slider and slide rail system. This process is monitored in real-time by sensors.
- Feeding: The system precisely controls the feeding speed and quantity of clay materials based on the set process parameters.
- Filling stage: The clay material is evenly distributed to the feed inlet of the mold or machine.
- Pressing or casting stage: Under a set pressure and speed, clay material is pressed or cast into a rough shape.
- Adjustment stage: Through the meticulous adjustment and shaping of the robotic arm, the clay embryo gradually approaches the final design form.
- Forming completion: The formed clay embryo is transported to the next process (such as drying, firing, etc.) while the automatic feeding system continues to feed for the next forming cycle.
- Data recording and analysis: Through an integrated data recording device, parameters such as feeding time, feeding amount, and forming pressure of each batch of clay embryos are recorded, providing data support for subsequent quality control and performance analysis.
4.3. Equipment Innovation
4.4. Actual Impact
5. Conclusions
- Automated Feeding Mechanism: The advanced automated feeding system developed is capable of supplying clay steadily and continuously under set process parameters. This results in a 30% increase in Vickers hardness, significantly enhancing the mechanical properties of the clay bodies. The improvement in process smoothness and efficiency reduces the need for manual intervention, making the production process more efficient and reliable.
- Real-time Monitoring and Data Logging: Precision sensors and data logging equipment were utilized to monitor critical data in real time, such as feed rate, clay moisture, and forming pressure. This real-time monitoring provides reliable data support for process optimization and ensures process control, allowing operators to adjust parameters promptly and avert potential production issues.
- Improved Product Consistency: The automated feeding method results in clay bodies with high consistency across various trials. This innovation effectively reduces errors introduced by manual operations, thereby enhancing the quality of the final product. High consistency not only increases product competitiveness in the market but also reinforces consumer confidence.
- Reduced Material Waste: The precise control facilitated by the system minimizes material waste and optimizes resource utilization. This promotes sustainable production practices while reducing production costs, providing economic benefits to the enterprise.
- Adaptability and Flexibility: The system can be adjusted according to different process parameters, accommodating various forming needs. This flexibility allows ceramic manufacturing to better respond to market changes and customer demands, enhancing production adaptability and responsiveness.
- Integration of Traditional Craft and Modern Technology: This study offers a new perspective on modernizing ceramic forming technology by successfully integrating traditional craftsmanship with modern automation. This amalgamation retains the artistic and artisanal aspects of traditional ceramic production while introducing the efficiency and precision of modern technology, paving a new direction for the field’s development.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Erdogmus, E.; Sutcu, M.; Hossain, S.; Bayram, M.; Sarı, A.; Gencel, O.; Ozbakkaloglu, T. Effect of molding pressure and firing temperature on the properties of ceramics from natural zeolite. Constr. Build. Mater. 2023, 402, 132960. [Google Scholar] [CrossRef]
- La Noce, M.; Lo Faro, A.; Sciuto, G. Clay-based products sustainable development: Some applications. Sustainability 2021, 13, 1364. [Google Scholar] [CrossRef]
- Vasconcelos da Silva, A.M.; Delgado, J.M.P.Q.; Guimarães, A.S.; Barbosa de Lima, W.M.P.; Soares Gomez, R.; Pereira de Farias, R.; Santana de Lima, E.; Barbosa de Lima, A.G. Industrial ceramic blocks for buildings: Clay characterization and drying experimental study. Energies 2020, 13, 2834. [Google Scholar] [CrossRef]
- Vakalova, T.V.; Revva, I.B. Highly porous building ceramics based on «clay-ash microspheres» and «zeolite-ash microspheres» mixtures. Constr. Build. Mater. 2022, 317, 125922. [Google Scholar] [CrossRef]
- Nikkilä, L. Designing for Manufacturing on a Desktop FDM 3D Printer: Designing a 3D Printable DIY Ceramics Extruder. Bachelor’s Thesis, Metropolia University of Applied Sciences, Metropolia, Finland, 2024. [Google Scholar]
- Rognoli, V.; Ayala-Garcia, C. Defining the DIY-Materials Approach. In Materials Experience 2; Butterworth-Heinemann: Oxford, UK, 2021; pp. 227–258. [Google Scholar]
- Rognoli, V.; Ayala-Garcia, C.; Pollini, B. DIY Recipes: Ingredients, processes & materials qualities. In Materials Designers. Boosting Talent towards Circular Economies; Clèries, L., Rognoli., V., Solanki., S., Llorach., P., Eds.; Elisava Barcelona School of Design and Engineering: Barcelona, Spain, 2021; pp. 27–33. [Google Scholar]
- Yu, F.; Deng, H.; Bai, H.; Zhang, Q.; Wang, K.; Chen, F.; Fu, Q. Confine clay in an alternating multilayered structure through injection molding: A simple and efficient route to improve barrier performance of polymeric materials. ACS Appl. Mater. Interfaces 2015, 7, 10178–10189. [Google Scholar] [CrossRef]
- Manikandan, K.; Jiang, X.; Singh, A.A.; Li, B.; Qin, H. Effects of nozzle geometries on 3D printing of clay constructs: Quantifying contour deviation and mechanical properties. Procedia Manuf. 2020, 48, 678–683. [Google Scholar] [CrossRef]
- Nicolas, M.F.; Vlasova, M.; Aguilar, P.A.M.; Kakazey, M.; Cano, M.M.C.; Matus, R.A.; Puig, T.P. Development of an energy-saving technology for sintering of bricks from high-siliceous clay by the plastic molding method. Constr. Build. Mater. 2020, 242, 118142. [Google Scholar] [CrossRef]
- Ahmad, M.; Rashid, K. Novel approach to synthesize clay-based geopolymer brick: Optimizing molding pressure and precursors’ proportioning. Constr. Build. Mater. 2022, 322, 126472. [Google Scholar] [CrossRef]
- Cabalar, A.F.; Demir, S.; Khalaf, M.M. Liquefaction resistance of different size/shape sand-clay mixtures using a pair of bender element–mounted molds. J. Test. Eval. 2021, 49, 509–524. [Google Scholar] [CrossRef]
- Baldovino, J.D.J.A.; Izzo, R.L.D.S.; Feltrim, F.; da Silva, É.R. Experimental study on guabirotuba’s soil stabilization using extreme molding conditions. Geotech. Geol. Eng. 2020, 38, 2591–2607. [Google Scholar] [CrossRef]
- Junior, J.A.L.; de Azevedo, A.R.G.; Marvila, M.T.; Teixeira, S.R.; Fediuk, R.; Vieira, C.M.F. Influence of processing parameters variation on the development of geopolymeric ceramic blocks with calcined kaolinite clay. Case Stud. Constr. Mater. 2022, 16, e00897. [Google Scholar] [CrossRef]
- Scheuermann Filho, H.C.; Beck Saldanha, R.; Gravina da Rocha, C.; Cesar Consoli, N. Sustainable binders stabilizing dispersive clay. J. Mater. Civ. Eng. 2021, 33, 06020026. [Google Scholar] [CrossRef]
- Akisanmi, P.; Akisanmi, P. Classification of clay minerals. In Mineralogy; BoD—Books on Demand: Norderstedt, Germany, 2022; pp. 3–9. [Google Scholar]
- Agarwal, K.; Folden-Ecker, A. Reducing Molding Sand Variation at a Job Shop Casting Facility. In Proceedings of the Second Australian International Conference on Industrial Engineering and Operations Management, Melbourne, Australia, 14–16 November 2023. [Google Scholar]
- Labaied, I.; Douzane, O.; Lajili, M.; Promis, G. Bricks using clay mixed with powder and ashes from lignocellulosic biomass: A review. Appl. Sci. 2022, 12, 10669. [Google Scholar] [CrossRef]
- Li, P.; Pan, Z.; Xiao, T.; Wang, J. Effects of molding water content and compaction degree on the microstructure and permeability of compacted loess. Acta Geotech. 2023, 18, 921–936. [Google Scholar] [CrossRef]
- Tan, P.J. New Alternative Method Developed for the Measurement of Active and Total Clay in Foundry Green Sands. Ph.D. Thesis, Western Michigan University, Kalamazoo, MI, USA, 2024. [Google Scholar]
- Zhang, F.; Li, Z.; Xu, M.; Wang, S.; Li, N.; Yang, J. A review of 3D printed porous ceramics. J. Eur. Ceram. Soc. 2022, 42, 3351–3373. [Google Scholar] [CrossRef]
- Akrami, S.; Edalati, P.; Fuji, M.; Edalati, K. High-entropy ceramics: Review of principles, production and applications. Mater. Sci. Eng. R Rep. 2021, 146, 100644. [Google Scholar] [CrossRef]
- Levinson, L. Electronic Ceramics: Properties: Devices, and Applications; CRC Press: Boca Raton, FL, USA, 2020. [Google Scholar]
- Garzón, E.; Pérez-Villarejo, L.; Eliche-Quesada, D.; Martínez-Martínez, S.; Sánchez-Soto, P.J. Vitrification rate and estimation of the optimum firing conditions of ceramic materials from raw clays: A review. Ceram. Int. 2022, 48, 15889–15898. [Google Scholar] [CrossRef]
- Štubňa, I.; Manik, M.; Húlan, T.; Trnik, A. Development of stress on quartz grain in illite ceramics during cooling stage of firing. J. Ceram. Soc. Jpn. 2020, 128, 117–123. [Google Scholar] [CrossRef]
- Tsouknidas, A.; Karaoglani, E.; Michailidis, N.; Kugiumtzis, D.; Pissiotis, A.; Michalakis, K. Influence of preparation depth and design on stress distribution in maxillary central incisors restored with ceramic veneers: A 3D finite element analysis. J. Prosthodont. 2020, 29, 151–160. [Google Scholar] [CrossRef]
- Ozaki, S.; Nakamura, M.; Osada, T. Finite element analysis of the fracture statistics of self-healing ceramics. Sci. Technol. Adv. Mater. 2020, 21, 609–625. [Google Scholar] [CrossRef]
- Jiang, W.; Spencer, B.W.; Dolbow, J.E. Ceramic nuclear fuel fracture modeling with the extended finite element method. Eng. Fract. Mech. 2020, 223, 106713. [Google Scholar] [CrossRef]
- Andraskar, N.D.; Tiwari, G.; Goel, M.D. Impact response of ceramic structures—A review. Ceram. Int. 2022, 48, 27262–27279. [Google Scholar] [CrossRef]
- Qi, J.; Wu, J.; Zhang, L. Influence of molding technology on thermal efficiencies and pollutant emissions from household solid fuel combustion during cooking activities in Chinese rural areas. Symmetry 2021, 13, 2223. [Google Scholar] [CrossRef]
- Worasith, N.; Goodman, B.A. Clay mineral products for improving environmental quality. Appl. Clay Sci. 2023, 242, 106980. [Google Scholar] [CrossRef]
- Kukartsev, V.A.; Kukartsev, V.V.; Tynchenko, V.S.; Bukhtoyarov, V.V.; Tynchenko, V.V.; Sergienko, R.B.; Bashmur, K.A.; Lysyannikov, A.V. The technology of using liquid glass mixture waste for reducing the harmful environmental impact. Materials 2022, 15, 1220. [Google Scholar] [CrossRef]
- Heidari, L.; Ghazizade, M.J. Recycling of spent industrial soil in manufacturing process of clay brick. Process Saf. Environ. Prot. 2021, 145, 133–140. [Google Scholar] [CrossRef]
- Wang, Y.; Liu, X.; Fu, L.; Mu, B.; Chen, M.; Wu, H.; Dong, K.; Sun, X. Intelligent Pottery Wheel Machine Design: Enhancing Pottery Throwing Quality and Efficiency. Appl. Sci. 2024, 14, 7989. [Google Scholar] [CrossRef]
Comparison Aspects | Same Parameters |
---|---|
The number of products per second | 0–300 |
Product steering | Positive and negative can turn |
Product power | 250/350 W |
Product voltage | 220 V |
Product control speed: | Infinite variable speed |
Comparison Aspects | Traditional Institutions | New Institutions |
---|---|---|
Turntable diameter | 25–30 cm | 38 cm |
The fuselage surface | High-temperature spray plastic | Metal just Q235 |
Weight | 15 kg | 35 kg |
The clay installation way | Hand movement | Voluntarily |
First positioning method of clay materials | Hand movement | Voluntarily |
Clay body quality | Each time is different | Relatively consistent |
Clay body dimensions (L × W × H) | Approximately 88 × 90 × 53 (mm × mm × mm) | Approximately 80 × 80 × 115 (mm × mm × mm) |
Clay body volume | Approximately 419,760 mm3 | Approximately 736,000 mm3 |
Parameters | Typical Range/Value |
---|---|
Ideal temperature | 1240–1280 °C |
Firing range | 1000–1350 °C |
Applicable uses | Throwing, sculpting, suitable for creating works with complex details |
Wet clay color | Black |
Dry clay color | White |
Mineral composition | Quartz (SiO2), Kaolinite (Al2Si2O5(OH)4), Hematite (Fe2O3), Calcite (CaCO3) |
Plasticity | High (suitable for detailed work) |
Particle Size | Fine to medium |
Strength | High compressive strength after firing |
Drying Time | 1–3 days (depending on environmental conditions) |
Process Parameters | Value |
---|---|
Length of billet (mm) | 115 |
Blank width (mm) | 60 |
Blank height (mm) | 90 |
Temperature (°C) | 20 |
Friction factor | 0.3 |
Lower mold feed rate (mm/s) | 4 |
thermal conductivity W/(m·K) | 11 |
Ratio of the number of grids of different sizes | 3:1 |
Speed of upper mold (rad/s) | 2π |
Indentation | X (mm) | Y (mm) | D1 (µm) | D2 (µm) | HV |
---|---|---|---|---|---|
(L1, P1) | 1.2 | 2.4 | 75 | 76 | 650.4 |
(L1, P2) | 1.3 | 2.5 | 78 | 79 | 639.7 |
(L1, P3) | 1.1 | 2.6 | 74 | 75 | 655.1 |
(L1, P4) | 1.4 | 2.3 | 77 | 78 | 645.3 |
Indentation | X (mm) | Y (mm) | D1 (µm) | D2 (µm) | HV |
---|---|---|---|---|---|
(L1, P1) | 1.2 | 2.4 | 55 | 59 | 845.6 |
(L1, P2) | 1.3 | 2.5 | 78 | 56 | 832.4 |
(L1, P3) | 1.1 | 2.6 | 74 | 55 | 851.9 |
(L1, P4) | 1.4 | 2.3 | 77 | 57 | 838.4 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Liu, X.; Wang, Y.; Mu, B.; Wu, H.; Wang, L.; Chen, M.; Guan, S. Novel Ceramic Clay Automatic Feeding System and Simulation Analysis. Ceramics 2024, 7, 1413-1439. https://doi.org/10.3390/ceramics7040092
Liu X, Wang Y, Mu B, Wu H, Wang L, Chen M, Guan S. Novel Ceramic Clay Automatic Feeding System and Simulation Analysis. Ceramics. 2024; 7(4):1413-1439. https://doi.org/10.3390/ceramics7040092
Chicago/Turabian StyleLiu, Xunchen, Yilun Wang, Bo Mu, Hailin Wu, Lanxin Wang, Mingzhang Chen, and Shanyue Guan. 2024. "Novel Ceramic Clay Automatic Feeding System and Simulation Analysis" Ceramics 7, no. 4: 1413-1439. https://doi.org/10.3390/ceramics7040092
APA StyleLiu, X., Wang, Y., Mu, B., Wu, H., Wang, L., Chen, M., & Guan, S. (2024). Novel Ceramic Clay Automatic Feeding System and Simulation Analysis. Ceramics, 7(4), 1413-1439. https://doi.org/10.3390/ceramics7040092