Advanced Search

Search Results (Searched for: )

  • Plasmanfm
  • Plasmanfm
21 Oct 2024 12:47

G-Code Verarbeitung: Kurze Pausen zwischen Bewegungen - Wie beschleunigen?

Category: Deutsch

Ein Camprogram ist das Program das aus einer Zeichung den G-Code erstellt zb. Sheetcam oder ein Unterprogram des Zeichenprogram.


Gruß
Juergen
  • marto112
  • marto112
21 Oct 2024 12:46
Gecko 540 + Mesa 5i25 configuration. was created by marto112

Gecko 540 + Mesa 5i25 configuration.

Category: Basic Configuration

I am trying to setup my router with a 5i25 card I inherited. I have a previously working config from a parport setup with the gecko and have been working to port it over. The 5i25 is running the g540x2 firmware and I have most of the motion setup.

I am still missing a few things. Biggest one is homing as its a dual motor gantry this is kind of critical to make sure machine is square.

I have setup the correct pins and have confirmed the status changes through the GUI but when I press home nothing happens. I am sure I am missing something but can't see it.

Any suggestions or ideas would be appreciated.

Files attached XYZCNC is new config for MESA. Gecko is old for parport.

Steve
  • Aciera
  • Aciera's Avatar
21 Oct 2024 12:40 - 21 Oct 2024 14:07
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

[edit]

I guess I haven't really thought through the process yet as it probably starts to reoptimize the validate_<...>.ngc code in the background when I hit the run button with the already optimized code loaded.


Looks cool.

So are you thinking of moving on to the planner now or are you still thinking about representing the clothoid fillets in a more concise form rather than a bunch of G1 line segments? 
  • royka
  • royka
21 Oct 2024 12:39
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 don't understand exactly what you mean, here all the deb files work with boot from sata and nvme on the orange pi 5 and 5 plus, so now it also works on yours?
  • Aciera
  • Aciera's Avatar
21 Oct 2024 12:35

Time to revisit coolant mapping of M-codes in Linuxcnc

Category: General LinuxCNC Questions

remapping is certainly a valid option for sure.

Then you may want to try the patch I posted above. If you want dedicated halpins, rather than use motion.digital-out-xx pins, you could create a python hal component that creates the pins as you want them and then use a python remap that writes directly to the python comp instead of the ngc remap setting the motion.digital-out-xx pins.
  • Aciera
  • Aciera's Avatar
21 Oct 2024 12:31 - 21 Oct 2024 12:46
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

 At this point linuxcnc cannot be recovered and has to be restarted


Correction: If I wait long enough after hitting the 'Stop program execution' button it does actually stop the program and the GUI is responsive again but loading another ngc file (not even running it) makes it hang again.

termial output:

USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 1 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 53 timeout
USRMOT: ERROR: command 1 timeout
USRMOT: ERROR: command 38 timeout
task: main loop took 35.003955 seconds
USRMOT: ERROR: command 11 timeout
task: main loop took 1.001118 seconds

 

  • Aciera
  • Aciera's Avatar
21 Oct 2024 12:25
Replied by Aciera on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

Ok, so just so we are on the same page, here is what I get.

It creates the validate_<...>.ngc :
gcode loaded items: 1
gcode loaded items: 44
gcode loaded items: 135
gcode ready to be processed in thread.
set your gui maxvel to zero. Then the machine won't move when saving the gcode.
init curves done.
trim curves done.
added inbetween segments:178
Gcode file ready, filename:../../../cmake/validate_1048567314.ngc
thread completed.
vector pointer is not valid.
vector pointer is not valid.

Not sure if 'vector pointer is not valid' is a problem but I notice that when I run the created file it gets hung up after having run the first maybe 500 lines (this changes from one try to another). At this point linuxcnc cannot be recovered and has to be restarted.
 
 

Meanwhile more validate_<...>.ngc files have been created:


 


Are you seeing these hangups as well?
  • Jensner
  • Jensner
21 Oct 2024 12:06

Unexpected realtime delay on task 0 with period 1000000

Category: QtPyVCP

Hi there,
I`m actualy on optimizing my Probe Basic Installation.
One of an Error, which i had since the beginning was the following
Unexpected realtime delay on task0 with period 1000000This Messagewill only display once persession.Run the Latency Test andresolve before continuing.

After confirming this message i didn`t have any problems.
I run an Latency test and i think my system should be OK.
Further I`m using a MESA 7I96S, so it should be OK.

Is there something i can do?
Thanks a lot.
 
  • ccc774
  • ccc774
21 Oct 2024 12:01 - 21 Oct 2024 12:02
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

With the latest deb's from the Test directory it did not boot.

I downloaded the image you put "Armbian-unofficial_24.11.0-trunk_Orangepi5_bookworm_vendor_6.1.75_cinnamon_desktop-002.img" and big surprise, it stuck when booting.

I used the image "Armbian_24.8.1_Orangepi5_bookworm_vendor_6.1.75_cinnamon-backported-mesa_desktop.img" (the one in your link on page 35), and it boots and I can apply rt kernel to it.

The answer lies in the differences between the two non real time images. One boots and the other doesn't.

Do you think that if you applied configuration for rt-kernel on the image "Armbian_24.8.1_Orangepi5_bookworm_vendor_6.1.75_cinnamon-backported-mesa_desktop.img" it would result in deb's that would work?
  • smc.collins
  • smc.collins
21 Oct 2024 11:54

Time to revisit coolant mapping of M-codes in Linuxcnc

Category: General LinuxCNC Questions

I cannot test this right now but looking at this makes me wonder if it could actually be this easy to add 'M7' and 'M8' to the list of remap-able Mcodes (considering that according to the documentation 'M9' should not be a remap-able Mcode somebody already seems to have done or at least tried to do something like this)  :

 

remapping is certainly a valid option for sure. 
  • Jensner
  • Jensner
21 Oct 2024 11:49
Replied by Jensner on topic Tool Anzeige

Tool Anzeige

Category: QtPyVCP

Yesterday, i did some further testing and at least i could solve the issue with my tootlable.

Thanks to all.


 
  • programador
  • programador's Avatar
21 Oct 2024 11:39

Example of HAL configuration for plasma torch height control with THCAD2 7i96s

Category: HAL Examples

Good morning, friends

Does anyone have an example of how the Z axis is connected and controlled in the axis movement for controlling the height of a plasma torch using the THCAD2 board on the ENCA+ input of the 7i96s? I am developing it for other purposes, but I think the example can help. It needs to be in LinuxCNC 2.8.4, if anyone has an example, even a simple one, it will help.

 

 
  • vmihalca
  • vmihalca
21 Oct 2024 10:40

7i95T spindle control via Modbus RS485 and SPINX1A

Category: Driver Boards

I was able to start the spindle, direction works fine, but I have a problem with the speed.
My lathe max speed is 3000 rpm, when I set this speed, the pwm value is 0.999 so almost 1, which I think is correct.
When I set 700rpm, I get 0.23 on the pwm.value, which is also correct, however, the voltage measured between SP- and SPV is 5.8V so it spins way faster than it should.
How can I scale the value of the potentiometer so that between SP- and SPV I get the correct voltage.
Between SP- and SP+ I have 10.75V so this would mean 3000 rpm, so for 1500rpm, between SP- and SPV, I should have 5.37volts or smth like this.
  • The Egyptian
  • The Egyptian
21 Oct 2024 10:05
About lathe spindle encoder was created by The Egyptian

About lathe spindle encoder

Category: General LinuxCNC Questions

Hi , is there any way to connect encoder to arduino to count encoder pulses and send the count to linuxcnc 
i want to use 2000ppr encoder so i want to use arduino insted of pc to count pulses
any help will be appreciated
  • dm17ry
  • dm17ry's Avatar
21 Oct 2024 09:38
Replied by dm17ry on topic MECHATROLINK-II interface

MECHATROLINK-II interface

Category: Driver Boards

hello!
your email service is broken:
The recipient server did not accept our requests to connect. For more information, go to support.google.com/mail/answer/7720
[surfdyne.com 104.24.15.55: timed out]
[surfdyne.com 198.41.201.51: timed out]
[surfdyne.com 104.19.52.50: timed out]
a text message to the phone number and telegram did not work either. so.. :) get a working email please...

if your drives are M-II (SGD7S-xxxx10A with a couple of USB-A type connectors) then yes, YMTL2P will work
Displaying 22216 - 22230 out of 22886 results.
Time to create page: 4.978 seconds
Powered by Kunena Forum