Controlling a DC Motor with an Encoder

From Mech
Revision as of 13:00, 7 August 2006 by Stephens (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Controlling a brushed DC motor with an encoder is very common and serves as a good example of the basic programming of xPC models. Below you will find the xPC model code for controlling a DC motor, like the Maxon 6W motor in the lab.

XPC PID example.jpg

Here is the code: xPC PID Example.mdl

When using this model, you should set the sample time and discrete filter properties by opening File -> Model Properties -> Callbacks -> InitFcn.

PID example model properties.jpg