Datasets
Standard Dataset
Dataset for "A Generalized and Efficient Control-oriented Modeling Approach for Vibration-prone Delta 3D printers using Receptance Coupling"
- Citation Author(s):
- Submitted by:
- Nosakhare Edoimioya
- Last updated:
- Tue, 02/08/2022 - 12:06
- DOI:
- 10.21227/ta5m-xe98
- License:
- Categories:
- Keywords:
Abstract
Delta 3D printers can significantly increase throughput in additive manufacturing by enabling faster and more precise motion compared to traditional serial-axis 3D printers. Further improvements in motion speed and part quality can be realized through model-based feedforward vibration control, as demonstrated on several serial-axis 3D printers. However, delta 3D printers have not benefited from model-based controllers because their position-varying, coupled nonlinear dynamics are difficult to model accurately. In this paper, we propose a framework to obtain linear models of delta 3D printers at any position within its workspace from a few frequency response measurements. We decompose the dynamics into two sub-models--(1) an experimentally-identified sub-model containing decoupled vibration dynamics; and (2) an analytically-derived sub-model containing coupled dynamics--which are combined into one using receptance coupling. We generalize the framework by extending the analytical model of (2) to account for differing mass profiles and dynamic models of the printer's end-effector. Experiments demonstrate reasonably accurate predictions of the position-dependent dynamics of a commercial delta printer, augmented with a direct drive extruder, at various locations in its workspace.
The main files to look at/run are the scripts in the MATLAB Code folder:
find_direct_drive_parameters_LS.m helps you find the two-mass model parameters be performing least squares on the fitted transfer functions which are uploaded in the folder
Once you get the stiffness and damping values, you can plug them into section_volume_data_viz_addDD_withComplex_NE_controlModel.m to generate the transfer function predictions.
There are some other files in the folder that allow you to recreate the FRF plots of the measured data. The measured data files are also in the folder.