Advanced Search

Search Results (Searched for: )

  • SteveCap
  • SteveCap
27 Feb 2025 00:04

Issues with EtherCAT linuxcnc driver installation

Category: EtherCAT

Hakan, This appears exactly as the issue I am having. I can say that I also have linuxcnc-ethercat installed from the repo. Also I would have just posted here if I knew his error was the same, sorry for clogging things up.

Steve Cap
  • SteveCap
  • SteveCap
26 Feb 2025 23:59
Replied by SteveCap on topic EtherCAT XML Configuration help (Elmo drive)

EtherCAT XML Configuration help (Elmo drive)

Category: EtherCAT

Thank you for all the help so far. I've been running into an issue and feared it may have been caused by my fumbling earlier on and some weird state I may have put the installation into. To resolve this, I started a fresh install from current ISO and so far it has been much smoother given that I have a little more understanding. However, I have still ended up getting stuck at the same place, lol. I have included a screenshot and some config files to assist troubleshooting. 

Thanks, 

Steve Cap 

File Attachment:

File Name: linuxcnc_print.txt
File Size:1 KB

File Attachment:

File Name: linuxcnc_debug.txt
File Size:0 KB

File Attachment:

File Name: ethercat-c...2-26.xml
File Size:5 KB

File Attachment:

File Name: cia402.hal
File Size:5 KB

File Attachment:

File Name: cia402.ini
File Size:4 KB
  • rodw
  • rodw's Avatar
26 Feb 2025 23:33

Closed loop stepper error input hal question

Category: Basic Configuration

joint.N.amp-fault-in IN BITShould be driven TRUE if an external fault is detected with the amplifier for this joint.
  • NtroP
  • NtroP's Avatar
26 Feb 2025 23:23
Replied by NtroP on topic Looking for advice retrofitting older CNC

Looking for advice retrofitting older CNC

Category: Driver Boards

Hmmm... Can't figure out how to edit a post. Here's an image of the controller
  • 109jb
  • 109jb
26 Feb 2025 23:23 - 27 Feb 2025 01:55

Closed loop stepper error input hal question

Category: Basic Configuration

Hi all. I am trying to figure out the last step of configuring my machine. For background, I am using a Raspberry Pi 4b with the current LinuxCNC image from the downloads section. The RPi is connected to a Byte2Bot parallel hat which is in turn connected to a parallel port breakout board. I have managed to figure out all of the step, direction, and limit switch stuff and now have a machine that moves, homes, etc.

The final thing I want to do is define an input to LinuxCNC to stop motion if one of my closed loop stepper motors throws a fault. Essentially like hitting the E-stop. The stepper drivers each have a fault output pin and all of these fault outputs from the drives are wired to parallel port pin 10 of the BOB. This should be GPIO 25 (GPIO connector pin 22). For everything else I have done I have used templates and just been able to change pin numbers. I believe the hal entries would look something like this:

net driver-fault <= hal_gpio.GPIO25-in
net driver-fault => iocontrol.0.emc-enable-in

I believe this would result in a stepper driver fault essentially tripping the emergency stop.  I don't have a way to test this right at the moment and was wondering if someone could take a look and see if my thinking is correct?

Thanks,

John B 
  • NtroP
  • NtroP's Avatar
26 Feb 2025 23:18

Looking for advice retrofitting older CNC

Category: Driver Boards

Greetings.

I'm new to linuxCNC (and CNC in general). I've been "gifted" a Stinger CNC after the owner upgraded to a newer machine because he was having problems with the software on this one. It came with an OLD tower PC running WinXP and WinCNC. This was connected via parallel port to another box that housed the controller and other electronics like the emergency shutoff switch, etc.  The controller it uses is a Testra 4x483Q.  I've purchased a mini-pc with a parallel port and loaded linuxCNC on it. I've begun trying to get it configured to talk to the controller but it's not natively compatible and it's been giving me some issues. Frankly, I'd just as soon put new controllers into the box that are natively supported by LinuxCNC but before I go spending hundreds of dollars on what would be a stab in the dark for me, I thought I'd ask for some advice.  Oh, I've also purchased a 3-phase, 220V (chinesium) spindle with an H100-series "High Performance Vector Control Inverter" to replace the router it came with so I'd like/need to be able to control that as well.  Any help or advice you can offer will be appreciated. Do I keep fighting with getting the old controller to talk to LinuxCNC or do I get a new set of controllers, power supplies, etc that are known to work with LinuxCNC and build it back up myself (and hopefully learn something along the way?). Recommendations for controllers and power supplies would be great.

Thanks!

  • Dee436
  • Dee436
26 Feb 2025 22:56
Replied by Dee436 on topic QtPlasmac problems

QtPlasmac problems

Category: Plasmac

Thanks PCW.

At the moment all that’s in the kernel command line is quiet
I had previously tried to add an isolcpus=2, 3 using grub-Customizer but it messed up somehow and was forcing it to boot into tty which took a little time to work out and resolve.
I will add the power management in the file manually tomorrow and see if that resolves it. The pings are all low but as you say something must happen that causes some latency every so often
  • rodw
  • rodw's Avatar
26 Feb 2025 22:26
Replied by rodw on topic StepperOnline A6 Servo

StepperOnline A6 Servo

Category: EtherCAT

I'm not surprised I misinterpreted the intent of that pin.  The current state of in-drive homing code and documentation makes it a bit of an "adventure!"

Yes, it is confusing. I tried to use joint.N.is_custom-homing to trigger the cia402 homing input but hal complained about the pin type so had to add a pin of type IO (joint.N.start-homing). I think I could sense homing is done when it is set to zero. But I am getting ahead of myself
  • programador
  • programador's Avatar
26 Feb 2025 22:23
Replied by programador on topic How to increase the Z axis punch speed?

How to increase the Z axis punch speed?

Category: Basic Configuration

Good evening Mr. PCW, everything is fine, I managed to increase the speed, thank you very much. The results of the electronic boards from the manufacturer Mesa were surprising, being able to increase the speed beyond what the machine can support.
Please, can you tell me which HAL configuration component I can use to connect MAX_VELOCITY and MAX_ACCELERATION with a variable in the classicladder or using a UI grid graph in the GMOCCAPY graphical user interface tabs? The machine operator requested to be able to increase and decrease the machine's operating speed without having to change the INI file.
  • rodw
  • rodw's Avatar
26 Feb 2025 21:58 - 26 Feb 2025 21:59

Mesa hm2/hm2_7i96s.0: error finishing read

Category: Driver Boards

dkms builds the drivers from source so you need linux-headers installed for the kernel version you are using. but first you need to
sudo apt purge r8168-dkms

then reboot, then
sudo apt install linux-headers-$(uname -r)
sudo apt install r8168-dkms
Displaying 18616 - 18625 out of 18625 results.
Time to create page: 0.442 seconds
Powered by Kunena Forum