Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
10 Mar 2025 10:19
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

@Konrad,

Thank you!

Besides that can I ask if the points raised by hmnijp ... are addressed?
A few are adressed now.

The algo is still using local smoothing. as shown on page 3.
But now it uses a 3d-clothoid instead of a spline, and uses the correct path deviation to fit the clothoid.

I guess to really have jerk limiting you not only need to be smooth in the time domain but also in the path, thus the use of clothoid(?)
1. The 3d clothoid fit's the trajectory with G3 continuity, as explained in the abstract.
2. Then we have scurve motion profile, wich is used for jerk limiting.
3. Then the trajectory can use different algo's for path optimalisation, like flattening out a zigzag motion. This will also contribute to jerk.

The ringbuffer is working. And to my surprise i did'nt need a seperate thread so far to fit clothoids.

 
  • emcPT
  • emcPT's Avatar
10 Mar 2025 10:13

MBT -> GPT to reuse existing installation

Category: Installing LinuxCNC

Good morning.
I had a working system using a old linuxcnc version (+- 5 years old). It was running fine, but the motherboard needs to be replaced.
I was unable to boot the same SSD on the new motherboard, so I suppose that from what I have read that the issue is more likely because the current installation was done on the old MBR.
The new candidate motherboard only has UEFI so for what I have read, I must convert the current disk to use GPT.

I have read some online information, and there are many steps involved on the conversion. Should I try to start from a new installation or still the conversion would be less trouble. What is your opinion?
  • Masa
  • Masa
10 Mar 2025 07:26
Replied by Masa on topic question of Homing

question of Homing

Category: EtherCAT

Thanks for your reply, andypugh.

Unfortunately, the counter and position values ​​of the EL5101 being used seem to be reset the moment index-enable is turned OFF. The position where it stopped at the end of homing is the correct position. The coordinates of LinuxCNC are 0, and the POS position of the EL5101 is the same as the HOME_OFFSET value. It seems that it is not possible to avoid the excessive PID deviation when index-enable is turned OFF. This phenomenon does not occur when homing is performed again.

Until now, I have tried converting the Count value instead of the EL5101 POS and using it for Feedback, but it did not work.

It worked fine with the EM7004, but I'm starting to think that an external torque mode amplifier cannot be used with the Ethercat driver.

Thank you.
  • Nathan40
  • Nathan40
10 Mar 2025 07:03

7i95t pin and firmware files with Stepgens and Inputs 5Axis BoB

Category: Driver Boards

Hi

thanks for your response. The input pin if the 5A BOB has to be inverted. It is giving an error that pin cannot be inverted. Please help.

 
  • meister
  • meister
10 Mar 2025 06:43

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

The wiring will work for 3-4Axis mill and for Lathe.
For Lathe you need to set 'LinuxCNC->Machinetype' to lathe
and maybe remove 2 stepdir plugins.

If you need a Spindle-Encoder, you can add it freely to the other free ports.
  • timo
  • timo
10 Mar 2025 05:56

Unable to loop more than 25 times using M98 and L

Category: G&M Codes

It worked here. Running 40 times.
  • PCW
  • PCW's Avatar
10 Mar 2025 02:23
Replied by PCW on topic mesa 7i33 7i37

mesa 7i33 7i37

Category: Driver Boards

Pullups and pulldowns are possible on both but only after configuration

Xilinx chips have the added option of pullups before being configured
 
  • Khan
  • Khan
10 Mar 2025 02:08

Delta VFD-B Modbus with QtDragon_hd

Category: General LinuxCNC Questions

Hello, 
i would like to run delta vfd-b over rs485 modbus and integrate with qtdragon hd GUI, can somebody please point me in the right direction i am completely new to linuxcnc, 

thanks 
  • Lcvette
  • Lcvette's Avatar
10 Mar 2025 01:59
Replied by Lcvette on topic Problems with vcp-template

Problems with vcp-template

Category: QtPyVCP

Glad you got a handle on it!
  • vre
  • vre
10 Mar 2025 01:56
halui toggle button was created by vre

halui toggle button

Category: Basic Configuration

I have an external momentary button and i want to toggle between halui.flood.on and halui.flood.off
How can do this config ?

Also i have an output pin that activates lubrication pump and an output pin that activates a solenoid hydraulic valve that releases spindle tool clamp
where in hal must connect it in iocontrol v2 ?
  • vre
  • vre
10 Mar 2025 01:49
Replied by vre on topic mesa 7i33 7i37

mesa 7i33 7i37

Category: Driver Boards

7i80hdt that is not xilinx fpga has the pullup only limitation
or can configured both pullup and pulldown with weak internal resistors ?
  • Nserega.90
  • Nserega.90
10 Mar 2025 01:47
Replied by Nserega.90 on topic Problems with vcp-template

Problems with vcp-template

Category: QtPyVCP

Thank you! Yes, everything worked out! Your instructions were easier. I'm trying to design)))
  • tommylight
  • tommylight's Avatar
10 Mar 2025 01:13
Replied by tommylight on topic Trouble getting a new configuration running.

Trouble getting a new configuration running.

Category: General LinuxCNC Questions

In the ini file, this:
[TRAJ]
COORDINATES = XYZ
Should be
[TRAJ]
COORDINATES = XXYZ
  • Lik2waterski
  • Lik2waterski
10 Mar 2025 00:56
Trouble getting a new configuration running. was created by Lik2waterski

Trouble getting a new configuration running.

Category: General LinuxCNC Questions

My old system that my machine works on is axis 2.8.0 running on linux mint 19.3 xfce with linux 4.19.106-rt46-lcnc.
My new system LMDE 6 Faye,
LINUXCNC - 2.9.0~pre1+git20230208.f1270d6ed7.
I am trying to move a current working configuration to the new computer. My main goal is to add a carousel tool changer. I have deleted all "A axis" stuff just to get the machine working before adding the new configs. My machine has tandem Xaxis for the gantry then Y,Z. but the errors I keep getting are like this
check_config: [JOINT_2]MIN_LIMIT > [AXIS_Z]MIN_LIMIT (-0.001 > -8.0) but Joint 2 isn't Axis Z. My system was set
up X1,joint 0, X2 Joint 1, Y Joint 2, Z joint 3. I will try to attach my ini, file and my Hal. If anyone could help me, I sure would appreciate it. Thank you. Travis
  • unknown
  • unknown
10 Mar 2025 00:54

Custom "MESA 7c81 Clone" PCB featuring a Raspberry Pi Compute Module 5

Category: Driver Boards

Funny thing is, the Mesa 7c81 and a stacked RPi look like a more compact solution.

NVME would be nice, the RPi5 with a NVME drive is blazingly fast.


Did you stick with the Mesa fpga pin to 7c81 layout ? Or did you change it to make routing easier ?

If you change things around, especially the clock signal, the SPI_CLK for comms is a little tricky to work out to begin with.

Sorry don't mean to add feature creep, man I wish I could design a simple board for the KSZ8851 Ethernet chip for my mesa clone thingy. So hats off to you Old Chap.
Displaying 8656 - 8670 out of 24533 results.
Time to create page: 0.301 seconds
Powered by Kunena Forum