Advanced Search

Search Results (Searched for: )

  • jimmyrig
  • jimmyrig
26 May 2024 21:10
Replied by jimmyrig on topic I need help

I need help

Category: General LinuxCNC Questions

​​​​Ok

TAke a pic of your controller so we can point ya in the right direction.

If I had to guess try building the config with stepconf. You will need to know how your machine is wired. 
  • Grotius
  • Grotius's Avatar
26 May 2024 20:58
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

@Lcvette,

G64 P# Q# to specify the deviation similar to the coherent trajectory planner?
Thats ok for me.

I was searching where they pass the G64 values to the planner for an hour.
So far i could not find it. Maybe someone knows how it's passed or knows the name in the code.
  • Grotius
  • Grotius's Avatar
26 May 2024 20:44
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

@Robh,

I tested your file. It's interesting to see the pocket mill path consists of tiny line segments forming a curve.
Machine is constantly shifting speeds as it thinks, hey the next line is not tangent, so i have to stop.

When i enable the fillets, machine uses little end velocity, little improvement then in the scope.

In the planner there is info about the next segment angle. Like next segment is 1 degree of
course from current one.
In previous planner code i used this to maintain speed. In this planner currently only
full tangent may have a certain velocity end to next segment.

In the end, i think developping this to a biclothoid path overlay may be a magical solution.
I believe in the g2 continuity. But at the moment i have to figur out how to get this with done the current biclothoid library.

In the end of the video, you see a tiny bug i have to solve. It's a exeption that has to be made in the fillet algo.
The transfer from g0 to g1 that is done colinear, here is the problem the algo can not make a plane from 3 points.
So i have to tell the algo to skip when this occurs. Thanks to your file i found this.

  • Lcvette
  • Lcvette's Avatar
26 May 2024 20:42
Replied by Lcvette on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Adaptive clearing is a high speed type of roughing tool path that uses constant engagement with the work piece.   I don't tend to have issues with the cutting so much as the repositioning moves between cuts as it uses the short line segments and this cannot be altered through settings,  at least none that I have found.   Because roughing is one of the longest most time consuming operations on most parts this really hurts efficiency when you must slow things down to keep machine shake in check. 
  • tommylight
  • tommylight's Avatar
26 May 2024 20:34
Replied by tommylight on topic Embarrassed to even ask this electrical question

Embarrassed to even ask this electrical question

Category: Computers and Hardware

1-2V is OK, so don't bother with it for now, first check step by step if everything works, then try turning the torch on for short periods of time and if everything looks OK, move on to cutting something.
  • Lcvette
  • Lcvette's Avatar
26 May 2024 20:13
Replied by Lcvette on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Now the question remains. How to use the curve on the traject. How should we fit the curve between the gcode segments.

Possible solutions :
- Should we give it a max path deviation as input? This could sample the curve up to max deviation value.
 

could we utilize G64 P# Q# to specify the deviation similar to the coherent trajectory planner? This would work nicely with most post professors.  In fusion there is a lcnc post which uses the operation parameters for tolerance and smoothing to create a G64 P(smoothing) Q(Tolerance) to each operation. 
  • mbennett
  • mbennett
26 May 2024 20:05
Trying out LinuxCNC on Raspberry PI5 was created by mbennett

Trying out LinuxCNC on Raspberry PI5

Category: General LinuxCNC Questions

I setup a Raspberry PI5 using this download: 
  • Grotius
  • Grotius's Avatar
26 May 2024 20:03
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

@Lcvette,

you could see it struggle a bit around those line segments
It was certainly struggling. Not worth a presentation. But without doing this we will not
get to the top of the mountain..

What is the defenition of "adaptive" that u used. It has nothing to do with adaptive feed i think?

The bug was only related to my planner. Nothing to do with original planner.

Here is a biclothoid overlay with a circle. I think there is only g1 continuity. I think problem to solve.
How to get the biclothoid drawn with g2 continuity as there are no other inputs to do that.
You only have entry angle and leaving angle. What do we miss here?

 
  • technik4
  • technik4
26 May 2024 20:00

After execution part of the G code, lathe jump out of the limits weiler 120 cnc

Category: General LinuxCNC Questions

Hello all,

I`ll try to explain my issue the best as I know, since, googling a lot,especially here on the forum, looks like most of the time is more difficult to describe precisely the problem rather than to find a good answer.
I Have a small lathe (weiler 120 cnc, bought already retrofitted, second owner after the retrofit). 
When I jog it manually, the total (plus and minus, abs. summed) travels are: X = 125mm and Z = 275mm.
I was successful, after many hours/days to machine two parts as I wish, with two tools (front and back), but after each time/part, the DRO is showing "high values", exceeding the lathe physical travels, and an error appears sometime on X and sometime in Z axis, telling "Linear move an line xxx would exceed Z´s negative limit.
When I´m touching the stock with the master tool, the offsets (X and Z) are somehow added to the DRO and afterwards the error appear.
Attached you can find the ini file and the G code which I am using. It was created in Fusion 360 as 2 separate files and joined manually.
I have no experience with linuxcnc nor g code.

I have no idea what I am doing wrong, if it is a G code or lathe related issue.

I hope my description is accurate enough.

Thank you.
  • Lcvette
  • Lcvette's Avatar
26 May 2024 19:47
Replied by Lcvette on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

grate progress here.

adaptive tends to have a lot of feed changes and micro lifting going on, very common code type to be ran now days too. where feed reposition moves are much highter than cutting feeds and into the m/min like 5 or 10m/min repositions , while cutting might only be 1or 2 m/min

slotting operation would be a good test too makes a lot of machine issues in the current tp due to all direction changes with in a small area.

see attached exsample i just threw together , see what you get from results 

 

I don't typically see issues with adaptive slotting as they tend to use tangent arcs to straight lines.  It seems to be curve created by the cam software that are made up of straight line segments that trip up the tp.
  • Lcvette
  • Lcvette's Avatar
26 May 2024 19:41
Replied by Lcvette on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Great,  you could see it struggle a bit around those line segments,  this is a common issue with adaptive tool paths I've been dealing with,  I've since changed repositioning strategy to "stay down least" which forces a straight line move with z lifted up to the programed Clearance plane, but that is alot of wasted travel in z axis where direct xy repositioning would be faster. Was the bug you found also in the current lcnc standard TP?

Thanks Grotius
  • pingtomi
  • pingtomi
26 May 2024 19:41
Replied by pingtomi on topic mesa_modbus vs Omron Q2A VFD struggling

mesa_modbus vs Omron Q2A VFD struggling

Category: HAL

Is there a way somehow to debug/display modbus messages which are sent out?
  • RMJ fabrication
  • RMJ fabrication
26 May 2024 19:13
Replied by RMJ fabrication on topic Linuxcnc will not connect to MESA 7i76e IP Address

Linuxcnc will not connect to MESA 7i76e IP Address

Category: Installing LinuxCNC

In the ethernet connection I made I changed the last three numbers from 192.168.1.121 to 192.168.1.100 just how you said and it worked like a charm! I can now open linuxcnc and jog the motors with GMOCCAPY thank you very much!
  • machinedude
  • machinedude's Avatar
26 May 2024 18:47

What do you really get for a $350 desk top engraver ?

Category: Show Your Stuff

seems pretty easy to work with compared to what i have been trying to work with :)
Displaying 25681 - 25695 out of 26497 results.
Time to create page: 1.458 seconds
Powered by Kunena Forum