Skip to content

Commit 3bb86ef

Browse files
authored
Fix current calibration images (#116)
1 parent 4024303 commit 3bb86ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • source/getting-started/control-with-amdc/current-sensor-cal

source/getting-started/control-with-amdc/current-sensor-cal/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Current sensors are transducers which produce an output signal (either current o
1010

1111
A method is now provided to calibrate the current sensors in a motor drive. An example of the assumed system for a three phase motor is shown in the figure below.
1212

13-
<img src="./resources/current_sensor_drawing.svg" width="50%" align="center"/>
13+
![Current Sensor Configuration](resources/current_sensor_drawing.svg)
1414

1515
Typically, each phase has a current sensor associated with it that needs to be calibrated. This method assumes that the signal measured by the AMDC for each sensor is a voltage that must be converted into a current value.
1616

@@ -26,8 +26,7 @@ Typically, each phase has a current sensor associated with it that needs to be c
2626

2727
An example of the results are shown in the plot below. The obtained gain and offset can be used directly in the control code to convert the sensor reading into the actual current measurement.
2828

29-
30-
<img src="./resources/fit.svg" width="50%" align="center"/>
29+
![Example Results](resources/fit.svg)
3130

3231
```{tip}
3332
Be sure to conduct the calibration process over the full range of current data (both positive and negative current) to account for any variation in the current sensor reading due to directionality of current.

0 commit comments

Comments
 (0)