Advanced Search

Search Results (Searched for: )

  • liutas4x4
  • liutas4x4
Today 21:29 - Today 21:30
Replied by liutas4x4 on topic M codes for a second spindle?

M codes for a second spindle?

Category: General LinuxCNC Questions

Sounds good. I will try it. Thank you.
  • tommylight
  • tommylight's Avatar
Today 21:07
Replied by tommylight on topic Mesa 7i73 auf analog in + encoder mode stellen

Mesa 7i73 auf analog in + encoder mode stellen

Category: HAL

Das ist fuhr die Mesa 7i77,
# Include your custom HAL commands here
# This file will not be overwritten when you run PNCconf again
######################################################
## Feed-Override
## mit Poti
######################################################
loadrt mux_generic config=fs2
addf   mux-gen.00 servo-thread

setp [HMOT](CARD0).7i77.0.0.analogin0-scalemax 350
setp halui.feed-override.direct-value true
setp halui.feed-override.count-enable true
setp halui.feed-override.scale 0.01
setp mux-gen.00.in-float-00 100
    
net feedpot-raw    mux-gen.00.in-float-01  [HMOT](CARD0).7i77.0.0.analogin0
net machine-is-on  mux-gen.00.sel-bit-00
net feedpot-mux    mux-gen.00.out-s32      halui.feed-override.counts
  • Hakan
  • Hakan
Today 20:38
Replied by Hakan on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

Had a milling session, not very long. XHC didn't crash. Doesn't say much, so I'll continue using libusb_fill_interrupt_transfer().

Ok no testing. Interesting to see how it goes, and if the firmware in the dongle is to blame.
  • tommylight
  • tommylight's Avatar
Today 20:36
Replied by tommylight on topic M codes for a second spindle?

M codes for a second spindle?

Category: General LinuxCNC Questions

Try
M3 $1 S1000
Since LinuxCNC 2.8 (i think) there is built in support for multiple spindles, the $n should be the G-code controlling the spindle number where n is the spindle number starting from 0 (zero), so $0 is the default first spindle, then $1 is the second spindle, etc.
linuxcnc.org/docs/html/examples/spindle.html
linuxcnc.org/docs/stable/html/gcode/othe...ec:set-spindle-speed
  • tommylight
  • tommylight's Avatar
Today 20:28
Replied by tommylight on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

... I prefer to call the USB part the dongle and the actual handheld device the pendant.

That is the usual naming since the dawn of "security dongles" started by software companies to prevent copying software and later adopted by some banks, and naming them something else... forgot what exactly, but dongle prevailed.
  • Finngineering
  • Finngineering
Today 19:54
Replied by Finngineering on topic XHC WHB04B development?

XHC WHB04B development?

Category: General LinuxCNC Questions

Yes, unless somebody have better terms, I prefer to call the USB part the dongle and the actual handheld device the pendant. In case of the wired version, I would presume all logic is in the pendant and the "USB part" is only a connector.

The problem for everybody else than myself is that you might have different hardware/firmware version. And if you overwrite the factory firmware with this new firmware, you can no longer go back, because you don't have the factory firmware. I could give you the factory firmware that was in my dongle, but it could be different than what is in yours. The firmware can be extracted (like I have done), but its tedious.

Anyway, I think its a little bit early for public beta testing. I will make some improvements and see if it appears stable over time. Maybe there could be some way to do at least a partial readout/verification of the factory firmware through USB.
  • NT4Boy
  • NT4Boy
Today 19:53
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

Missing file
  • liutas4x4
  • liutas4x4
Today 19:52
Replied by liutas4x4 on topic M codes for a second spindle?

M codes for a second spindle?

Category: General LinuxCNC Questions

Checked. It was about relays and laser, nothing about rotation of the motor with preset speed, like M3 S1000.
  • NT4Boy
  • NT4Boy
Today 19:49 - Today 19:51
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

I fought the non existent pin in my spindle control hal until I found out that 
hm2_7i92.0.encoder.N.index‑enable isn’t just a plain input pin. Not realy sure what I mean by that, but I cannot use 'normal' signal and pin logic, but I can set it with a setp halcmd which for now is a start.
The top trace shows the index enable being set, then encountering the index pulse, which unsets it, meanwhile the orient.0.poserr also gets reset and increases until the next manual reset, but the poserr values are not making much sense to me. The bottom of the sawtooth is -5398 and as time passes this figure increases towards zero and in fact eventually into positive, Can anyone explain these values please?  [attachment=74653]poserr.png[/attachment]
  • Hakan
  • Hakan
Today 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
Today 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
Today 19:06 - Today 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
Today 19:03 - Today 19:12
Replied by tuxcnc on topic Cannot clear E-STOP, without error

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
Today 18:34 - Today 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
Today 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
Displaying 1 - 15 out of 18752 results.
Time to create page: 0.301 seconds
Powered by Kunena Forum