60 likes | 153 Vues
Simulate a 1-dimensional factory conveyor belt to safely send packages without collision. The model consists of conveyor cells with package information that are sent to local cells only in MATLAB. The behavior of each cell depends on the preceding one. Results include MATLAB plots showing distances, velocities, and times. Insights on realistic models and variables are discussed for future work.
E N D
Simulating a Distributed Algorithm for Safe Package Conveyance in One-dimension Dongeek Shin and Jerry Sun Mentor: Taylor Johnson
Objective To model a 1-dimensional factory conveyor belt (sending packages without collision), comprising individual conveyor cells which have package information to only send to their local conveyor cells with MATLAB Conveyor cell [n]’s behavior depends on what is happening in conveyor cell [n-1]!
Results (MATLAB plots) Distance (m) V1 = 0.14 V2 = 0.30 Time (s)
More Results Distance (m) V1 = 0.30 V2 = 0.14 Time (s)
Conclusion and Future Work • Inherent Distribution • Realistic models and variables (i.e. force, mass) • Multi-dimensional conveyor model