Simulation of Motor Without Added Inertia or FrictionAssignment OverviewIn this assignment you will simulate the motor without any added fiction or inertia as it starts up under full voltage (12VDC). Each student will use the same system parameters and friction can be neglected. In future assignments, you will identify more accurately the motor parameters, system inertia, and friction. Guidelines
Parameter LookupUse the motor Spec Sheets to identify
Summary of Equations and Assumptions In one page write out the key equations and assumptions used. Matlab Code Write Matlab code that simulates motion for the first 200 milliseconds. The easiest way to do this is with the Euler method. While Euler is not the most accurate, a very small step size can be used. It is optional, but one can test the accuracy using the Runge-Kutta method with ODE45. Plots
References
|