Advanced Search

Search Results (Searched for: )

  • tsaG
  • tsaG
18 Oct 2024 13:23 - 18 Oct 2024 13:29
Replied by tsaG on topic Tool length sensor direction change

Tool length sensor direction change

Category: QtPyVCP

Yes, I fully agree with you that Z goes into negative direction when going down. However, as I understood (correct me if I am wrong), the probing tool requires you to have Z= 0 at the highest Z-Gantry Position. However, my current approach is that X=Y=Z=0 is in the lower left corner on the Bed. AS I understood Probe Basic requires that you config your machine that (as I did now) X=Y=Z=0 is in the lower left corner but 220mm (for me) up in the air.

Cheers

Patrick
  • flexbex
  • flexbex
18 Oct 2024 13:15
Hbs86 stepper timing was created by flexbex

Hbs86 stepper timing

Category: PnCConf Wizard

I have a hbs86 stepper driver. I try to figure out the timing. From the manual I get this timing diagram.
 



Am I correct that my values should be ?
Step time 2500ns
Space time 2500ns
Dir Setup 6000ns
Dir hold?
 
  • Grotius
  • Grotius's Avatar
18 Oct 2024 13:13
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Hmm, ok.
Do you have the Eigen lib? : sudo apt-get install libeigen3-dev

In the next upload, there will be a check in the cmakelists for that.

So installing the clothoids-1 is for now a manual task. So it's annoying i know. I feel with you.
You can build the clothoids-1 in their own dir using a build dir. Then you can do a system wide: sudo make install.
Or copy the files over into the rtlib. Preferr to build the clothoids before the motion and planner.
I know this has to be changed soon.

Good luck. When spot install problems, let me know.

In the mean time i did some tests.
This are situations where the G64 P20 Q0 is used. Extreme situations to verify the blend algoritme for robustness.
Will show now a few pictures sets. Each set is before blending, and after blending with radius 20mm.
This are files using low dimensions so 20mm is just a incredible high value.

before:
 
after:
 

Here you can see the interpreter has given around 20.000 gcode lines. Not the entire file.
Therefore you see the buffered output is filletized as a result. When this then is machined, the next
load will occur.

before:
 
after:
 

before:
 
after:
 

 
  • rajsekhar
  • rajsekhar
18 Oct 2024 13:07
Replied by rajsekhar on topic Encoder ppr?

Encoder ppr?

Category: Driver Boards

I get 3600PPR @3000 RPM = 50 RPS* 3600 = 180 KHz A/B signals and 720 KHz count rate (4X 180KHz)

at 5 mm/turn and 4X3600 counts per turn that's ~0.347 microns per count


I do not understand why 180kHz is multiplied by 4.
  • royka
  • royka
18 Oct 2024 13:04
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

I've updated the kernel deb, you could try to install that one and post the result of "ls -l /boot" before you reboot. At least at the Orange Pi 5 plus it (already) worked fine to boot from nvme.
  • Aciera
  • Aciera's Avatar
18 Oct 2024 12:15
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Just cloned your repo and tried to build linuxcnc. I get this error:
Compiling emc/task/emctask.cc
In file included from emc/motion/motion.h:75,
                 from emc/task/emctask.cc:36:
emc/motion/optimizer.h:9:10: fatal error: eigen3/Eigen/Dense: No such file or directory
    9 | #include "eigen3/Eigen/Dense"
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:287: objects/emc/task/emctask.o] Error 1
  • JT
  • JT's Avatar
18 Oct 2024 12:00
Replied by JT on topic Flex GUI Tutorials

Flex GUI Tutorials

Category: Other User Interfaces

Tutorial 05


JT
  • Grotius
  • Grotius's Avatar
18 Oct 2024 11:56
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi,

Do you have a link for me? Where to find you on github?
 
  • Grotius
  • Grotius's Avatar
18 Oct 2024 11:39
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Hi Rob,

But probing is just a straight line feed that triggers a sensor event? How is this related to smoothing?

Attached a validation gcode file. You could test this in linuxcnc. It's result of a G64 P20 Q0.
To visualize this, the fillets are drawn as G1 linestrip.

This was hard work, because what you see is a filletized path using clothoids.
To use them in 3d space, i had to add logic to project 3d planes to xy planes and back to do the clothoid calculations.

At one point in the original gcode file it sees a transition from arc on xy plane to a line that goes z up.
This is a situation where segments points are not all in the same plane.
This situation is then reverted to use a bspline.

So far no tiny segments are filtered out.

For the source code, Clothoids-1 is added. This cmakelists file has to be reviewed as it is quite a mess now.

The clothoids lib integration was quite a lot off alien obstruction. But at least is works now !

repository

 

 
  • Lcvette
  • Lcvette's Avatar
18 Oct 2024 11:37

Another Idiot attempts to use Probe Basic and begs for help

Category: QtPyVCP

do you have HALUI = halui in your ini still?
  • rajsekhar
  • rajsekhar
18 Oct 2024 11:34
Replied by rajsekhar on topic Latency and Graphics Card

Latency and Graphics Card

Category: General LinuxCNC Questions

With my experience of my last setup, it is safer way to opt for inbuild GPU with higher RAM and more importantly two identical RAM on both slot of motherboard.
It really improved latency.
  • tsaG
  • tsaG
18 Oct 2024 11:33

[ Vfdmod ] An easy VFD control over MODBUS RTU

Category: HAL

Hi,

I managed to get VFDMod to run using the good ol' Wayback machine. A bit slow but everything available (even the installable download package mentioned above).
web.archive.org/web/20230123060705/https...ub.com/aekhv/vfdmod/

 My BD600 Spindle is running (when pushing the button) and I can also issue the GCode Command to change the spindle speed but I can not change the speed using any button. Nor Do I see the speed or Spindle Load. Did anyone get VFDMod Working in QTPYVCP?
  • FedX
  • FedX
18 Oct 2024 11:30 - 18 Oct 2024 13:23
Replied by FedX on topic KeyError vtk_backplot

KeyError vtk_backplot

Category: QtPyVCP

I'm sorry for the confusion it seems to be regarding the dev version. If i change to stable everything works.

But this leads to antother dumb question.. If i change to stable by using the apt manager probe_basic_mill_designer will use the normal src and not the venv (It starts with the normal UI and not the one in dev/probe_basic/src). As soon as i uninstall probe basic and qtpyvcp via dpkg it works again.. But if i would build a .deb file out of my changes i guess that i will also have all the bugs which are not fixed so far from the dev version.. Is there a way to run the designer launcher on the stable version?

Mh if i delete qtpyvcp from my dev/ folder its working.. So i guess the installer uses the non stable version? 

Ok i just added a git tag of qtpyvcp to 4.0 in the installer to manually choose the versions of QtPyvcp and probe-basic for my venv the git tag in the installer and now everything is working. At least its not throwing an error, but the plotter seems to have an issue with drawing the preview where it should be when changing the WCS
  • Lcvette
  • Lcvette's Avatar
18 Oct 2024 11:29

Another Idiot attempts to use Probe Basic and begs for help

Category: QtPyVCP

I updated the docs to include the postgui hal edits, I also removed the link back to the old docs in the forum and directed readers to the docs config section to help avoid future confusion, thanks for the heads up on that.. missed it since it was in a section i wasn't updating!

link below to the updated docs page:

kcjengr.github.io/probe_basic/machine_config.html
  • ThyerHazard
  • ThyerHazard's Avatar
18 Oct 2024 11:23

Another Idiot attempts to use Probe Basic and begs for help

Category: QtPyVCP

Thanks for the help guys, But I wasn't being sarcastic in my thread title my brain is as smooth as glass. like a surface plate almost so forgive me. Included is my edited postgui.hal file that I have added the commented out parts for the probe and the spindle speed (hopefully I've done it correctly.

And the new error pop up I'm now getting. :(
Displaying 19831 - 19845 out of 24148 results.
Time to create page: 0.525 seconds
Powered by Kunena Forum