Skip to content
Snippets Groups Projects
Commit 5744dc5e authored by Will Langford's avatar Will Langford
Browse files

typos 2

parent 5a229036
Branches master
No related tags found
No related merge requests found
Pipeline #4176 passed
......@@ -2,7 +2,7 @@
<img src="images/dwedm2_01.jpg" width="700px">
The two main thrusts of my renewed work on this project are the power electronics (pulse genenerator), and controls:
The two main thrusts of my renewed work on this project are the power electronics (pulse generator), and controls:
### [Past Work](pastWork/)
......@@ -18,7 +18,7 @@ To control the Wire-EDM, we can't just simply use a standard g-code interpretter
So, I plan to piggy-back off of some of [Jake](https://gitlab.cba.mit.edu/jakeread/mkstepper) and [Sam](https://gitlab.cba.mit.edu/calischs/step)'s recent stepper motor boards to implement the path planning and control.
This will involve things like the [Bresenham line algorithm](https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm) to discretize non-rectilinear motions and map into movements of the individual motors. Fortunatley, I suspect I won't have to worry too much about acceleration/jerk control given that this machining process is relatively slow.
This will involve things like the [Bresenham line algorithm](https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm) to discretize non-rectilinear motions and map into movements of the individual motors. Fortunately, I suspect I won't have to worry too much about acceleration/jerk control given that this machining process is relatively slow.
We can tell how much material has eroded and how large the gap between the wire and workpiece is by sampling the voltage across the spark capacitor. In the limit where the gap is large and there's no spark, this voltage will be the same as the voltage determined by the charge control circuitry. At the other limit, where the wire actually touches the workpiece, there is a short circuit and there's no voltage across the capacitor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment