Advanced Search

Search Results (Searched for: )

  • Surmetall
  • Surmetall's Avatar
03 Jul 2025 18:52

Announcing Deckard: StreamDeck support for LinuxCNC

Category: Show Your Stuff

Hello all,

i really like the idea of using a Streadeck for CNC-Machines. i think it opens endless possibilities and is quite handy
Thank you for your great work, I will try it as soon as possible!

I plan to use it on my cnc lathe.
Hardware of the Handwheel/Keyboard is ready now :)



forum.linuxcnc.org/26-turning/55587-wema...rcat?start=10#331177



greetings 
Tom
  • Surmetall
  • Surmetall's Avatar
03 Jul 2025 18:45

WEMAS MT 32 CNC Lathe -> LinuxCNC - Mesa or EtherCAT?

Category: Turning

Hardware of the Handwheel/Keyboard is ready now :)










  • Johnnysacalu
  • Johnnysacalu
03 Jul 2025 18:34 - 03 Jul 2025 18:36
Replied by Johnnysacalu on topic Configuración thcad2 con mesa 7i96s

Configuración thcad2 con mesa 7i96s

Category: General LinuxCNC Questions

Si la resistencia es de 2,4 Mohm la medi para asegurar pero si le doy la vuelta a los cables del multimetro me da -145V en negativos 

todos esos valores son cortando el material 
  • meister
  • meister
03 Jul 2025 18:13
  • PCW
  • PCW's Avatar
03 Jul 2025 18:13

scaling for machine units per second at 10V

Category: General LinuxCNC Questions

52 IPS sounds really fast, what kind of machine is this?
  • PCW
  • PCW's Avatar
03 Jul 2025 18:01
Replied by PCW on topic Configuración thcad2 con mesa 7i96s

Configuración thcad2 con mesa 7i96s

Category: General LinuxCNC Questions

If the external resistor value is correct (2.4M) that's not
possible. It may be that there is enough RFI/EMI that
the voltmeter is malfunctioning.
  • PCW
  • PCW's Avatar
03 Jul 2025 17:52
Replied by PCW on topic Rote LED

Rote LED

Category: Deutsch

Not sure why you are getting dropped packets, might be hardware related
though the NUC didn't drop packets. 
  • Hakan
  • Hakan
03 Jul 2025 17:39 - 03 Jul 2025 17:40

PID tuning when you have a tuned Servo in CSP mode?

Category: EtherCAT

One line of thought, not the only one for sure, is to run the servo without a linuxcnc control loop. The drive tuning is what determines the precision.

There is unfortunately a delay in the linuxcnc Ethercat loop of one or two cycles, I think two.
So the actual position is old already. At high travel speeds the following error can be two cycles times multiplied by the speed off.
Without it being wrong in any way, just by delays.
  • HansU
  • HansU's Avatar
03 Jul 2025 17:15
Gmoccapy 3.5.1 was created by HansU

Gmoccapy 3.5.1

Category: Gmoccapy

New Version on the way - now the chance to work in your comments...

github.com/LinuxCNC/linuxcnc/pull/3494
  • Johnnysacalu
  • Johnnysacalu
03 Jul 2025 16:01
Replied by Johnnysacalu on topic Configuración thcad2 con mesa 7i96s

Configuración thcad2 con mesa 7i96s

Category: General LinuxCNC Questions

Ahora otra pregunta yo mido con un multimetro la salida del plasma la que va al thc lo mido en DC y me da mas de 600V que es en maximo de mi multimetro asi que no se cuanto exactamente, tengo una resistencia de 2,4 mohm en serie en el “negativo” si mido después de la resistencia me da 104V.

Que tengo que hacer?
  • cmorley
  • cmorley
03 Jul 2025 15:54 - 08 Jul 2025 01:16
Replied by cmorley on topic Import pin value in handler.py

Import pin value in handler.py

Category: Qtvcp

No.
to write to a pin you made in qtdragon handler depends on how you made a reference to it.
for instance if you created the pin like this:
self.myPin = QHAL.newpin("MyPin", QHAL.HAL_BIT, QHAL.HAL_OUT)

then you could use:
self.myPin.set(True)

or it you didn't keep a reference to the pin (the 'self.myPin' part)
self.h.myPin.set(True)

To write to a system pin directly (it can't be connected to anything)
QHAL.setp('qtdragon.myPin','1')

or
self.h.hal.set_p("qtdragon.myPin","1")
  • tommylight
  • tommylight's Avatar
03 Jul 2025 15:31
Replied by tommylight on topic homing with Phase Z encoder on MESA 7i96s

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

Topic separated, finally.
@JackRay,
Please refrain from tainting existing topics with unrelated content, start a new topic next time.
Thank you.
  • Tim Bee
  • Tim Bee
03 Jul 2025 15:27

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Dear meister:
 when I updated RIO, I got error:

riocomp.c: In function ‘register_signals’:
riocomp.c:692:52: error: ‘data_t’ has no member named ‘SIGIN_QUADENCODERZ0_INDEXOUT_INDEX_RESET’; did you mean ‘SIGIN_QUADENCODERZ0_INDEXOUT_not’?
  692 |     if (retval = hal_pin_bit_newf(HAL_OUT, &(data->SIGIN_QUADENCODERZ0_INDEXOUT_INDEX_RESET), comp_id, "%s.quadencoderz0.indexout-reset", prefix) != 0) error_handler(retval);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                    SIGIN_QUADENCODERZ0_INDEXOUT_not
riocomp.c:694:52: error: ‘data_t’ has no member named ‘SIGIN_QUADENCODERZ0_INDEXOUT_INDEX_WAIT’; did you mean ‘SIGIN_QUADENCODERZ0_INDEXOUT_not’?
  694 |     if (retval = hal_pin_bit_newf(HAL_OUT, &(data->SIGIN_QUADENCODERZ0_INDEXOUT_INDEX_WAIT), comp_id, "%s.quadencoderz0.indexout-wait", prefix) != 0) error_handler(retval);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                    SIGIN_QUADENCODERZ0_INDEXOUT_not


Tim
 
  • tommylight
  • tommylight's Avatar
03 Jul 2025 15:26 - 03 Jul 2025 15:28

Tuning stepper motors with encoder or glass scale feedback

Category: Advanced Configuration

Moved and separated
-
Do NOT post random stuff here. Thank you.
  • PCW
  • PCW's Avatar
03 Jul 2025 15:11

homing with Phase Z encoder on MESA 7i96s

Category: Advanced Configuration

Can you:

1. Post your current hal and ini files

2. When homing B use halshow to watch joint.3.index-enable
and report it's behavior

joint.3.index-enable should get set true (yellow) when B homing starts
and get cleared at the index
Displaying 14326 - 14340 out of 15148 results.
Time to create page: 1.212 seconds
Powered by Kunena Forum