Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
25 Jul 2024 14:13
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi Arciera,

Hmm, I will take a look when time comes.

Currently working on the look ahead function to calculate optimal trajectory speeds.

The trajectory consists of lines, arc's, helix, clothoids, & splines.
The max speeds depends on the min,max curvature value of the shape.

- For a clothoid we retrieved the clothoid curvature extrema. "kmin, kmax also know as a kappa value." from the library g2solve3arc.curvature_min_max(..)
- For a arc we can calculate the constant curvature "1/radius" as for a line the curvature=0.
- For the 3-degree spline we calculated curvature min,max using the opencascade GeomLProp_CLProps class.

Then using a optimal angular speed, we can calculate the max speeds for the shapes.

We use a forward sweep over the trajectory followed by a backward sweep over the trajectory between
the rapids. Then the vo, ve is calculated given by a max vm of that segment.

Then there might be a problem when one segment is very long and has high curvature value at one spot.
This then will reduce the overall segment speed. How to deal with this?

 
  • cncproject2024
  • cncproject2024
25 Jul 2024 13:37
  • G0G53Z148
  • G0G53Z148's Avatar
25 Jul 2024 13:21
Replied by G0G53Z148 on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

danke sehr nett von dir dort habe ich vor 6 monaten angefragt mir wurde nur gesagt es gibt nur mehr die 7i76Eu und sie wissen nicht bis wann

vor 3 monaten dass selbe.
und mein händler der dir 7i76 e verkauft hat ist gerade in urlaub er weis auch nicht wann die neuen kommen da MESA nichts raus gibt aus den USA
  • SanzuiWorks
  • SanzuiWorks's Avatar
25 Jul 2024 13:19 - 25 Jul 2024 13:22

[solved] How to set manual tool change remapping in qtdragon. Z limit error

Category: Qtvcp

Resets the Z value of the active coordinate system.
Before getting #<zworkoffset>, you must reset the Z value of the active coordinate system.

;Resets the Z value of the active coordinate system
G10 L2 P#5220 Z0
#<zworkoffset> = [#[5203 + #5220 * 20] + #5213 * #5210]
  • Krulli_Fräser
  • Krulli_Fräser
25 Jul 2024 12:54
Replied by Krulli_Fräser on topic Possibility of a Retrofit on Alcor 220CNC

Possibility of a Retrofit on Alcor 220CNC

Category: General LinuxCNC Questions

The drives use an analog signal from the control. I was also able to find datasheets and the software to tune these drives online.
  • my1987toyota
  • my1987toyota's Avatar
25 Jul 2024 12:51
Replied by my1987toyota on topic Mostly 3D Printed CNC Foam cutter

Mostly 3D Printed CNC Foam cutter

Category: CNC Machines

Ok Amazon you really failed me . I searched on there site with BTS7960 as the search query and
literally got NOTHING.
Thank you tommylight. I used your URL and Amazon went straight to it. On a side note that other
SSR I ordered works great with PWMing and has a heat sink and fan port . So now the machine
is back in bussiness. Now I can get back to getting the 7i96 to do PWM on a general output.
  • cncproject2024
  • cncproject2024
25 Jul 2024 12:02
MESA 7i96S not connecting over ethernet was created by cncproject2024

MESA 7i96S not connecting over ethernet

Category: Driver Boards

I am having an issue with connecting my 7i96s over ethernet to my laptop. I have powered up the card and plugged it in over ethernet. I have then tried to ping it, but it is unable to receive any data. Do I need to flash the mesa card first? If so how do I do this? When plugging in over ethernet the laptop shows that something is plugged in, bu it can't seem to connect.

Thanks for any help or advice
  • SanzuiWorks
  • SanzuiWorks's Avatar
25 Jul 2024 11:34 - 25 Jul 2024 11:45

[solved] How to set manual tool change remapping in qtdragon. Z limit error

Category: Qtvcp

I wrote it poorly.

The value of “110” is indicated by <zworkoffset>.
(DEBUG, value = #5063)
This value is -120.
#<touch_result> = #5063

When I changed it to this it worked fine.
I don't know what the results would be if there was an offset.
  • Aciera
  • Aciera's Avatar
25 Jul 2024 11:30
Replied by Aciera on topic Subrouting Path - no effect

Subrouting Path - no effect

Category: AXIS

In the [DISPLAY] section you need use 'PROGRAM_PREFIX':
PROGRAM_PREFIX = ~/linuxcnc/nc_files - The default directory for G-code files, named subroutines, and user-defined M-codes. The PROGRAM_PREFIX directory is searched before the directories listed in [RS274]SUBROUTINE_PATH and [RS274]USER_M_PATH. 
linuxcnc.org/docs/html/config/ini-config...#sub:ini:sec:display
  • Aciera
  • Aciera's Avatar
25 Jul 2024 11:23
Replied by Aciera on topic Possibility of a Retrofit on Alcor 220CNC

Possibility of a Retrofit on Alcor 220CNC

Category: General LinuxCNC Questions

Most important question is what motor drives does the machine use (ie for axis motors and for the spindle). If the current drives accept either analog or step/dir signal then they are usually fine for a refit. If they use some kind of serial interface then things get difficult.
  • Aciera
  • Aciera's Avatar
25 Jul 2024 11:14

[solved] How to set manual tool change remapping in qtdragon. Z limit error

Category: Qtvcp

In other words, when G92/G52 = 0 and G54, the value of <zworkoffset> is "0", right?

That is correct.

The value is around "110", so I think that's the cause.

this would indicate that #5063 (which should hold the Z coordinate value at the time the probe tripped) has the value 'around 110'.

Typing this command in MDI should show the current value of parameter 5063:
(DEBUG, value = #5063)



linuxcnc.org/docs/html/gcode/overview.ht...:numbered-parameters
  • tommylight
  • tommylight's Avatar
25 Jul 2024 10:57
Replied by tommylight on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

Portugal
www.eusurplus.com
Deutchland
www.welectron.com/
Beide haben Mesa karte.
  • SanzuiWorks
  • SanzuiWorks's Avatar
25 Jul 2024 10:50 - 25 Jul 2024 11:53

[solved] How to set manual tool change remapping in qtdragon. Z limit error

Category: Qtvcp

I still don't know the cause, but I think I'm getting a little closer to the answer.


What value does <zworkoffset> represent?

qt_auto_probe_tool.ngc
#<zworkoffset> = [#[5203 + #5220 * 20] + #5213 * #5210]


When calculating using <touch_result>, the results will be more accurate if you omit <zworkoffset>.

qt_auto_probe_tool.ngc
#<touch_result> = [#5063 + #<zworkoffset>]

In other words, when G92/G52 = 0 and G54, the value of <zworkoffset> is "0", right?
<zeorkoffset> value is around "110", so I think that's the cause.
I don't know if the "ini" settings are wrong or what the cause is. Do you know anything?
  • G0G53Z148
  • G0G53Z148's Avatar
25 Jul 2024 10:35 - 25 Jul 2024 10:45
Replied by G0G53Z148 on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

Danke für die infos.

Genau verifizieren kann ich es nicht mehr da ich den adapter schon zurückgegeben habe und ein gebrauchtes mainboard mit 2.6ghz core2 duo mit 4gb ram gekauft habe. Hier liess sich die karte ohne probleme flashen.

Schade nur das nirgends in europa diese mesakarten mehr gehandelt werden. Ich stehe auf jeder Mailingliste doch es kommt nichts nach.

Ich hätte anstelle die 7i76eu gekauft wäre weniger Aufwand gewesen.

Da ich nicht wusste ob die 5i25 funktioniert kaufte ich keine neue hardware. Jetzt soll mal der test laufen dann sehen wir weiter wenn die maschine fertig ist
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
25 Jul 2024 10:33
Replied by Cant do this anymore bye all on topic Extrernal step gerenation using ESP32+w5500

Extrernal step gerenation using ESP32+w5500

Category: Advanced Configuration

The dev seems active on the github repo, raise the issue there and be patient and wait for a reply.
Displaying 24466 - 24480 out of 25346 results.
Time to create page: 0.431 seconds
Powered by Kunena Forum