Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
05 Mar 2025 19:51
Replied by PCW on topic X axis following Y axis

X axis following Y axis

Category: Advanced Configuration

For just a straight cut-off operation I think this is doable in hal.
(the unroll is done in hal, then the cut-off is just at the beginning of the Gcode)

If you want diagonal or other fancier cuts that gets trickier. I also expect that
the unroll operation would be less accurate than normal joint motions and
possibly unidirectional. It also needs to rehome when done.

 
  • PCW
  • PCW's Avatar
05 Mar 2025 19:12 - 05 Mar 2025 19:13
Replied by PCW on topic Lathe spindle index only?

Lathe spindle index only?

Category: Basic Configuration

It has been done (using interpolated position) but depends on very good
speed control of the spindle vs load, since you are essentially "flying blind"
for 1 whole turn.

With the software encoder you would connect the external index pin
to both 'A' and 'index' of the encoder component and set the encoder
component to counter mode.

A small improvement to deal with just one sensor would be to have a 1/2 disk
so you can get 2 counts per turn.
  • my1987toyota
  • my1987toyota's Avatar
05 Mar 2025 19:05
Replied by my1987toyota on topic Hurricane Milton

Hurricane Milton

Category: Off Topic and Test Posts

Keep us updated, if possible, and take care.
 

+1
  • Aciera
  • Aciera's Avatar
05 Mar 2025 19:00
Replied by Aciera on topic Lathe spindle index only?

Lathe spindle index only?

Category: Basic Configuration

An index pulse alone is not enough you also need a pulse train signal like an encoder channel to track the spindle velocity:
linuxcnc.org/docs/html/examples/spindle.html
  • vre
  • vre
05 Mar 2025 18:59
Replied by vre on topic X axis following Y axis

X axis following Y axis

Category: Advanced Configuration

Can roller with 0-10v inverter be V axis for example and unrolling handled in gcode?
Any better appproach?
  • Aciera
  • Aciera's Avatar
05 Mar 2025 18:49
Replied by Aciera on topic Unser Plasmatisch “Hevy-Metal

Unser Plasmatisch “Hevy-Metal

Category: Show Your Stuff

Moved the post with the second batch of images in here.
  • PCW
  • PCW's Avatar
05 Mar 2025 18:42
Replied by PCW on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

Yes, you don't need the hal encoder comp at all and unless you have a base thread
(not practical with an Ethernet connected device), the hal component will be quite slow.
  • NT4Boy
  • NT4Boy
05 Mar 2025 18:40 - 05 Mar 2025 18:40
Replied by NT4Boy on topic HURCO KMB-1 Control Update

HURCO KMB-1 Control Update

Category: Milling Machines

Oh dear..My poor old brain.
So, the MPG is connected to the correct pins, but the input designation I should be using is perhaps hm2_7i92.0.7i73.0.2.enc0.count to get access to the high speed values?

So take the encoder count stuff out of the hal thread and instead couple
net mpg-out ilowpass.0.in <= hm2_7i92.0.7i73.0.2.enc0.count
  • TangentAudio
  • TangentAudio
05 Mar 2025 18:24 - 05 Mar 2025 18:25
Replied by TangentAudio on topic Commander SK VFD

Commander SK VFD

Category: General LinuxCNC Questions

I doubt this is all that helpful, but I did write a custom VFD module for a Commander SK over RS485/modbus, about a dozen years ago (for LinuxCNC 2.6 .. ancient stuff).  Here is the code, in case there's any value for you:

github.com/tangentaudio/cmdrsk_vfd

I'm going to revamp that machine soon and I most likely would choose one of the methods you're thinking about rather than stick with a custom component.
 
  • jtrantow
  • jtrantow
05 Mar 2025 18:14 - 05 Mar 2025 18:17
Commander SK VFD was created by jtrantow

Commander SK VFD

Category: General LinuxCNC Questions

The cheap spindle on my router has failed (frozen water cooling damage???). I have a nicer spindle and a Commander SK VFD on the shelf that I planned on using as an upgrade. I use the gs2-vfd component for my router and mill and I use PWM with a Minarik inverter to control my lathe. I prefer the serial communications for controlling and monitoring the VFD. The new spindle and Commander work up to 1000hz, the GS-2 only goes to 400hz or I would have stuck with that. I do have the "Advanced User Guide for the Commander SK" that lists all the parameter to register mappings, but I need to decide on components to replace gs2-vfd.

It appears the choices are:
1) mb2hal (standard linuxcnc component)
2) vfdmod (unsupported???)
3) classic ladder (probably overkill for what I need)
4) mesa modbus (7i92)

Question #1 Can anyone can share a working Commander SK mb2hal setup.

Question #2 Is there any advantage to using a mesa serial port over the computer rs232 port for communication with VFDs? I currently use RS232 to RJ12 cables between computer and VFDs. 



 
  • cmorley
  • cmorley
05 Mar 2025 18:07
Replied by cmorley on topic Custom Panel

Custom Panel

Category: AXIS

Looks like you are using Qtaxis?
Looks like you are modifying the screen rather then embedding a custom panel?

You would need to follow Qtvcp docs for Qtaxis modifications. I can help once you confirm what you are doing.
  • Todd Zuercher
  • Todd Zuercher's Avatar
05 Mar 2025 18:04
Replied by Todd Zuercher on topic Custom Panel

Custom Panel

Category: AXIS

The instructions in the manual are what you should follow for building or modifying a configuration.

Stepconfig, is a wizard application for creating basic machine configurations. It asks you questions and you fill in the answers about your machine config, then it builds the configurations files (*.hal, *.ini ...) for you. The end result being a set of machine config files that might work for you, or be a stepping off point giving you a framework to create a more complex configuration from.

PS once you've created a config using one of the wizards, if you make manual hand modifications to the config files, do not try to make changes using the wizards. Because the wizards do not look at the existing config files for info, any previous changes to them will be lost and overwritten. (They work from other files that are not used for running Linuxcnc.)
  • PCW
  • PCW's Avatar
05 Mar 2025 17:40 - 05 Mar 2025 17:42
Replied by PCW on topic Ethernet Settings for Raspi4

Ethernet Settings for Raspi4

Category: Installing LinuxCNC

As others have mentioned, you definitely do not want DHCP and you do
need to set a static address.

You might try this:

       auto eth0
       iface eth0 inet static
           address 10.10.10.100
           netmask 255.255.255.0

DO NOT set a gateway or nameservers

 
  • LCR
  • LCR
05 Mar 2025 17:31

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

They do seem to work. I've spent about 3 hrs tuning these so far. I'll have a hopefully final go next week. I've got 4 1kw servos (gantry). There are enough details in the manual to do the tuning. The velocity feed forward from Linux Cnc really helps with following error to a ramp, which is what I'm testing. I wish there was a way to restart communication without restarting the drives. It is tedious using the buttons on the drives. If I get a satisfactory procedure I'll write it up.
  • tommylight
  • tommylight's Avatar
05 Mar 2025 17:19
Replied by tommylight on topic Ethernet Settings for Raspi4

Ethernet Settings for Raspi4

Category: Installing LinuxCNC

We can not give you exact settings as you did not reply to our questions, so go back, read and reply.
Displaying 18241 - 18255 out of 18524 results.
Time to create page: 0.448 seconds
Powered by Kunena Forum