Advanced Search

Search Results (Searched for: )

  • 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
  • tommylight
  • tommylight's Avatar
07 Oct 2025 15:31

Very small 4 axis mill for cutting plastic materials

Category: Show Your Stuff

Thank you very much.
Attached are both filters for LinuxCNC, the normal 3 axis and the generated 4th axis noted in the file names inside the zip file, also require adding these two lines to the ini file
PROGRAM_EXTENSION = .pts values
pts = ./LinuxCNC_pts_filter.py
or
PROGRAM_EXTENSION = .pts values
pts = ./LinuxCNC_pts_filter_4_axis.py
And another try at explaining things, badly as usual, the attached 3D image has the blueish-green cut line that is the actual gcode, so the tool should be horizontally positioned to cut the line
  • DerKlotz
  • DerKlotz
07 Oct 2025 15:28
Replied by DerKlotz on topic Mesa 7i76e -> problem to activate TB5 and TB6

Mesa 7i76e -> problem to activate TB5 and TB6

Category: PnCConf Wizard

No, maybe the wrong firmware? See attached file
  • Moutomation
  • Moutomation
07 Oct 2025 15:27
Replied by Moutomation on topic found an error

found an error

Category: Gmoccapy

This error occurs when we select the automatic G code file at the first startup from the gmoccopy settings.
Displaying 406 - 420 out of 22867 results.
Time to create page: 0.829 seconds
Powered by Kunena Forum