Advanced Search

Search Results (Searched for: )

  • Gotdiesel
  • Gotdiesel
02 Jul 2024 17:49
path pilot on router was created by Gotdiesel

path pilot on router

Category: PathPilot

I have a home built router that I set up Path Pilot on. Well, I had an electronics guy set up that understood Linux. How do I set up new “home position” for reference and how to set up the new soft limits? I have limit switches, but Path Pilot only uses one limit switch per axis and assumes other end based on the machine you are using. Is there any way to have home and travel limits match my machine?
  • tlightus
  • tlightus
02 Jul 2024 17:08
Replied by tlightus on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces

FlexGUI is coming along nicely. Here are some screen shots of a UI I've included in the examples.   

 

 

 

 
  • Aciera
  • Aciera's Avatar
02 Jul 2024 17:04
Replied by Aciera on topic Deckel FP4 Gearbox Comp

Deckel FP4 Gearbox Comp

Category: Advanced Configuration

Ok, I guess these maybe get used in 'FP4_gears.c', but I'm really out of my depth here. Do you have 'FP4_gearbox.comp' installed and all the other .c and .h files in your system? I'm not even sure where you would need to put those, the 'components' folder would be my guess.

Warning: Spoiler!
  • Aciera
  • Aciera's Avatar
02 Jul 2024 16:55
Replied by Aciera on topic Deckel FP4 Gearbox Comp

Deckel FP4 Gearbox Comp

Category: Advanced Configuration

Well I would have said 'FP4_gearbox.comp' but looking at the component itself has me confused as none of the component pins created seem to be used in the actual function:

Warning: Spoiler!



 
  • Aciera
  • Aciera's Avatar
02 Jul 2024 16:33 - 02 Jul 2024 16:34
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

This might be the best one ('Lt' would be the fixed distance), Points 'Pn' would be the tool positions (XYZ) and Points 'Qn' the 'TA knots/ TC knots':

 
  • Aciera
  • Aciera's Avatar
02 Jul 2024 16:29
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Here is another image that shows the tool-tip spline (ie TCP/ tool position) the tool orientation in blue and the resulting tool-orientation spline:

 
  • Aciera
  • Aciera's Avatar
02 Jul 2024 16:24 - 02 Jul 2024 16:25
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

This is another image from the link:
 

The current tool position XYZ (ie the TCP knot) is at the center of the sphere.
The current  tool orientation  (black arrow)  is defined by angles 'A' and 'C' in red (ie this would be an XYZAC kinematic), the vector points to the corresponding TA knot (green dot, here called 'TO' knot) a certain fixed distance away.

The other two green dots would represent the previous and the next TA/TO knot for the previous and the next TCP knots.
  • PCW
  • PCW's Avatar
02 Jul 2024 16:17 - 02 Jul 2024 16:19

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

Yeah, Ethernet cards are different, they have an up to 16
character name stored in EEPROM. On Ethernet cards the
driver uses the card name from the EEPROM rather than
the one in the low level firmware.
  • Aciera
  • Aciera's Avatar
02 Jul 2024 16:14
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

I'm still a little confused how to solve this 5 axis geometry. Especially caluclating the inbetween TA knots.

say we have a gcode line:

G1 X1 Y2 Z3 A10 C20

for the end of each segment we have the toolposition (TCP knot in XYZ coordinates) and the tool orientation vector (using the A and C angles in this example or by whatever angle(s) the kinematic for the particular machine uses eg A, AB, BC ..)
The corresponding TA knot is offset from the TCP knot by a fixed distance (say 10mm) along the tool orientation vector.
  • AirRacer
  • AirRacer
02 Jul 2024 16:09 - 04 Jul 2024 01:38
Replied by AirRacer on topic MESA 7I97T+7I76 Mill Setup Advice

MESA 7I97T+7I76 Mill Setup Advice

Category: Driver Boards

The 7I76 connector TB4 is configured specifically for analog spindle control which includes a digital pot for speed control as well as enable and direction signals which interfaces well with VFD type inputs. If I were to use a servo with encoder for the spindle, certainly one of the unused analog and encoder channels on the 7I97T would work. The 7I97T also doesn’t seem to have that many inputs, especially when using an MPG pendant, thus I had the 7I76 to add I/O’s to my setup in case I need them down the road.

Skylor
  • EragonPower
  • EragonPower's Avatar
02 Jul 2024 16:08

Machine ways warpage compensation with probekins

Category: Advanced Configuration

Hello everybody,
I start this post with a bit of a disclamer, i know that nothing beats a straight way and good machine geometry, but in the case of a DIY CNC, not everything can be achieved in the best way.

So, i was having problems machining a sort of flat face on a 400mm x 50mm surface the other day, it was coming out with a 0.7mm (0.027'') bow, and i couldn't for the life of me find where it was coming from, but after a thorough check of the linear rails of my DIY router i found out the same exact bow there.

Bit of context: i've "recently" casted a new epoxy granite base for my router (images can be found on instagram @radial_workshop), and after that i've sent the base to get the surfaces of the x axis and table milled, so to have both straight and parallel X Axis ways and a flat surface to reference everything to.

Having found that bow in the machine i started correcting it by loosening the Y axis rails and tapping them into position, as it was the worst axis in term of bow and out of straightness, and i managed to get within 0.25mm from end to end.

Now i started wandering whether or not LinuxCNC has some sort of compensation for not straight ways, and found ProbeKins.

The wiki for ProbeKins is pretty straight forward (wiki.linuxcnc.org/cgi-bin/wiki.pl?ProbeKins). I would probe the table with a fine mesh of probe points and follow the procedure to generate the mesh for ProbeKins.

BUT, being the table flat in relation to the ways, i would need to invert the Z axis correction, is there a way to do so?
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
02 Jul 2024 16:04
Replied by Cant do this anymore bye all on topic New project, litehm2: a hostmot2 port to linsn rv901t

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

So not quite the same when using an EPP or SPI interface ?
Cos I’ve only added the 4 character card name eg “9d60” when I’ve been making bit files for the dev boards I’ve been experimenting with. It’s been a good few months since I’ve done that.
  • Grotius
  • Grotius's Avatar
02 Jul 2024 15:59 - 02 Jul 2024 16:02
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi Arciera,

I'm still a little confused how to solve this 5 axis geometry. Especially caluclating the inbetween TA knots.

If knot Tcp.0 to Tcp.1 = 100mm.
if knot Ta.0 to Ta.1 = 150mm.
Then tcp 50% = 50mm, then ta=75mm? This should be the interpolation.

Should it be like above?

For only "a" axis, i think just interpolate this. And make it a master move when "a" axis need more time then xyz.

For halcore the progress is running a program with scurve now.
It can start from line, motion fwd, motion reverse. It has a scope for the trajectory planner.

  • PCW
  • PCW's Avatar
02 Jul 2024 15:29

New project, litehm2: a hostmot2 port to linsn rv901t

Category: Driver Boards

The base name used in LinuxCNCs hal pins/parameters/functions
is a bit more involved. On Ethernet cards, the Ethernet card name
(LITEHM2) is used by the driver to create the base name.
(hm2_lite in this case)

 
  • zmrdko
  • zmrdko's Avatar
02 Jul 2024 15:21 - 02 Jul 2024 15:22
Replied by zmrdko on topic Position vs Velocity mode

Position vs Velocity mode

Category: EtherCAT

 
and also radeon rx580
Displaying 23476 - 23490 out of 26433 results.
Time to create page: 1.270 seconds
Powered by Kunena Forum