Advanced Search

Search Results (Searched for: )

  • Moutomation
  • Moutomation
07 Oct 2025 17:11
Replied by Moutomation on topic found an error

found an error

Category: Gmoccapy

self.logofile = str(args_passed[ index + 1 ]) gave an error on this line gmoccapy was not opened probably not a suitable solution for pi5
  • nanowhat
  • nanowhat
07 Oct 2025 17:04

Ethercat drives not responding, mesa error finishing read

Category: EtherCAT

Debian 13 didn't work: apt-key isn't allowed any more, and I don't know what to do to work around that. Without that, I can't install linuxcnc.

Debian 12 doesn't work either: I can install linuxcnc and ethercat, but I can't start ethercat. I see the error "modprobe: FATAL: Module ec_master not found in directory /lib/modules/6.1.0-40-rt-amd64"
  • Marko6
  • Marko6
07 Oct 2025 17:00
Replied by Marko6 on topic Ethercat, EL6751 and CANOpen

Ethercat, EL6751 and CANOpen

Category: EtherCAT

Greetings from the Czech Republic!

I'm working on a spindle (IMT 40kRPM) and the drive only has CAN, so I decided to use the EL6751, because everything else on my machine is on Ethercat. That's the problem.

There is a possibility that the CAN is running from TwinCAT and I can spin motor, etc. If I then connect the EK1100 to the LinuxCNC network, both cards start up (OP), but the CAN is red (flashing in the attached configuration, otherwise still red). Any idea what's wrong with that? Did I miss something?

Thank you. Best regards,
Pavel. 
  • Twitchy88
  • Twitchy88
07 Oct 2025 16:53 - 07 Oct 2025 17:34
User interface was created by Twitchy88

User interface

Category: General LinuxCNC Questions

Hello Everyone
Almost done the electrical end of my Fadal CNC retrofit. Im looking into the GUI for it now.

I see the LINUXCNC install comes with a few GUI already, is there an advantage to using those over lets say probe basic?

Right now Im leaning towards QTDragon because it comes with the install.

Thanks In advance for any help.
  • Aciera
  • Aciera's Avatar
07 Oct 2025 16:52 - 07 Oct 2025 17:01
Replied by Aciera on topic found an error

found an error

Category: Gmoccapy

I'm not familiar with pi installations but you could try these modifications to gmoccapy which also fixed the problem for me:
github.com/LinuxCNC/linuxcnc/pull/3511/files

[edit]
Without rebuilding you will need to modify 'gmoccapy' in the /bin folder. 
  • Moutomation
  • Moutomation
07 Oct 2025 16:43
Replied by Moutomation on topic found an error

found an error

Category: Gmoccapy

I am using pi5, I could not find this file python_plugin.cc
  • jmelson
  • jmelson
07 Oct 2025 16:33
Replied by jmelson on topic Fanuc encoders

Fanuc encoders

Category: Driver Boards

It could very well be the same, but I'm not sure. This is for the beta and not the alpha series of Fanuc. Like I said, I could not find the details of the protocol anywhere, but that could also mean I did not look in the right place.
 

I never found any document on the data format, but I managed to insert a pulse and get the encoder to send data.  Then, I looked at it on a scope, and created an FPGA to read the data and send it to a computer via the parallel port.  I then spun the encoder by hand and wrote programs to extract the data.  The hardest thing to crack was the CRC.  I took some of the extracted data, and ran it through a program that tried many different CRC polynomials until I got a zero result from every data pattern.  Then, I coded that up in VHDL and put it into my converter product.
Your description looks JUST like what I deciphered.

One note,  There are absolute and incremental versions of these encoders, at least on the older Alpha series.  The absolute ones have extra data at the end that provides a 10-bit resolution absolute position immediately at power-on.  The incremental encoders power-up assuming rotary position zero, and then the position count jumps when they pass the index position.  So, you can't get any reliable commutation out of them without battery backup.
Jon
  • Moutomation
  • Moutomation
07 Oct 2025 16:24
Replied by Moutomation on topic found an error

found an error

Category: Gmoccapy

I use ethercat
  • partec
  • partec
07 Oct 2025 16:18

Very small 4 axis mill for cutting plastic materials

Category: Show Your Stuff

I do believe that a simplified milling procedure can be implemented.
The C-axis must be adjusted so that the milling spindle is approximately perpendicular to the cutting contour in every small section.
A fully converted X-Y-Z-C point file is required.

You write:
-pretty sure this needs TCP as the cut line is always 1mm under the material (also 1mm thick roughly) 
What exactly do you mean by that TCP?

You also write:
-having a look through the included TRT configs
What exactly do you mean by that TRT?

Surely you also have an envelope file (stp or similar)?
  • mark-v-d
  • mark-v-d
07 Oct 2025 16:15
Replied by mark-v-d on topic Fanuc encoders

Fanuc encoders

Category: Driver Boards

I've verified the vhdl and c code, and hostmot2 is indeed dealing with
the same protocol.

But at least now you know how to interpret the CRC, because that is not
done in hostmot2.

And I have learned where the batt_fail bit is (not that there is one on
the incremental encoder) They also don't seem to know what the purpose of
those 3 changing bits is. Maybe I'll figure that one out eventually.
  • Aciera
  • Aciera's Avatar
07 Oct 2025 16:13
Replied by Aciera on topic found an error

found an error

Category: Gmoccapy

Are you using master? If so you might have to update as a fix for such an issue was merged here:
github.com/LinuxCNC/linuxcnc/pull/3516
  • DerKlotz
  • DerKlotz
07 Oct 2025 15:54
Replied by DerKlotz on topic Mesa 7i76e -> problem to activate TB5 and TB6

Mesa 7i76e -> problem to activate TB5 and TB6

Category: PnCConf Wizard

Yes, that was the problem. Thanks
  • chrischan
  • chrischan
07 Oct 2025 15:51
Replied by chrischan on topic Probe screen v2 - malfunction?

Probe screen v2 - malfunction?

Category: Advanced Configuration

Yes they also jog w/o probe screen. But then the axis stop when I release the button. Only in probe screen the axis don't stop.
  • tommylight
  • tommylight's Avatar
07 Oct 2025 15:39
Replied by tommylight on topic Mesa 7i76e -> problem to activate TB5 and TB6

Mesa 7i76e -> problem to activate TB5 and TB6

Category: PnCConf Wizard

Probably locale setting issues, so set the locale to en_US and UTF-8 and try again.
sudo dpkg-reconfigure locales
  • wusel0464
  • wusel0464
07 Oct 2025 15:39
Replied by wusel0464 on topic Change camera resolution Qtdragon?

Change camera resolution Qtdragon?

Category: Qtvcp

Hello,

Apparently I found the right place in the code, at least the image quality changes.
Enclosed the pictures I have reached, maybe you can use or expand it in the future.

Thanks to everyone and best regards, Frank
Displaying 7741 - 7755 out of 18117 results.
Time to create page: 2.082 seconds
Powered by Kunena Forum