Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
05 Mar 2025 06:26
Replied by rodw on topic Hurricane Milton

Hurricane Milton

Category: Off Topic and Test Posts

Alfred is still coming. Probably about 24 hours away but on track to take a direct hit on a town of 4 million people... We are south of the estimated crossing point but apparently all the wind and rain  is on the south side.

 

Tomorrow will be interesting...
  • ihavenofish
  • ihavenofish
05 Mar 2025 06:18
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

i see. cause i tried ~/dev and it says no such folder
  • rodw
  • rodw's Avatar
05 Mar 2025 06:16

New ethercat / probe basic control for minimonster

Category: CNC Machines

I think you are in the /dev folder, not ~/dev
note the ~ for home folder.
 
  • ihavenofish
  • ihavenofish
05 Mar 2025 06:15
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

thats after this line
git clone github.com/dbraun1981/hal-cia402
  • rodw
  • rodw's Avatar
05 Mar 2025 06:14
  • ihavenofish
  • ihavenofish
05 Mar 2025 06:12
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

thanks

now i get
fatal: could not create work tree dir 'hal-cia402': Permission denied
  • rodw
  • rodw's Avatar
05 Mar 2025 06:09

New ethercat / probe basic control for minimonster

Category: CNC Machines

also you may need
sudo apt install git
  • rodw
  • rodw's Avatar
05 Mar 2025 06:08

New ethercat / probe basic control for minimonster

Category: CNC Machines

try 
sudo apt install linuxcnc-uspace-dev

halcompile is part of the dev package.
  • ihavenofish
  • ihavenofish
05 Mar 2025 05:57
Replied by ihavenofish on topic New ethercat / probe basic control for minimonster

New ethercat / probe basic control for minimonster

Category: CNC Machines

So now I'm stuck at this step. it says git command not found....

If you are using cia402 compatible drives:

cd ~/dev
git clone github.com/dbraun1981/hal-cia402
cd hal-cia402
sudo halcompile --install cia402.comp
  • timo
  • timo
05 Mar 2025 05:52 - 05 Mar 2025 06:02

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

Category: Driver Boards

Been reading this for while, I think you need to reassess what you think you know compared to what you actually know.
Usually the stepper drivers are pretty hardy, the ones I have in my mill are about 15 years old and haven't missed a beat.
I've never heard of anyone having to make modifications.
Some of the early TB6600 drivers weren't as reliable as they should have been, no experience with them myself but many reports of them being that way.
So just settle down, do things the recommended way and don't try to modify things that don't require modification. And if you still insist of doing board level mods consult the data sheets for the components that will be affected. I'm sure this would have resolved the issue of "no flyback diodes".

 
I bought two 2nd hand machines with stepper system. They were pre configured for 4 axis, so I had some spares to kill. Out of the 8 drivers two or three are still working. (so I would say occasional death happens)
At least one or two I probably finished by creating a short when I was "repairing" the machines long time ago.
My guess is that the drivers were running at their limit for a long time and were a little undersized for the motors. (or can something age inside?)
The last year drivers started quitting service one by one. First by making some humming noises during machine start, then eventually stopped working.
Given the prices of new ones, not worth investigating. (but we are still talking 10-15 years, before failure)
  • timo
  • timo
05 Mar 2025 05:30 - 05 Mar 2025 05:32

(not really) New machine geometry for plasma

Category: Plasmac

If you have no space you can mount a Kuka robot on the seiling. :-)


But I think plasma makes some mess, so a big feature is the water tray.
I skipped any ideas of laser or plasma. Laser I find too expensive for my hobby. $$$ and a plasma has to compete with the local laser company that cuts things for a small fee.
  • Masa
  • Masa
05 Mar 2025 04:46
question of Homing was created by Masa

question of Homing

Category: EtherCAT

I am using LinuxCNC+EtherCAT to retrofit an old NC controller in Japan. I am not good at English, so I am posting on the forum using Google Translate.

I apologize if it is difficult to read.

I am currently using an old torque-controlled servo amplifier controlled by Beckhoff's EL5101+EL4132.

The problem is that in Homing, Index-enable is connected to jioint, PID, and Encoder, but when it is moving at the HOME_LATCH_VEL speed, when it seems to detect the C phase of the Encoder, it goes into a runaway state for a moment and immediately goes to the HOME_FINAL_VEL speed.

After Homing ends, the same phenomenon does not occur when Homing is performed again. It only occurs during Homing immediately after powering on.

When I made it with EM7004 before, I was told that I did not connect Index-enable to PID, but this time I am having trouble resolving the problem.

I cannot increase the PID gain because it goes out of control.

I am attaching the INI and HAL. Please let me know if there are any mistakes.

I am using LinuxCNC 2.9.4. The EM7004 system was created with 2.3.2 and has not been upgraded.

I have asked a question on "General LinuxCNC Questions" about whether there is a problem with the PID, but I was unable to find a solution.

Thank you in advance.
sg01@SG01-1015:~$ ethercat slaves
0  0:0  OP  +  EK1100 EtherCAT-Koppler (2A E-Bus)
1  0:1  OP  +  EL5101 1Ch. Inc. Encoder 5V
2  0:2  OP  +  EL5101 1Ch. Inc. Encoder 5V
3  0:3  OP  +  EL5101 1K. Inc. Encoder 5V
4  0:4  OP  +  EL5101 1Ch. Inc. Encoder 5V
5  0:5  OP  +  EL4132 2Ch. Ana. Output +/-10V, 16bit
6  0:6  OP  +  EL4132 2Ch. Ana. Output +/-10V, 16bit
7  0:7  OP  +  EL1088 8Ch. Dig. Input 24V, 3ms, negative
8  0:8  OP  +  EL1088 8Ch. Dig. Input 24V, 3ms, negative
9  0:9  OP  +  EL2088 8Ch. Dig. Output 24V, 0.5A, switching to negative

 
  • JohnnyCNC
  • JohnnyCNC's Avatar
05 Mar 2025 04:15
Replied by JohnnyCNC on topic Work with probe

Work with probe

Category: Basic Configuration

I really like the look of QTDragon_HD too. I am using it with a ASUS VT229 21.5" touch screen monitor. It works really well.
  • rodw
  • rodw's Avatar
05 Mar 2025 04:09

How to Install an Older or Different Version of EtherCAT?

Category: EtherCAT

I think you would need to build from source so you can select the code branch via git checkout
Displaying 9031 - 9045 out of 24533 results.
Time to create page: 0.295 seconds
Powered by Kunena Forum