Advanced Search

Search Results (Searched for: )

  • 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.)
  • langdons
  • langdons
05 Mar 2025 18:02

Should I just suck it up and buy a good stepper driver?

Category: Driver Boards

Any clue why adding fast diodes would cause them to blow up?

IT WILL NOT!
Unless you reverse polarity.
I wonder where are you getting such wrong info from and why are you so stuck at diodes ...
-
Are you aware that miss wiring the stepper motor will blow the drive?
The "fuses" you mention, are NOT fuses, they are resistors used for current limiting in the drives.
Also mentioned before, do NOT cut the drive power on the DC side, ever, meaning, if you wire the drive and motor and use any power supply that is already powered, then touch/wire the DC power to the drives = they are dead in most cases.
 

When I say fuse, I definitely mean fuse.

A 10A SMD fuse, to be exact.
  • 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.
  • unknown
  • unknown
05 Mar 2025 17:18

Built In Wifi Not Working Raspberry Pi 5 and 2.9.4

Category: General LinuxCNC Questions

I don't know where you saw the info about the setup wizard, but this is absolutely wrong.
As the image is essentially Debian Bookworm you can use the below link to get an idea. Also there is a large sticky thread related to the RPi images, in the Installing Linuxcnc heading.
What other image are you referring to ?

wiki.debian.org/NetworkConfiguration
  • ihavenofish
  • ihavenofish
05 Mar 2025 17:10
Replied by ihavenofish on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

I'm still waiting to see these in proper functional use on a machine too.
These are very appealing to spec on my machine, but I want someone else to make sure it works first, hahaha.
Displaying 8956 - 8970 out of 24528 results.
Time to create page: 0.270 seconds
Powered by Kunena Forum