Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
23 Feb 2026 19:30
Replied by Hakan on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

Dongle is the thing we put in the usb port, right? 
What do I need to test?

You are miles ahead with knowledge about this device. I'll help were I can, like testing.
  • Finngineering
  • Finngineering
23 Feb 2026 19:14
Replied by Finngineering on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

Here is the dongle firmware I am developing:
github.com/finngineering/whb04b

I would say it is mostly working. However, there are some things I would still like to improve. And for sure it needs some more long-term testing. But I do think this has the potential to be better than the factory firmware in almost every way.
  • jtrantow
  • jtrantow
23 Feb 2026 19:06 - 23 Feb 2026 19:08

hm2_modbus pktuart, probably a firmware request?

Category: General LinuxCNC Questions

I'm making some progress with pktuart approach. I updated my lathe firmware with 7i96_pktv3d.bit and I can see the pkuart pin assignments on the 7i96.

I simplified my config (7i85S encoders aren't available with this firmware) and I can get my config to load. Later today I will make a connector and try it out.

I did experienced a problem with TWOPASS. When I enable TWOPASS in the GS10 example, the parameters to loadrt hm2_eth and hm2_modbus get messed up???

This problem can be duplicated by adding TWOPASS to the .ini inside gs10.zip from forum.linuxcnc.org/10-advanced-configura...20File%20Size:5%20KB.

Enabling TWOPASS with the ini variables fails if TWOPASS is enabled.
loadrt [HOSTMOT2](DRIVER) config=[HOSTMOT2](CONFIG)
loadrt hm2_modbus ports=[MODBUS](PORTS) mbccbs=[MODBUS](MBCCBS)
If I don't use the substituion, the hm_gs10 example config loads with TWOPASS.
loadrt hm2_eth board_ip="10.10.10.10" config="num_encoders=1 num_stepgens=5"
loadrt hm2_modbus ports=hm2_7i96.0.pktuart.0 mbccbs=gs10.mbccb
  • tuxcnc
  • tuxcnc
23 Feb 2026 19:03 - 23 Feb 2026 19:12
Replied by tuxcnc on topic Remora - Cannot clear E-STOP, without error

Remora - Cannot clear E-STOP, without error

Category: Basic Configuration

  • [b]Configuration is default remora:[/b]
  • [b][code]net user-enable-out <= iocontrol.0.user-enable-out => remora.SPI-enable
    [/code][/b]
  • [b][code]net user-request-enable <= iocontrol.0.user-request-enable => remora.SPI-reset
    [/code][/b]
  • [b][code]net remora-status <= remora.SPI-status => iocontrol.0.emc-enable-in
    [/code][/b]

I did it a long time ago and unfortunately I don't remember...
But I think I had the same problem.
My configuration looks like this:
# estop and SPI comms enable and feedback

#  net user-enable-out     <= iocontrol.0.user-enable-out          => remora.enable
#  net user-request-enable <= iocontrol.0.user-request-enable      => remora.reset
#  net remora-status       <= remora.status            => iocontrol.0.emc-enable-in

loadrt estop_latch
addf estop-latch.0 servo-thread
net estop-loopout       iocontrol.0.emc-enable-in  <= estop-latch.0.ok-out
net user-enable-out     iocontrol.0.user-enable-out  => remora.enable
net estop-loopin        remora.status  => estop-latch.0.ok-in => estop-latch.0.reset
net estop-reset         iocontrol.0.user-request-enable => remora.reset
net remote-estp         estop-latch.0.fault-in  <= remora.input.12.not
This is Remora via Ethernet, but the differences are probably cosmetic.
  • AlessandroEmm
  • AlessandroEmm
23 Feb 2026 18:34 - 23 Feb 2026 19:06

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

They were actually 10cm, now they are closer to 4. :-) Unfortunately wasnt the (root) cause of my issues.
  • T_D
  • T_D
23 Feb 2026 18:15

Mesa 7i73 auf analog in + encoder mode stellen

Category: HAL

Es hat super funktioniert bzw bei sserialport1 hat der die ganze zeit beim start einen fehler geschmissen also hab ich sserial 0 auf 222222222 gesetzt und es geht ,ich bekomme die Vorschub und Spindel override slider nicht mit den analogwerten verbunden ich kann in der hal sehen dass sich die Werte ändernbekomme das aber nicht so hin , dass dann auch die slider angestesteuert werden also da ändert sich nichts bei dem Wert der overrides , eventuell kann da ja wer mal ein Beispiel hal Teil schreiben welcher mir dort weiterhilft , gruß Tom
  • Juxus
  • Juxus
23 Feb 2026 18:10
Replied by Juxus on topic Mesa 7i96S bad start

Mesa 7i96S bad start

Category: Driver Boards

Thanks PCW! I replace the diode and board works again :)
  • andrax
  • andrax's Avatar
23 Feb 2026 17:57
Replied by andrax on topic Remora - Cannot clear E-STOP, without error

Remora - Cannot clear E-STOP, without error

Category: Basic Configuration

Hi,

I think you have a syntax error.
setp iocontrol.0.emc-enable-in 1
  • ihavenofish
  • ihavenofish
23 Feb 2026 17:44
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

Pretty awesome machine! And you're local to me.( I see your base machine on Kijiji ;)


 

Ha, nice. thanks.
  • Finngineering
  • Finngineering
23 Feb 2026 16:49
Replied by Finngineering on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

I flashed back the factory firmware to the dongle for some tests. With no program polling the pendant, pushing buttons and rotating knobs makes the dongle disconnect faster than if left alone. Somewhat surprisingly, turning the jog wheel makes the dongle reconnect faster than if left alone. So if you continuously spin the wheel, the disconnect/reconnect cycle will be much faster. I have not tried to check why, nor do I think it matters much in the end.

Also my pendant shows the F: and S: properly, so maybe it's something with the wired version. For debugging, I think the second best to a hardware USB analyser is Wireshark. It's pretty easy to monitor the USB requests/replies, and I can help with "setup" if needed. URB_INTERRUPT in is the data from the pendant and SET_REPORT is the data to the pendant (split up into 3 parts).

Yes, the STM32G030C8T6 could be replaced. Or reprogrammed in place, because that is not protected. But without the factory firmware, it's more difficult to figure out how to drive the display and the RF module. Although now that I have the dongle firmware somewhat working, the RF part for the pendant is probably pretty much the same.

The dongle mostly translates between USB on one side and 433MHz RF on the other. The microcontroller (at least in my dongle) is a CH554 and the RF module is a HW3000.
  • 2tinker
  • 2tinker
23 Feb 2026 16:19
Replied by 2tinker on topic AMB FME-U 1400 DI

AMB FME-U 1400 DI

Category: Deutsch

@Waggi : Noch einmal Danke für deine Antwort.

Bis es soweit ist, dass ich eine Spindel an meine Maschine schraube, vergeht sicherlich noch einige Zeit.Optimistisch gesehen Ende des Jahres.
Um einzuschätzen, was die Mechanik dann letztendlich kann, fehlt mir die Erfahrung. Alles in allem denke ich aber, da geht schon was.

Ja, der Bau macht Spaß, aber wenn es sich vermeiden lässt, belasse ich das "Lehrgeld" lieber im Material-Budget.

Für mich kommt eine Werkzeugaufnahme per Druckluft nicht in die Auswahl. Es scheint ja so, dass es nicht nur einfach einen Kompressor braucht.
  • AlessandroEmm
  • AlessandroEmm
23 Feb 2026 15:47
Remora - Cannot clear E-STOP, without error was created by AlessandroEmm

Remora - Cannot clear E-STOP, without error

Category: Basic Configuration

Setup:
  • LinuxCNC with Remora SPI controller
  • 4-axis gantry configuration (XYYZ - dual Y motors)
My System is stuck in E-STOP state and cannot be cleared with F1 or any other method in Axis. F2 (Machine On) is greyed out all the time. The HAL states look fine from Remora side, thus i'm pretty certain that my issue is with some state/config that is LinuxCNC core. I tried other Frontends like gmoccapy and they behave pretty much the same except that they seem to have some timeout on e-stop blockage and claims that something external is blocking it while axis is keeping at it and never times out, but nothing ever changes even after minutes.

I have endstops configured too, but still tried no_force_homing to ensure its not a problem with endstops.

Some Infos about my setup:HAL Pin States:
iocontrol.0.emc-enable-in = TRUE (from remora.SPI-status)
iocontrol.0.user-enable-out = TRUE
iocontrol.0.user-request-enable = FALSE (never changes)
remora.SPI-status = TRUE
remora.SPI-enable = TRUE
motion.enable = TRUE
motion.motion-enabled = FALSE
HAL Configuration is default remora:
net user-enable-out <= iocontrol.0.user-enable-out => remora.SPI-enable
net user-request-enable <= iocontrol.0.user-request-enable => remora.SPI-reset
net remora-status <= remora.SPI-status => iocontrol.0.emc-enable-in

INI Configuration:
[TRAJ]
JOINTS = 4
NO_FORCE_HOMING = 1
COORDINATES = XYYZ

[KINS]
JOINTS = 4
KINEMATICS = trivkins coordinates=XYYZ kinstype=BOTH

[EMCMOT]
SERVO_PERIOD = 5000000
TRAJ_PERIOD = 5000000
BASE_PERIOD = 0

[TASK]
TASK = milltask
CYCLE_TIME = 0.010
 What is interesting is that noticed on click of e-stop the previously greyed out box of override limits becomes clickable.

Thanks for any help,
Alessandro
  • Nathan40
  • Nathan40
23 Feb 2026 15:22

Integrating a BCL-AMP capacitive sensor to LinuxCNC

Category: Plasma & Laser

Thank you for your response. Please let me know if we can reduce the cut amps of qtplasmac. It is not allowing to reduce from 25. With a scale of 20 of pwmgen, its firing at 80% duty cycle.
  • MikkelRS
  • MikkelRS's Avatar
23 Feb 2026 15:14
Replied by MikkelRS on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

Pretty awesome machine! And you're local to me.( I see your base machine on Kijiji ;)
  • Stormbird
  • Stormbird
23 Feb 2026 13:49
Replied by Stormbird on topic looking for Mesa 7I76E card

looking for Mesa 7I76E card

Category: User Exchange

I have one unused, never connected, bought from Mesa in California in 2017, been sitting in a drawer in my desk ever since. Oxford, UK for £150 please
Displaying 106 - 120 out of 18679 results.
Time to create page: 0.224 seconds
Powered by Kunena Forum