Advanced Search

Search Results (Searched for: )

  • choqui2010
  • choqui2010
23 Oct 2024 22:37 - 23 Oct 2024 22:38
Replied by choqui2010 on topic KINEMATICS

KINEMATICS

Category: General LinuxCNC Questions

 No, I was looking at some models of 5-axis machines and this one seemed interesting to me, so I asked if there was a kinematics for this model.
although this one would be pretty close
  • phillc54
  • phillc54's Avatar
23 Oct 2024 22:33
Replied by phillc54 on topic Update failure

Update failure

Category: Plasmac

I thought that you were using master branch, your config shows:
LINUXCNCVERSION: 2.9.0~pre1+git20230208.f1270d6ed7
which is the useless version that is on the Debian Bookworm repository.

The best way to post a QtPlasmaC config is via the BACKUP button in the settings tab.
 
  • tommylight
  • tommylight's Avatar
23 Oct 2024 22:01
Replied by tommylight on topic KINEMATICS

KINEMATICS

Category: General LinuxCNC Questions

OK, the machine in your picture has strange axis positions, does yours actual machine have the same position for X Y and Z axis?
  • choqui2010
  • choqui2010
23 Oct 2024 21:43
Replied by choqui2010 on topic KINEMATICS

KINEMATICS

Category: General LinuxCNC Questions

hola.. si, es una maquina de 5 ejes.
la imagen lo baje de internet
  • tommylight
  • tommylight's Avatar
23 Oct 2024 21:41
Replied by tommylight on topic KINEMATICS

KINEMATICS

Category: General LinuxCNC Questions

It says :
X is up / down
Z is front back
Y assumed to be left right
It also seems to have another angular axis that the spindle is attached to, so is this a 5 axis machine?
Blatantly stolen from the internet:
  • tommylight
  • tommylight's Avatar
23 Oct 2024 21:36
Replied by tommylight on topic IP Blocked

IP Blocked

Category: Forum Questions

Did not get a report, so no.

See where the mouse is, try again.
Thank you.
  • spontarelliam
  • spontarelliam
23 Oct 2024 21:17
Replied by spontarelliam on topic IP Blocked

IP Blocked

Category: Forum Questions

I reported my ip, did you have a chance to unblock it yet? We still seem to be blocked.
  • choqui2010
  • choqui2010
23 Oct 2024 21:15
KINEMATICS was created by choqui2010

KINEMATICS

Category: General LinuxCNC Questions

  Good morning or good afternoon everyone, I have a question.What type of kinematic would be ideal for this configuration?thank you
  • tommylight
  • tommylight's Avatar
23 Oct 2024 20:55
Replied by tommylight on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

You are welcomed, always.
  • Grotius
  • Grotius's Avatar
23 Oct 2024 20:39
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Hi,

Today was a difficult coding day. I expected the stress test would go ok for using end velocity's. But not.
It took again the whole day.

Had some hard times solving a bug : using end velocity's, then when changing from negative to positive direction.
In the end this works now.
these few lines solved it.

Today the scurve lib is stress tested for 2.000.000 iterations, motions using random double values between :
1. Positions -100 to 100
2. End velocity's -10 to 10

The stress test file : stress test
Output, running 2 instances:
 

For visualising what is happening i have a gui test app.

Another thing that is changed today is the way we compile projects with cmake.
We now compile each project in it's own build dir, directed by the toplevel cmakelists.
This makes things much easyer.
Normally it would build everything besides the toplevel cmakelists. But this is unwanted for me.
Modified toplevel cmakelists

Ok, we now may expect the scurve planner is stable.
  • tenfrozentoes
  • tenfrozentoes
23 Oct 2024 20:33
Replied by tenfrozentoes on topic Question on Step 4 of the APT install instructions

Question on Step 4 of the APT install instructions

Category: QtPyVCP

Wow- Incredibly responsive!!!

Unfortunately- Im still not able to load Probe Basic. I get a PopUp of LinuxCNC Errors thats longer than a book. I've attached it here.
For what ever it is worth- I have succesfully loaded/launched qtdragon GUI ok.

The uploader yelled at me for the .report extention- so I added a .txt
Hopefully that works.

I appreciate any advice I can get.

 

File Attachment:

File Name: linuxcnc.report.txt
File Size:38 KB
  • Grotius
  • Grotius's Avatar
23 Oct 2024 20:17
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Tommy,

Yes in Holland. I love nature. Quite places with only birds around.
Then i can take wildlife picture's in early summer.
I think of moving to Kosovo for around 4-5 years now. But then covid came.
  • Lcvette
  • Lcvette's Avatar
23 Oct 2024 20:13
Replied by Lcvette on topic Probe Basic Buttons Missing

Probe Basic Buttons Missing

Category: QtPyVCP

Ini setting for user buttons and new user button folder are needed, copy from sim config
  • trojansf
  • trojansf
23 Oct 2024 20:12
Replied by trojansf on topic Linux equivalent to NCPlot

Linux equivalent to NCPlot

Category: CAD CAM

You probably want to check out CNC Macro Simulator II.

It's device agnostic and only requires a browser to run. I use it on my mac all the time.

It's definitely worth it. The developer is responsive and has made successive suggested changes to the software.

kandksoftware.github.io/macro-terminal-pro/en/
  • Grotius
  • Grotius's Avatar
23 Oct 2024 20:05
Replied by Grotius on topic Running halui in real time space?

Running halui in real time space?

Category: HAL

Hi Ben,

If you have chance have a look at simple logic such as  run/step pause resume logic and you will see that its not easy to configure such simple logic
I have seen yesterday that this is nml command. So that's not directed to hal realtime but instead to nml server.

In nutshell halui running in user space its execution time is unpredictable. 
I understand your concerns. It's a reason to not use it.

halui from user space to realtime space. It's probably a lengthy process.
How would you like to send command's from user space? Or have you something else in mind?
To understand your situation even more i need at least one example outside the start,stop commands.

3 weeks ago i made a websocket implementation for nml. This is very responsive. You may say the data exchange is realtime.
So maybe you can better use a websocket server & client connected to hal rt.

Then for example the websocket server is running from inside a realtime component.
Then from user space you can sendt halcommand's in a string. You can use all the commands from the halcmd program.

This is then a example, also using start, stop etc. Only using nml interface here :
youtube.com/shorts/IDJHTxdfp6Y

So best is let me know exactly what you want, wich programming language you use or not use. etc.


 
Displaying 19426 - 19440 out of 24154 results.
Time to create page: 0.753 seconds
Powered by Kunena Forum