Advanced Search

Search Results (Searched for: )

  • Micro2000
  • Micro2000
24 Oct 2024 12:27 - 24 Oct 2024 12:47
Replied by Micro2000 on topic Base Thread Over 100k

Base Thread Over 100k

Category: General LinuxCNC Questions

I have a custom built computer. MB is a Asrock B350M HDV R 4.0, CPU Ryzen 3 2200G, 16 gb of ram, GPU is a GeForce 1050 ti, running a 4×4 pci parrallel port card for cnc controller. And 250gb of storage. I'll have to double check the bios. I have the Linuxcnc prebuilt 2.8.4 Buster and the RT_Preemt kernel I'm pretty sure.
  • Aciera
  • Aciera's Avatar
24 Oct 2024 12:21 - 24 Oct 2024 12:26
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Seems that the problem I reported earlier still presists:

tpmod: dlopen: liblinuxcnchal.so.0: cannot open shared object file: No such file or directory

[edit]

I noticed that it is not missing 'libClothoids.so.3' any longer only 'liblinuxcnchal.so.0'.
  • meister
  • meister
  • MennilTossFlykune
  • MennilTossFlykune
24 Oct 2024 12:15
Replied by MennilTossFlykune on topic Gmoccapy - spindle restarts at program stop

Gmoccapy - spindle restarts at program stop

Category: Gmoccapy

Yes. I tested it now on 2.10 RIP and it seems to behave like how I described.
  • Aciera
  • Aciera's Avatar
24 Oct 2024 12:03 - 24 Oct 2024 12:05
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

You may want to change it to:
cd ~
git clone https://codeberg.org/skynet/linuxcnc_trajectory_planner
cd linuxcnc_trajectory_planner
./installer
  • tommylight
  • tommylight's Avatar
24 Oct 2024 11:56
Replied by tommylight on topic Machine moves when you stop program in the middle

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions


edit, tommy, there is actually a separate abort function specifically for probe abort for this easyprobe addon called probe_escape.ngc that does other stuff 

I am glad! :)
  • Aciera
  • Aciera's Avatar
24 Oct 2024 11:55
Replied by Aciera on topic Gmoccapy - spindle restarts at program stop

Gmoccapy - spindle restarts at program stop

Category: Gmoccapy

If it's related to that issue then we should expect this to also show up using the Axis GUI. Are you seeing it in Axis as well?
  • Grotius
  • Grotius's Avatar
24 Oct 2024 11:52
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Hi,

First off all thanks for the many likes, is appreciated.

Today we made a linuxcnc installer.
Can someone help me to verify if it works ok?
I could be we miss some things.
git clone https://codeberg.org/skynet/linuxcnc_trajectory_planner
cd linuxcnc_trajectory_planner
./installer

Work of today:
1. Created a new  cmakelists.txt for the clothoid project.
2. Created a library  motionizer to calculate the best vo's, ve's, vm's  for the trajectory. Also based on curvature input.
3. Created a project installer
4. Renaming of directory's, etc.


 
  • tommylight
  • tommylight's Avatar
24 Oct 2024 11:51
Replied by tommylight on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

....now the motorbike has dust and it's been almost 10 years.

Same here, been over 3 years since i went for a ride on any of the bikes! :(
  • tommylight
  • tommylight's Avatar
24 Oct 2024 11:49
Replied by tommylight on topic Building new plasma table

Building new plasma table

Category: Computers and Hardware

Reliable computer will not help you, any computer will do.
The thing with plasma is they create huge amounts of interference when striking and arc, so grounding and proper shielding are mandatory.
Normally you can get away with Mesa 7i96S and THCAD, and they are extremely reliable.
Here are some ideas:
forum.linuxcnc.org/show-your-stuff/38547...plasma-build?start=0
  • Aciera
  • Aciera's Avatar
24 Oct 2024 11:48

Russian machine tool company that uses LinuxCNC with Probe Basic

Category: QtPyVCP

Mind you there is a fair number of companies and individuals (even some that frequently ask for help on this forum) that make a living using LinuxCNC without giving anything back to the community. Just recently I came across a company in the US that sells Linuxcnc 2.6 (!) installed on a mediocre PC for 1200$.
  • tommylight
  • tommylight's Avatar
24 Oct 2024 11:44
Replied by tommylight on topic Base Thread Over 100k

Base Thread Over 100k

Category: General LinuxCNC Questions

What PC?
Did you disable power saving options and hyperthreading in BIOS?
What hardware?
What Linux version?
What LinuxCNC versions?
RTAI or RT_Preemt kernel?
  • tommylight
  • tommylight's Avatar
24 Oct 2024 11:41
Replied by tommylight on topic About lathe spindle encoder

About lathe spindle encoder

Category: General LinuxCNC Questions

2500rpm/60sec=41.66RPS
600PPR*4=2400counts per revolution
41.66*2400=100000 counts per second.
It should work as long as you use the interupts in arduino, so no "digital_read" in the code.
  • Grotius
  • Grotius's Avatar
24 Oct 2024 11:26
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi Bkt,

Could be missing a header include path.
But can also have other reason's. Some times hard to say what the cause is.
  • Aciera
  • Aciera's Avatar
24 Oct 2024 11:25 - 24 Oct 2024 11:30

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

As has been pointed out, this issue regarding strange moves after stopping a program seems to have been reported on several occasions on older versions of linuxcnc:

I found the trigger. If I use ON_ABORT_COMMAND to call a subroutine:
ON_ABORT_COMMAND=O <on_abort> call
even an empty sub will make it fail. I got the file down to this and it still failed:

o<on_abort> sub
o<on_abort> endsub
m2

If I comment out ON_ABORT_COMMAND I can't get the fault to happen.

github.com/LinuxCNC/linuxcnc/issues/579

So removing the ON_ABORT_COMMAND from the ini file should fix this for you if you are on some earlier version.

[edit]


I will try to get the config zipped and posted here.


No need for that anymore as the bug has been identified to be in the source code of your version of linuxcnc
Displaying 22126 - 22140 out of 22710 results.
Time to create page: 0.958 seconds
Powered by Kunena Forum