Advanced Search

Search Results (Searched for: )

  • ccc774
  • ccc774
20 Oct 2024 11:54 - 21 Oct 2024 22:10
Replied by ccc774 on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

When I boot the rt kernel from the sd-card it recognizes my nvme.With non rt kernel is booting from the nvme. I put the image with Kernel 6.1.75 non rt on nvme and after that I ran from it. Then I installed version 6.1.75-rt23 running from nvme and made the link. I restarted and it didn't boot anymore.I wrote several boot images from your links and it does the same thing.I have put all the previous versions on nvme so far and I have never experienced this.Please look at the following images and let me know how your system show when you do this:1. run linuxcnc2. open Htop and select linuxcnc process. Press "a" to show related cores affinities to linuxcnc.As you can see in my pics 5,7 cores show 0.00% usage.  They are not used. What it show yours?
Kernel 5.10_nvme: 
Kernel 6.1_SDcard:   
  • Aciera
  • Aciera's Avatar
20 Oct 2024 11:51
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

However when I run 'build.sh' I get a different error when I try to launch axis-mm:
user@user-iMac:~/linuxcnc_trajectory_planner/cmake$ ./build.sh 
Reading 203/203 dependency files
Done reading dependencies
Reading 266/266 realtime dependency files
Done reading realtime dependencies
You now need to run 'sudo make setuid' in order to run in place with access to hardware.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/linuxcnc_trajectory_planner/cmake/build
Consolidate compiler generated dependencies of target tpmod
Consolidate compiler generated dependencies of target motmod
[ 31%] Built target tpmod
[100%] Built target motmod
[ 68%] Built target motmod
[100%] Built target tpmod
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/user/linuxcnc_trajectory_planner/cmake/motion/../../rtlib/motmod.so
-- Up-to-date: /home/user/linuxcnc_trajectory_planner/cmake/planner/../../rtlib/tpmod.so
LINUXCNC - 2.10.0~pre0
Machine configuration directory is '/home/user/linuxcnc_trajectory_planner/configs/sim/axis'
Machine configuration file is 'axis_mm.ini'
Starting LinuxCNC...
linuxcncsvr (2248433) emcsvr: machine 'LinuxCNC-HAL-SIM-AXIS'  version '1.1'
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
Note: Using POSIX non-realtime
tpmod: dlopen: liblinuxcnchal.so.0: cannot open shared object file: No such file or directory
<commandline>:0: waitpid failed /home/user/linuxcnc_trajectory_planner/bin/rtapi_app tpmod
<commandline>:0: /home/user/linuxcnc_trajectory_planner/bin/rtapi_app exited without becoming ready
<commandline>:0: insmod for tpmod failed, returned -1
Note: Using POSIX non-realtime
milltask (2248448) task: machine 'LinuxCNC-HAL-SIM-AXIS'  version '1.1'
halui (2248450) halui: machine 'LinuxCNC-HAL-SIM-AXIS'  version '1.1'
Found file(lib): /home/user/linuxcnc_trajectory_planner/lib/hallib/core_sim.hal
motmod: dlopen: liblinuxcnchal.so.0: cannot open shared object file: No such file or directory
/home/user/linuxcnc_trajectory_planner/lib/hallib/core_sim.hal:7: waitpid failed /home/user/linuxcnc_trajectory_planner/bin/rtapi_app motmod
/home/user/linuxcnc_trajectory_planner/lib/hallib/core_sim.hal:7: /home/user/linuxcnc_trajectory_planner/bin/rtapi_app exited without becoming ready
/home/user/linuxcnc_trajectory_planner/lib/hallib/core_sim.hal:7: insmod for motmod failed, returned -1
Shutting down and cleaning up LinuxCNC...
USRMOT: ERROR: command 30 timeout
emcMotionInit: emcTrajInit failed
Note: Using POSIX non-realtime
LinuxCNC terminated with an error.  You can find more information in the log:
    /home/user/linuxcnc_debug.txt
and
    /home/user/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the terminal
  • royka
  • royka
20 Oct 2024 11:49
Replied by royka on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

Okay found out that the above u-boot on my orange pi 5 plus caused that the ethernet adapter wasn't recognized anymore, after switching back to the original from orange pi everything works correctly again. So perhaps coincidentally just the sata one works correctly on the opi 5 with a m2 sata drive.

Here is the u-boot from the original Orange Pi 5 image which should work with a nvme:
drive.google.com/file/d/1LqVTgFD2e_3kkF-.../view?usp=drive_link
  • Jensner
  • Jensner
20 Oct 2024 11:48 - 20 Oct 2024 11:52

Version aktualisieren + diverse Fehlermeldungen

Category: QtPyVCP

Hallo Leute,
ich arbeite mittlerweile immer mehr mit meiner Fräse und bin grundsätzlich sehr zufrieden mit der Funktion von LinuxCNC und Probe Basic. Trotzdem habe ich immer wieder mal ein seltsames Verhalten.

Mein Log habe ich mal angehängt.

Die Fehlermeldungen lassen vermuten, dass ich nicht die aktuelle Version von qtpyvcp benutze.
Desweiteren sieht es so aus als ob nicht die aktuellste Python-Version verwendet wird. (Installiert sind Python3 und python3.11)
Leider weiß ich, mangels Linux Kenntnissen nicht wie ich die Updates hinbekomme.
Verm. fehlen u.a. einfach Einträge in der sources.list
Evtl. kann mir hier jemand auf die Sprünge helfen.
Vielen Dank und viele Grüße
Jens
 
  • Aciera
  • Aciera's Avatar
20 Oct 2024 11:46
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Looks like the next step also worked this time around:
user@user-iMac:~/linuxcnc_trajectory_planner/cmake$ cd build/
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/build$ cmake ..
-- The CXX compiler identification is GNU 11.4.0
-- The C compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/linuxcnc_trajectory_planner/cmake/build
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/build$ make -j4
[ 12%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tpmod.c.o
[ 12%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/kinematics/cubic.c.o
[ 12%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/axis.c.o
[ 12%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tc.c.o
[ 15%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tcq.c.o
[ 18%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tp.c.o
[ 21%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/motion.c.o
[ 25%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/spherical_arc.c.o
[ 28%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/command.c.o
[ 31%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/blendmath.c.o
[ 34%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/control.c.o
[ 37%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/simple_tp.c.o
[ 40%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/nml_intf/emcpose.c.o
[ 43%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/libnml/posemath/_posemath.c.o
[ 46%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/emcmotutil.c.o
[ 50%] Building C object planner/CMakeFiles/tpmod.dir/home/user/linuxcnc_trajectory_planner/src/libnml/posemath/sincos.c.o
[ 53%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/stashf.c.o
[ 56%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/dbuf.c.o
[ 59%] Building CXX object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/vector.cpp.o
[ 62%] Building CXX object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/motion/optimizer.cpp.o
[ 65%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tc.c.o
[ 68%] Linking C shared library tpmod.so
[ 68%] Built target tpmod
[ 71%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/tcq.c.o
[ 75%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/spherical_arc.c.o
[ 78%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/tp/blendmath.c.o
[ 81%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/emc/nml_intf/emcpose.c.o
[ 84%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/libnml/posemath/_posemath.c.o
[ 87%] Building C object motion/CMakeFiles/motmod.dir/home/user/linuxcnc_trajectory_planner/src/libnml/posemath/sincos.c.o
[ 90%] Building CXX object motion/CMakeFiles/motmod.dir/__/tinyspline/src/tinysplinecxx.cxx.o
[ 93%] Building C object motion/CMakeFiles/motmod.dir/__/tinyspline/src/tinyspline.c.o
[ 96%] Building C object motion/CMakeFiles/motmod.dir/__/tinyspline/src/parson.c.o
[100%] Linking CXX shared library motmod.so
[100%] Built target motmod
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/build$ make install
Consolidate compiler generated dependencies of target motmod
[ 68%] Built target motmod
Consolidate compiler generated dependencies of target tpmod
[100%] Built target tpmod
Install the project...
-- Install configuration: ""
-- Installing: /home/user/linuxcnc_trajectory_planner/cmake/motion/../../rtlib/motmod.so
-- Installing: /home/user/linuxcnc_trajectory_planner/cmake/planner/../../rtlib/tpmod.so
-- Set runtime path of "/home/user/linuxcnc_trajectory_planner/cmake/planner/../../rtlib/tpmod.so" to ""
  • Aciera
  • Aciera's Avatar
20 Oct 2024 11:11 - 20 Oct 2024 11:34
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Ok so I seem to have managed to build the clothoids-1 lib:
[code]user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1$ mkdir build
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1$ ls
build  cmake  CMakeLists.txt  deps  include  LICENSE  README.rst  src  src_py  src_tests_broken  VERSION
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1$ cd build/
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1/build$ cmake ..
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/linuxcnc_trajectory_planner/cmake/Clothoids-1/build
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1/build$ cd ..
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1$ cd build/
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1/build$ ls
Clothoids  ClothoidsConfig.cmake  ClothoidsConfigVersion.cmake  CMakeCache.txt  CMakeFiles  cmake_install.cmake  compile_commands.json  _deps  deps  Makefile
user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1/build$ make -j4
[  6%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsStatic.dir/src/PolynomialRoots-1-Quadratic.cc.o
[  6%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsStatic.dir/src/PolynomialRoots-3-Quartic.cc.o
[  6%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsStatic.dir/src/PolynomialRoots-2-Cubic.cc.o
[  8%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsDynamic.dir/src/PolynomialRoots-1-Quadratic.cc.o
[ 10%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsDynamic.dir/src/PolynomialRoots-2-Cubic.cc.o
[ 12%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsStatic.dir/src/PolynomialRoots-Jenkins-Traub.cc.o
[ 14%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsStatic.dir/src/PolynomialRoots-Utils.cc.o
[ 16%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsDynamic.dir/src/PolynomialRoots-3-Quartic.cc.o
[ 18%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsDynamic.dir/src/PolynomialRoots-Jenkins-Traub.cc.o
[ 20%] Building CXX object _deps/polynomialroots-build/CMakeFiles/PolynomialRootsDynamic.dir/src/PolynomialRoots-Utils.cc.o
[ 22%] Linking CXX static library libPolynomialRoots.a
[ 22%] Built target PolynomialRootsStatic
[ 27%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Constants.cc.o
[ 27%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Constants.cc.o
[ 29%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/AABBtree.cc.o
[ 31%] Linking CXX shared library libPolynomialRoots.so
[ 31%] Built target PolynomialRootsDynamic
[ 33%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/AABBtree.cc.o
[ 35%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Biarc.cc.o
[ 37%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Biarc.cc.o
[ 39%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/BiarcList.cc.o
[ 41%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/BiarcList.cc.o
[ 43%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Circle.cc.o
[ 45%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Clothoid.cc.o
[ 47%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/ClothoidDistance.cc.o
[ 50%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/ClothoidG2.cc.o
[ 52%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/ClothoidList.cc.o
[ 54%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Circle.cc.o
[ 56%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Clothoid.cc.o
[ 58%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/ClothoidDistance.cc.o
[ 60%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Fresnel.cc.o
[ 62%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/G2lib_intersect.cc.o
[ 64%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/ClothoidG2.cc.o
[ 66%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/ClothoidList.cc.o
[ 68%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/G2lib.cc.o
[ 70%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Line.cc.o
[ 72%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/PolyLine.cc.o
[ 75%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Fresnel.cc.o
[ 77%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/G2lib_intersect.cc.o
[ 79%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/Triangle2D.cc.o
[ 81%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/G2lib.cc.o
[ 83%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Line.cc.o
[ 85%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/ClothoidSpline-Interpolation.cc.o
[ 87%] Building CXX object CMakeFiles/ClothoidsDynamic.dir/src/ClothoidSpline-LMSolver.cc.o
[ 89%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/PolyLine.cc.o
[ 91%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/Triangle2D.cc.o
[ 93%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/ClothoidSpline-Interpolation.cc.o
[ 95%] Building CXX object CMakeFiles/ClothoidsStatic.dir/src/ClothoidSpline-LMSolver.cc.o
[ 97%] Linking CXX shared library libClothoids.so
[ 97%] Built target ClothoidsDynamic
[100%] Linking CXX static library libClothoids.a
[100%] Built target ClothoidsStatic

Then the install also seemed to work:

user@user-iMac:~/linuxcnc_trajectory_planner/cmake/Clothoids-1/build$ sudo make install
[ 12%] Built target PolynomialRootsStatic
[ 50%] Built target ClothoidsStatic
[ 87%] Built target ClothoidsDynamic
[100%] Built target PolynomialRootsDynamic
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib/libPolynomialRoots.a
-- Installing: /usr/local/lib/libPolynomialRoots.so.2.0.0
-- Up-to-date: /usr/local/lib/libPolynomialRoots.so.2
-- Set runtime path of "/usr/local/lib/libPolynomialRoots.so.2.0.0" to "$ORIGIN"
-- Up-to-date: /usr/local/lib/libPolynomialRoots.so
-- Installing: /usr/local/include/PolynomialRoots/PolynomialRoots-Utils.hh
-- Installing: /usr/local/include/PolynomialRoots/PolynomialRoots.hh
-- Installing: /usr/local/lib/cmake/PolynomialRoots/PolynomialRootsTargets.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/PolynomialRootsTargets-noconfig.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/PolynomialRootsConfig.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/PolynomialRootsConfigVersion.cmake
-- Installing: /usr/local/lib/libClothoids.a
-- Installing: /usr/local/lib/libClothoids.so.3.0.0
-- Up-to-date: /usr/local/lib/libClothoids.so.3
-- Up-to-date: /usr/local/lib/libClothoids.so
-- Installing: /usr/local/include/Clothoids/AABBtree.hxx
-- Installing: /usr/local/include/Clothoids/BaseCurve_using.hxx
-- Installing: /usr/local/include/Clothoids/BaseCurve.hxx
-- Installing: /usr/local/include/Clothoids/Biarc.hxx
-- Installing: /usr/local/include/Clothoids/BiarcList.hxx
-- Installing: /usr/local/include/Clothoids/Circle.hxx
-- Installing: /usr/local/include/Clothoids/Clothoid.hxx
-- Installing: /usr/local/include/Clothoids/ClothoidList.hxx
-- Installing: /usr/local/include/Clothoids/Constants.hxx
-- Installing: /usr/local/include/Clothoids/Fresnel.hxx
-- Installing: /usr/local/include/Clothoids/G2lib.hxx
-- Installing: /usr/local/include/Clothoids/Line.hxx
-- Installing: /usr/local/include/Clothoids/PolyLine.hxx
-- Installing: /usr/local/include/Clothoids/Triangle2D.hxx
-- Installing: /usr/local/include/Clothoids/Types.hxx
-- Installing: /usr/local/include/Clothoids/ClothoidSpline-Interpolation.hxx
-- Installing: /usr/local/include/Clothoids/Clothoids.hh
-- Installing: /usr/local/lib/cmake/PolynomialRoots/ClothoidsTargets.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/ClothoidsTargets-noconfig.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/ClothoidsConfig.cmake
-- Installing: /usr/local/lib/cmake/PolynomialRoots/ClothoidsConfigVersion.cmake
[/code]
  • Grotius
  • Grotius's Avatar
20 Oct 2024 10:18
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi Bkt,

tomorrow evening I try to check and compile ....
Ok. Good luck.

no time to study cmake system ...
Along the way, you get used to the cmake system, you don't have to study it now.
ChatGpt can does a good job in assisting you with any modifications related to your cmakelists.txt file

but think I'm obligate in near future ....
In the past i also used the .pro system. But i am glad to have made the switch to the cmake system.

any we can exchange the mail
Keep it just here, so others can benefit.



 
  • btvpimill
  • btvpimill
20 Oct 2024 09:29
Replied by btvpimill on topic Holes have a taper

Holes have a taper

Category: General LinuxCNC Questions

Couple things that may be worth trying:
1- cut another hole in a new piece on top of the target part. This will point out if there is a Z height thing going on. If the bottom of the hole is correct but the top is .008 too big, something is happening with Z.
2- cut a plug the same size as the hole. It is much easier to measure the plug than the hole. If it is parallel and correct, see if it fits in the hole. Could be simply a measurement thing if you are measuring the hole from the top.

aside form tool spring it is hard to imagine what could be wrong. Seems like the only other answer is something loose - spindle bearings/slide (but must be loose in x and y direction the exact same amount)
  • Bridgeport56124
  • Bridgeport56124
20 Oct 2024 09:10
Replied by Bridgeport56124 on topic MECHATROLINK-II interface

MECHATROLINK-II interface

Category: Driver Boards

Hi Dmitry, sorry for my persistence in trying to contact you.
I am keen to buy one of your Yaskawa Sigma 7 Compatible boards.
I tried contacting you by email on the SSCNET email but have had no response as yet.
If you could check to see if my email got sidelined please.
Many thanks

Geoff
  • Jensner
  • Jensner
20 Oct 2024 08:54 - 20 Oct 2024 08:55
Replied by Jensner on topic Tool Anzeige

Tool Anzeige

Category: QtPyVCP

Hi,

after my last reinstallation of LinuxCNC + Probe Basic i run into an equal problem that in my tooltable, where normaly has been shown 3 columns (number, Diameter, Info), there are now nearly 20 columns.

I tried to solve this with the "custom_config.yml" file, but nothing changed.
Is there an detailed info how exactly to use these yml-files with Probe Basic?
Do i have to do something more to activate the yml file?
Thanks a lot..

Best regards
Jens  
  • tommylight
  • tommylight's Avatar
20 Oct 2024 08:46
Replied by tommylight on topic rp1lib - user space driver for the RP1 chip

rp1lib - user space driver for the RP1 chip

Category: Computers and Hardware

Cornholio is going to be very happy! :)
  • tsaG
  • tsaG
20 Oct 2024 06:39

ProbeBasic Spindle connection (No Speed indicated, no control possible)

Category: QtPyVCP

Great, thanks. I will look into it. Is there any documentation about all the HAL files?
I see that I am also missing some other connections and configurations.

Buttons like „go to zero“ or „go to G30“ are not working (yet).
  • Aciera
  • Aciera's Avatar
20 Oct 2024 05:23
Replied by Aciera on topic rp1lib - user space driver for the RP1 chip

rp1lib - user space driver for the RP1 chip

Category: Computers and Hardware

Why rp1lib? Why not rp5lib?

It's what the new chip is called that controls the IO on the Rpi5

www.raspberrypi.com/news/rp1-the-silicon...ere-at-raspberry-pi/
  • scotta
  • scotta's Avatar
20 Oct 2024 04:41
Replied by scotta on topic rp1lib - user space driver for the RP1 chip

rp1lib - user space driver for the RP1 chip

Category: Computers and Hardware

Getting closer. The remora-spi LinuxCNC component can now:

1. Detect the RPi 5 and initialise the RP1 SPI
2. Can come out e-stop! Comms are up when testing with an Octopus board, but getting some errors reported

Need to play with speed settings etc to see if that helps.

Getting very close now :-)
Displaying 19681 - 19695 out of 24136 results.
Time to create page: 0.423 seconds
Powered by Kunena Forum