Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
15 Mar 2025 00:04
Replied by cmorley on topic QTDragon_hd won't display a larger file.

QTDragon_hd won't display a larger file.

Category: Qtvcp

try adding to the INI:
[DISPLAY]
GRAPHICAL_MAX_FILE_SIZE = 40
  • atrex77
  • atrex77's Avatar
14 Mar 2025 23:40

Developing a Raspberry Pi Pico-based I/O Board for LinuxCNC

Category: General LinuxCNC Questions

i have options to push the poll rate even further with PIO&DMA + using the W5100s interrupt pin.I won't be bored for a few days. :)
  • PCW
  • PCW's Avatar
14 Mar 2025 23:36
Replied by PCW on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

You can low pass filter the outputs
Also for noise and stability I would

1. Run the pots from the 7I73s 3.3V if you can
(Since this is the 7I73s analog input reference the reading
will be ratiometric, so a change in the 3.3V will not change the reading)

2. Low pass filter the inputs at the 7I73 (say with a 0.1 uF capacitor to 7I73 ground)

3. Low pass filter the analog hal signal (a 1 LSB  dither is expected with almost any
A-D at least at some (halfway between) input levels)
  • PCW
  • PCW's Avatar
14 Mar 2025 22:58
Replied by PCW on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

That does not set the rate though, what I did for testing was:

                if (inst->hal->rate > .001) {
                    timer = 1e9 / inst->hal->rate;
                }  else {
                    timer = 1e9 / 1000;  # 1 ms
                }      
 
 
  • PCW
  • PCW's Avatar
14 Mar 2025 22:54
Replied by PCW on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

Those *.tmax times are in CPU clock cycles and probably OK
if the CPU is ~3 GHz
  • tommylight
  • tommylight's Avatar
14 Mar 2025 22:50
Replied by tommylight on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

First thing, get some thermal paste to put on that processor, and the one before it, both are getting very hot doing not much, some Intel processors will start throttling at 63C, some a bit later, but nearly 70 you are getting seems to high with such medium load.
  • vre
  • vre
14 Mar 2025 22:49
Replied by vre on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

try this to mesa_modbus.c.tmpl i think works?
// timer = 1e9 / inst->hal->rate;
timer = (inst->hal->rate == 0) ? 0 :1e9;
Displaying 18181 - 18187 out of 18187 results.
Time to create page: 0.558 seconds
Powered by Kunena Forum