Advanced Search

Search Results (Searched for: )

  • Thayloreing
  • Thayloreing
29 Nov 2024 10:57

linuxcnc-esp32 Software Stepping over Ethernet Using ESP32

Category: Computers and Hardware

Could you give me a step by step? I don't really understand what I should do
  • rodw
  • rodw's Avatar
29 Nov 2024 10:56
Replied by rodw on topic Cant change from develop to stable

Cant change from develop to stable

Category: QtPyVCP

the dkms drivers require linux-headers for your kernel version. I don't think its installed.
The dkms system compiles the driver for kernels if they are changed or upgraded and the headers are required
 
  • rodw
  • rodw's Avatar
29 Nov 2024 10:47

Ethercat installation from repositories - how to step by step

Category: EtherCAT

Hello,

is the any way to change the network card driver from default generic to my hardware native e1000e when I install ethercat stuff from responsitories please? 

thanks regards

I think only the generic driver is supported in the deb install. If you build Ethercat master from sources I think you can build the Intel driver which will give better performance. Check the docs which outlines the build process. Its pretty easy.
etherlab.org/en_GB/ethercat
  • tommylight
  • tommylight's Avatar
29 Nov 2024 10:47
Replied by tommylight on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

Should do just fine.
Beware those do not have air pressure sensor so they do start with no air, and that will ruin the torch isolation in a jiffy.
Ask me how i know that? :)
My dad pulled the air hose on the big compressor so i wasted a brand new torch. It still works but fails to start often.
  • rodw
  • rodw's Avatar
29 Nov 2024 10:42
Replied by rodw on topic Plasma and Ethercat?

Plasma and Ethercat?

Category: Plasma & Laser

Also, don't forget spikes on piercing will be much higher than cutting. Even at 40 amps, it is enough to exceed 300 volts when cut volts is around 120 volts. Not sure how much higher because that was the max voltage my thcad was calibrated to. Also when crossing a void, when a slug drops when cutting a hole, running off a sheet when severing all cause huge peaks. A thcad used for ohmic sensing Is exposed to the full torch voltageeven if calibrated fro 24volt full scale.
  • tommylight
  • tommylight's Avatar
29 Nov 2024 10:41
Replied by tommylight on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

A1 goes to AOUT (or spindle out) on Mesa.
0V common goes to spindle-.
  • tommylight
  • tommylight's Avatar
29 Nov 2024 10:35 - 29 Nov 2024 10:38
Replied by tommylight on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

Yes, that is the easiest (and probably the best) solution.
Edit:
Make configs for each tube diameter and set the scaling so they do a full rotation for each diameter.
  • timo
  • timo
29 Nov 2024 10:20 - 29 Nov 2024 10:30
Replied by timo on topic LinuxCNC for lathe questions

LinuxCNC for lathe questions

Category: General LinuxCNC Questions

I thought an MPG can also be used, with "normal inputs".

Similar to spindles: Some refer to the continuous power output for production and some state the "spindle goes up in flames" power.

Motor torque can be stall torque, holding torque or continuous torque at a certain rpm. 

 
  • Aciera
  • Aciera's Avatar
29 Nov 2024 08:57
  • machinedude
  • machinedude's Avatar
29 Nov 2024 08:35
Black Friday Deal got me :) was created by machinedude

Black Friday Deal got me :)

Category: Plasma & Laser

i bought a Plasma cutter a while back and had plans to do a cnc table for this but  i wanted a machine torch rather than the hand torch that was included with the unit. I just happened to see a deal on Amazon that was pretty good so i jumped on it :) part of the problem with the hand torch was it being an odd ball and consumables being hard to find and rather expensive. but this deal solved that issue. $80 for the straight torch was hard to pass up :) looks like a 4' x 3' build in the works and i think i might try a down draft table. i was looking around and was curious if i could use an old blower from a furnace for this since i have one laying around. 

     
  • Aciera
  • Aciera's Avatar
29 Nov 2024 07:44

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

Oh, apologies I was looking at the wrong move.

Maybe try this:
G53 X#1700 Y#1701        (Wechsel XY Position)
M6 T#<_selected_tool>
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG, 1801: #1801 1802: #1802 )
G53 X#1801 Y#1802       (Taster Position)
G53 Z#1800                (Sichere Z Position)
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
  • Aciera
  • Aciera's Avatar
29 Nov 2024 07:31

LinuxCNC gcode hangs on M63 "main loop took x seconds"

Category: General LinuxCNC Questions

Not sure. You have another subroutine call 'retract_pocket' after the G91 move in question. Maybe try stopping the read ahead before it ingests that and enter a debug line to make sure the Z and F word are what you expect them to be:
; Deactivate tool release to grab tool
 M63 P17
(DEBUG, Z-#<z_jump>  F#<z_jump_speed>)
 G91 G1 Z[-#<z_jump>] F[#<z_jump_speed>]
 M66 E0 L0 (queuebuster to stop read ahead here)
 ; Retract pocket and move to X offset
 o<retract_pocket> call [#<selected_tool>]
  • tommy
  • tommy
29 Nov 2024 07:30
Replied by tommy on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

This are terminal connections on VFD: 

 
 

So proper solution would be to take +10V Reference output on VFD, connect it to SPINDLE+ on 7i78 and Local voltage speed reference input (A1) on VFD and connect it with SPINDLE- on 7i78?
Any need to connect also 0V COMMON from VFD?
 
  • Creative25
  • Creative25
29 Nov 2024 07:15
Replied by Creative25 on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

Ohmic sensing has been working reliably for the past few days. I would not want to be without it. Makes probing so much faster and more reliable.

So my fifth stepper motor driver arrived and I will soon take the plunge to add a rotational axis.

So I read linuxcnc can only handle 3 axis trajectory planning.

But I need a fourth axis to place the torch above the center of the pipe.
I guess this can be done during homing.

Should I make a new configuration with the rotation axis being the X axis. Change the current X axis to the A axis in order to move the torch to the center of the rotation table?
  • cakeslob
  • cakeslob
29 Nov 2024 04:57
Replied by cakeslob on topic dual corexy or dual scara configuration

dual corexy or dual scara configuration

Category: General LinuxCNC Questions

Its more Hbot than corexy, but its more of a T bot, or t_t bot which forms an H shape
Displaying 21046 - 21060 out of 22551 results.
Time to create page: 0.508 seconds
Powered by Kunena Forum