Fixes to e3000

This commit is contained in:
Hakan Bastedt
2024-11-21 21:28:56 +01:00
parent cdce935560
commit 4e32128a0f
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ debug_build_flags = -O0 -g -ggdb
monitor_port = COM3
monitor_filters = send_on_enter, time, colorize, log2file
monitor_speed = 115200
build_flags = -Wl,--no-warn-rwx-segment -Ilib/soes/include/sys/gcc -DAX58100 -DNOT_STEPPER_TEST
build_flags = -Wl,--no-warn-rwx-segment -Ilib/soes/include/sys/gcc -DAX58100
lib_deps =
SPI
rlogiacco/CircularBuffer

View File

@@ -1,4 +1,4 @@
#include "MyENcoder.h"
#include "MyEncoder.h"
MyEncoder::MyEncoder(TIM_TypeDef *_tim_base, uint8_t _indexPin, void irq(void))
{

View File

@@ -65,7 +65,7 @@ The THCAD board reads the voltage between
the plasma torch and the workpiece which is around 100V. Highly isolated, and with
a voltage to frequency converter it delivers a differential pwm signal.
The frequency of this signal can be related to the voltage.\
That's what is needed for linuxcnc torch height control.\
That's what is needed for linuxcnc torch height control.
In the tests on the bench this can read at least up to 200 kHz, but its's better to be below 100 kHz.
The THCAD has a frequency divider one can set to make the frequency range nicely match this.