Advanced Search

Search Results (Searched for: )

  • KaveMan
  • KaveMan
14 Aug 2025 02:18
Replied by KaveMan on topic Raspbery pi5 pcie adapter to parport card

Raspbery pi5 pcie adapter to parport card

Category: General LinuxCNC Questions

Thanks. I tried all three variants on both parport cards. Did not work.
Let's not spend any more time on this. appreciate everyone's time and effort.
I'll likely jump back in this fall when I have more time.
  • tommylight
  • tommylight's Avatar
14 Aug 2025 01:35

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

I deleted my previous post as i missed a crucial point, sorry for the confusion.
  • rodw
  • rodw's Avatar
14 Aug 2025 00:42

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Possibly. I have not tried it but it will be up to the devs to increment the Python version. I thought that would have been done as linuxcnc 2.9.4 is in Debian 13 natively.
  • PCW
  • PCW's Avatar
14 Aug 2025 00:02

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

M3 S10000 ; works, spindle starts and spins up
M5 ; works, spindle stops
G53 G1 F4000 Z-10 ; Spindle does not move and GCode interpreter seems to be hung!


Is spindle-at-speed true? if not, pretty sure this will hang waiting for spindle-at-speed to be true.
  • PCW
  • PCW's Avatar
13 Aug 2025 23:34

Wiring encoder to LinuxCNC + Mesa vs motor controller

Category: Driver Boards

One advantage, If you have step/dir servos, returning the position information to LinuxCNC
allows LinuxCNC to monitor the actual following error during operation.
  • tommylight
  • tommylight's Avatar
13 Aug 2025 23:28 - 14 Aug 2025 01:34

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

DELETED as i missed a crucial point so my reply was not correct.
See PCW's reply below
  • Jonathan_H
  • Jonathan_H
13 Aug 2025 23:11

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

OK, so an update on this issue.
Tonight I had some time to isolate where the problem is happening, and I can bring it down to just a couple of commands.

I start up Linux CNC, toggle the CNC on and home it, this is my start point.

Now in the MDI window I type the following

G53 G1 F4000 Z-10 ; This works, carriage moves down 
G53 G1 F4000 Z0 ; This works, carriage moves up 

I can repeat the above multiple times, the carriage moves up and down as expected.

BUT, if I type the following (either after typing the above or after a clean start)

M3 S10000 ; works, spindle starts and spins up
M5 ; works, spindle stops
G53 G1 F4000 Z-10 ; Spindle does not move and GCode interpreter seems to be hung!


On the console I see the following output 

mdi_execute_hook: MDI command 'M5' done (remaining: 0)
Issuing EMC_TASK_PLAN_EXECUTE --      (  +509,+280,   +23,G53\032G1\032F4000\032Z-10,)
emcTaskPlanLevel() returned 0
NML_INTERP_LIST(0x55afd11daa60)::append(nml_msg_ptr{size=208,type=EMC_TRAJ_LINEAR_MOVE}) : list_size=1, line_number=0
emcTaskPlanExecute(G53 G1 F4000 Z-10) returned 0
emcTaskPlanLevel() returned 0
NML_INTERP_LIST(0x55afd11daa60)::get(): {size=208, type=EMC_TRAJ_LINEAR_MOVE}, list_size=0
emcTaskPlanLevel() returned 0
Issuing EMC_TRAJ_LINEAR_MOVE --      (  +220,+208,    +0,605.000000,400.000000,-10.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,    +2,25.000000,25.000000,750.000000,    +0,    -1,)


I've attached the full console output from the linuxcnc command 
 

File Attachment:

File Name: console_wh...8-13.txt
File Size:2 KB

 
  • tommylight
  • tommylight's Avatar
13 Aug 2025 22:23
Replied by tommylight on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

Oh good, and oh .... i don't know....
  • tommylight
  • tommylight's Avatar
13 Aug 2025 22:16
Replied by tommylight on topic Axyz retrofit - limits and homing

Axyz retrofit - limits and homing

Category: CNC Machines

Yes that is it, and sorry forgot to mention, read until Host Interface section.
  • rhscdn
  • rhscdn
13 Aug 2025 20:57 - 13 Aug 2025 22:07
Replied by rhscdn on topic Axyz retrofit - limits and homing

Axyz retrofit - limits and homing

Category: CNC Machines

Thanks for the reply. I have LinuxCNC installed on a computer now but I’m still waiting for the Mesa card to arrive (should be this week). When you wrote ‘Mesa manual’ do you mean the ‘7i96s Ethernet Step/Dir Motion control interface’ document? If so, I’ve read it but will admit to not fully understanding all of it (yet).
  • phino
  • phino
13 Aug 2025 20:44

Wiring encoder to LinuxCNC + Mesa vs motor controller

Category: Driver Boards

Oh! I thought feedback would be required for coordinated motion.

What are the limitations or benefits without/with encoder feedback to LinuxCNC+Mesa?
  • Hakan
  • Hakan
13 Aug 2025 20:41

What difference between DC mode and free-run mode in motor control?

Category: EtherCAT

Yes, to have all servos/drives start acting on new data/position data at the same time.
For servos and drives you want distributed clock mode.

The following error in LinuxCNC with EtherCat is somewhat superficial.
If the drive offers a following error, use that, if possible.
  • scotta
  • scotta's Avatar
13 Aug 2025 20:30

Remora - Compile warnings when compiling spi linuxcnc component

Category: Computers and Hardware

Hi Mars,

Great to hear that you are giving Remora a try. Those are just warnings, and can be ignored.
  • Benb
  • Benb's Avatar
13 Aug 2025 20:28 - 13 Aug 2025 20:30
Replied by Benb on topic Switch relay in a defined x position

Switch relay in a defined x position

Category: Advanced Configuration

Let see if I grasp the concept. You have an existing reed switch that detects that the support is in extended position and you like stop all axis from moving when switch is active.
1) Wire the reed switch to your mesa digital input.
2) Load the new revised .comp file
3) You may need the change operations by changing the state of pins. for example, trigger=1; to trigger=0; same for halt and reedsw.

Attached is revised the revised spinport.comp
  • smc.collins
  • smc.collins
13 Aug 2025 20:16

What difference between DC mode and free-run mode in motor control?

Category: EtherCAT

I am not super familiar with ethercat, but I would think you'd want a shared glocal clock for all the servos if maximal accuracy of motion was your goal.
Displaying 11071 - 11085 out of 17172 results.
Time to create page: 0.756 seconds
Powered by Kunena Forum