This repository contains a Python simulation of a 26-cell seed metering plate design for a metering mechanism calibrated with gear configurations (ratios) from the Baldan PLB row planter manual.
The project resolves the discrepancy between theoretical spacing of
- Mechanical Tansmission: Sprocket-to-plate ratios.
-
Ground Wheel Slip (
$\lambda$ ): Modeling the interaction between soil and ground wheel. - Stochastic Monte Carlo Model: Accounts for the probablistc misses and double pickup events.
A ground slip of
This project is a computational extension of the Bachelor thesis [1]
The simulation treats the metering mechanism as a mechanically linked system. From the ground wheel through a chain-and-sprocket transmission. Plate rotation is derived from ground wheel travel confined to a specified gear ratio.
Reference: Intergrated Baldan PLB Gear Table
The number of seeds delivered in a meter is:
Where
Theoretical intra-row spacing is therefore:
Transmission Equation:
Where
This occurs when the wheel rotates through an angle that reduces actual ground contaact and delivers less forward motion.
Actual spacing under slip is:
To capture real-world disturbances, the model runs 10,000 trials and variablity through probabilistic pickup events is added. Each cell pass is modeled as a random draw from three outcomes:
Event Probabilities:
a) Empty cell (p0): 0.04;
b) Single seed (p1): 0.94;
c) Double pickup (p2): 0.02;
The constraint: p0 + p1 + p2 = 1 is enforced
The total number of seeds for a give cell pass can be represented as:
Where
The simulation was calibrated using experimental data collected at a constant foward speed of 4.0 km/h. Results are recorded in 'data/experimental_data.csv'
[1] Zimba, W. Construction of a Metering System for Maize Seed using Additive Manufacturing Technology, (2024). Department of Agricultural Engineering, University of Zambia. (Unpublished)
This project is a computational extension of a Bachelor's thesis conducted at the University of Zambia (2024). The simulation computer programs are the work of the author. The experimental data referenced belongs to the associated thesis.