Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB Problem. Please help me with step by step instructions if possible! Create an m file called motor_model.m that initializes the motor parameters: Rm =

MATLAB Problem. Please help me with step by step instructions if possible!

Create an m file called motor_model.m that initializes the motor parameters:

Rm = 2.6 Lm = .18e-3 kt = 7.68e-3 Vnom = 6 km = 7.68e-3 Kg = 70 nm = 0.69 ng = 0.90 Jmrotor = 3.90e-7 Jtach = 7.06e-8 Jeq = 0.00213 Beq = 0.015

a.) Create the transfer function, called P using equation 1.1.1. below. Use num, den, and tf.

image text in transcribed

b.) Generate and plot angular velocity time response, wl(t), with step input of 5V, for t=0:.01:0.75]. Here is a sample code:

image text in transcribed

c.) Calculate and plot the angular load position:

image text in transcribed

One way to do this is to cascade 1/s to the transfer function P in (1). First define integrator transfer function as tf([1], [1 0]). Follow similar steps using lsim to generate l(t).

d.) Calculate and plot the motor angular velocity wm(t) and position m(t), using Eq. (1.1.15).

image text in transcribed

e.) Calculate and plot motor current Im(t) (using Eq. 1.1.5).

image text in transcribed

f.) Calculate and plot back emf voltage eb(t) (using Eq. 1.1.2).

image text in transcribed

g.) Calculate and plot motor torque taum(t) (using Eq. 1.1.21).

image text in transcribed

h.) Plot motor toque vs. angular velocity using results from (d) and (g). This is known as torque curve. What are the stall torque and no-load velocity? (Tip: need to extrapolate line manually to cross x-axis to determine wm-noload)

(s) K Vm (s) (Ts +1)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions