Advanced Search

Search Results (Searched for: )

  • Hakan
  • Hakan
13 Sep 2025 12:13 - 13 Sep 2025 12:13
Replied by Hakan on topic Glasmaßstab EIA-422 an Mesa 7i85 (S)

Glasmaßstab EIA-422 an Mesa 7i85 (S)

Category: Deutsch

We would like to see the error you get.
Nevertheless, I happen to know why. It's because index-enable is an IO pin, it's both input and output, a bit special.
So you can not set it to true, only connect it to a pin that is IO both input and output. Such as joint..index-enable
Relevant links www.linuxcnc.org/docs/html/drivers/hostmot2.html#_pins_5
linuxcnc.org/docs/html/man/man9/motion.9.html#JOINT%20PINS
  • WKS-3D
  • WKS-3D's Avatar
13 Sep 2025 12:03
Replied by WKS-3D on topic Glasmaßstab EIA-422 an Mesa 7i85 (S)

Glasmaßstab EIA-422 an Mesa 7i85 (S)

Category: Deutsch

Sind noch alle im Urlaub?
So ruhig geworden hier 
  • amanker
  • amanker
13 Sep 2025 07:37 - 13 Sep 2025 09:31

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

I changed according to your suggestion. But same issue "joint follwing error"
I am not seeing any mismatch of imperial vs metric units. I think I have defined only mm.

Yes I have set jumpers correctly. I tried flashing grblhal.. everything was working. So its not related to hardware or jumpers
  • Bruno
  • Bruno
13 Sep 2025 07:37 - 13 Sep 2025 15:59
Replied by Bruno on topic Mostly 3D Printed CNC Foam cutter

Mostly 3D Printed CNC Foam cutter

Category: CNC Machines

Do you need it to cut 4 axis or just 2 axis?
  • mal136
  • mal136
13 Sep 2025 06:17
Replied by mal136 on topic Plasmac Post Processors

Plasmac Post Processors

Category: Plasmac

IInteresting—I used the Fusion360 post processor from the first page of this thread (forum.linuxcnc.org/plasmac/38438-plasmac...t-processors?start=0). After rereading the PDF, it doesn’t explicitly say so, but I think I need to create separate 2D profiles for each feature I’m cutting. Since the post processor doesn’t generate Z movements, would that mean making individual profiles for all 12+ holes plus the part outline? and i assume plasmaC will control Z when it goes to probe for each cut?  I also tried Inkscape (which I like), but it skips certain splines and rounded corners in my parts. Redesigning everything just to fit Inkscape’s gcode output would be counterproductive.

Thank you so much Tommylight for your reply, i greatly appreciate your help!
  • Rookie0
  • Rookie0
13 Sep 2025 05:24
Replied by Rookie0 on topic How to use "FIXED PDO Mapping" on LinuxCNC

How to use "FIXED PDO Mapping" on LinuxCNC

Category: EtherCAT

I don't understand what you mean.
Perhaps you should directly describe the actual problem you are facing.
  • tar_san
  • tar_san
13 Sep 2025 01:56

How to use "FIXED PDO Mapping" on LinuxCNC

Category: EtherCAT

Hi, guys.

Does anyone know how to write FIXED PDO MAPPING in "ethercat-conf.xml"?

 
  • Lcvette
  • Lcvette's Avatar
13 Sep 2025 00:52

Probing routines changing mode from G90 to G91

Category: QtPyVCP

You can use M70-M73 for this type situation normally, but they require a return or ending call to be activated. the issue is that a probe abort does not allow any further interpreter action. It's an absolute stop of the que on the G38.x line which also leaves the subroutines in a hung state. I tried finding a work around a few years ago, but I couldn't sort out how to go about it.

My guess is something in lcnc would need to be added to error output maybe?
  • tar_san
  • tar_san
13 Sep 2025 00:51
Replied by tar_san on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

I'm sorry to be late to publish my codes.
This is my repository for it.

github.com/k-s-saki/LinuxCNC_EtherCAT/tr...in/Lichuan/LC10E-INC
  • wrecks
  • wrecks
12 Sep 2025 23:44 - 13 Sep 2025 11:28
I'm missing something about Glade was created by wrecks

I'm missing something about Glade

Category: GladeVCP

I have installed and created a working configuration for my mill. I'm very happy with it so far. I previously had the mill controlled by mach4, which had some issues. There were some things that I like about the mach4 gui, though. I want to modify my linuxcnc gui to include some of these features and thought I might be able to use gladeVCP to do it.

The installation I used for linuxcnc is the newest and recommended install. When I follow the gladeVCP documentation section 3.1, which says that if the Glade command is miss, install it with the command sudo apt install glade.

The glade command is indeed missing, but sudo apt install glade fails with unable to locate package glade.

What am I missing? Where can I find the glade package?
 
  • royka
  • royka
12 Sep 2025 23:15 - 13 Sep 2025 00:00
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

Yeah forgot about the permission errors. With calling this script from crontab it will solve that:
#!/usr/bin/bash
sleep 10 &&
echo "-1" > /proc/sys/kernel/sched_rt_runtime_us
echo 20 > /proc/irq/63/smp_affinity & echo 20 > /proc/irq/64/smp_affinity

The last ones to pin the Ethernet irqs, you should take yours which you can find with "cat /proc/interrupts"

Then save the file somewhere and chmod +x /location/filename
And enter "sudo crontab -e" and enter "@reboot /location/filename"
After that at least you should have LinuxCNC working again.
For the acceleration I'll have a look for that one of these days.

Now I see that the previous time your nvme didn't work until I reverted the got patch. Is it working now? Because I didn't do that on this kernel.

At least the Panfrost and the Panthor drivers are built in the kernel so it should be a system config or Mesa problem. Is the Mali firmware installed? "ls /usr/lib/firmware/mali*"
Which image are you using?
  • unknown
  • unknown
12 Sep 2025 22:28

AXIS Jog Rate display not updating after calling set_jograte() functions

Category: GladeVCP

I believe the axis GUI doesn't respond to changes such as you described, that can be seen in the example Sim configurations supplied with the standard Linuxcnc install.
Just thinking out loud, it would probably require digging into the axis code, exposing Hal pins for the GUI elements you would want to modify and implementing the code to respond to the Hal pins. This is part speculation.

But yes I've often thought that external interaction with the Axis GUI elements would be an idea, I still very much like axis. As much as many call the look dated, it works reliably.
But word on the street has it Axis is written in some language that only vets of The Editor Wars truly understand. I not too sure how many Vi or Emacs users are left.

Sorry for the dad joke at the end of this post, it really doesn't add much to answer your initial question.
  • tommylight
  • tommylight's Avatar
12 Sep 2025 22:22
Replied by tommylight on topic Save Post Reference to User List

Save Post Reference to User List

Category: Forum Questions

I believe that can implemented in a web browser via careful implementation of bookmarking.

+1
  • tnl1
  • tnl1
12 Sep 2025 22:22
Replied by tnl1 on topic AMSAMOTION IO module

AMSAMOTION IO module

Category: EtherCAT

Oh yeah, forgot to add, modules 1631 and probably 1632 have data values ​​output to port 2^16, so you'll need a bitslice conversion, not individual bit values ​​for input/output in your *.hal file
  • langdons
  • langdons's Avatar
12 Sep 2025 22:21
Displaying 2761 - 2775 out of 22561 results.
Time to create page: 0.550 seconds
Powered by Kunena Forum