Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Complex Vector Current Regulator (CVCR)
12 changes: 12 additions & 0 deletions source/applications/current-control/continuous-time/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Continuous-Time Control

Foo bar

```{toctree}
:hidden:

Single-Phase <single-phase/index>
Three-Phase <three-phase/index>
sfpi/index
cvcr/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Synchronous Frame PI (SFPI) Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Single-Phase Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Three-Phase Current Regulation

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Continuous-to-Discrete Approximations

Foo bar
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Direct Digital CVCR

Foo bar
8 changes: 8 additions & 0 deletions source/applications/current-control/discrete-time/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Discrete-Time Control

```{toctree}
:hidden:

c2d/index
direct-digital-cvcr/index
```
11 changes: 11 additions & 0 deletions source/applications/current-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Current Control

Foo bar

```{toctree}
:hidden:

load-modeling/index
continuous-time/index
discrete-time/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DQ Machine Model

Foo bar
9 changes: 9 additions & 0 deletions source/applications/current-control/load-modeling/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Load Modeling

```{toctree}
:hidden:

rl-load/index
dq-machine/index
mp-winding/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Multi-Phase Winding

Introduce generalized Clarke transform and how to apply it to $m$ phase windings, decoupled subspaces, etc.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RL Load Model

Single phase RL load. Content from the lecture series on RL load. This will be a short note.
- Circuit diagram
- Governing differential equation relating V and I
- Transfer function in Laplace domain relating V and I
- Summarize as plant that a controller could use.


3 changes: 3 additions & 0 deletions source/applications/maglev-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Maglev Displacement Control

Basics of levitation systems, mechanical system stability via PID control.
3 changes: 3 additions & 0 deletions source/applications/speed-control/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Speed Control

How to get a motor to spin at a desired speed using FOC?
13 changes: 13 additions & 0 deletions source/getting-started/control-with-amdc/encoder-fb/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Encoder Feedback

## Calibration

- Converting from raw counts to "theta"
- Direction: +/- depending on phase connections
- Sync machines: dq offset

## Computing Speed from Position

- LPF
- State Filter
- Observer
5 changes: 5 additions & 0 deletions source/getting-started/control-with-amdc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ The AMDC Platform provides a versatile and open foundation for establishing high
```{toctree}
:hidden:


Current Sensor Calibration <current-sensor-cal/index>
inv-pwm-dt-comp/index
encoder-fb/index
integrator-anti-windup/index
simulink-code-gen/index
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Integrator Anti-Windup

- How to think about performance of anti-windup
- Different methods
- clamping
- back tracking
- Implementation (continuous/discrete-time)
- Simulink
- Handwritten C code
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Inverter PWM Dead-Time Compensation

- Sources of non-linearity
- Dead-time
- How to do
- Example results
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Simulink Control Code Generation

This should basically be a port of the AMDC-Examples autogen docs, examples, etc
8 changes: 8 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ AMDC Platform Documentation
getting-started/user-guide/index
getting-started/control-with-amdc/index

.. toctree::
:hidden:
:caption: Applications

applications/current-control/index
applications/speed-control/index
applications/maglev-control/index

.. toctree::
:hidden:
:caption: Hardware
Expand Down