Advanced Search

Search Results (Searched for: )

  • langdons
  • langdons
Today 13:59
Replied by langdons on topic Leaving from TOOL page

Leaving from TOOL page

Category: Gmoccapy

The manuals are not always up-to-date with the current version.
  • vre
  • vre
Today 13:51
Replied by vre on topic Ganty sawmill

Ganty sawmill

Category: Advanced Configuration

Yes i have 15.6'' 1080p touch monitor
  • langdons
  • langdons
Today 13:50
Replied by langdons on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

Mac Pro?
Mac Mini?
Some Apple desktop?
(not Apple Silicon, obviously)

When you want something quiet, Mac is usually what comes to mind fo me.
  • langdons
  • langdons
Today 13:47
Replied by langdons on topic Machine On Timer

Machine On Timer

Category: General LinuxCNC Questions

The machine on button (F2) is purely software for me.

It does not actually switch my machine on or off.
  • langdons
  • langdons
Today 13:46
Replied by langdons on topic Machine On Timer

Machine On Timer

Category: General LinuxCNC Questions

Sorry.

On my machine, the driver on switch is a separate, physical switch that is totally independant of E-stop.

The e-stop communicates with the computer and disonnects the SCR that controls the router to ensure the router immediately turns off.
  • CallumRD1
  • CallumRD1
Today 13:42
Replied by CallumRD1 on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Thank for your the response. Here is some more information in response to your suggestions.

This first image is the machine showing G53 coordinates. The tool is in the center of the work envelope, as you can tell by the non-zero coordinates (0, 0, 0 is the top front left corner). 

This next image is after having switched to G54 using the gui button. As you can see, I set the G54 origin to be the current position, so it reads 0, 0, 0 while the tool is in the center of the work envelope. The work envelope image shows the work offset origin (3 vector arrows) as at the current position, as expect. This is all behaving as I expect.

But when I look at the offsets table, it hasn't reflected the changes to the G54 origin. No values have updated.

More so, when I clicked on the G54 Z value of 4 and tried to directly change it, I got this error, with the full text copied below.


Error message:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/qtvcp/widgets/origin_offsetview.py", line 370, in dataChanged
    self.reload_offsets()
  File "/usr/lib/python3/dist-packages/qtvcp/widgets/origin_offsetview.py", line 232, in reload_offsets
    temp[STATUS.stat.g5x_index-1] = STATUS.stat.g5x_offset
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'tuple' object does not support item assignment

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/qtvcp/widgets/origin_offsetview.py", line 373, in dataChanged
    self.reload_offsets()
  File "/usr/lib/python3/dist-packages/qtvcp/widgets/origin_offsetview.py", line 232, in reload_offsets
    temp[STATUS.stat.g5x_index-1] = STATUS.stat.g5x_offset
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'tuple' object does not support item assignment
  • Roger S
  • Roger S
Today 13:29 - Today 13:33
Replied by Roger S on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

I just tested it. When I restart the system, the link is down. with
lsmod | grep ec_generic
sudo modprobe ec_generic
lsmod | grep ec_generic

it works again

This is enough of a workaround for me. I can also do updates in the future with a clear conscience?
 
  • Hakan
  • Hakan
Today 13:15
Replied by Hakan on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

Wow! It works.I was ready to give up.
I don't know why it didn't work for you, exactly. More than there was a problem to load the ec_generic module using the ethercatctl script.
It will probably not work next time again.
I don't know of a permanent fix, but the two commands "sudo rmmod ec_generic" followed by "sudo modprobe ec_generic" will probably load the ec_generic module.
I don't know why it didn't work right away. But there is a fix.
  • hermann1976
  • hermann1976's Avatar
Today 13:11
Replied by hermann1976 on topic Change Tool Offsets after editing the Tool Table

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

thank you for your answer,
so the code block is included like your post and i didn't get an error.
The change of the length in Z is working (with apply) but the diameter doesn't change still not.

 
  • Roger S
  • Roger S
Today 12:58
Replied by Roger S on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

Sorry Hakan, I hadn't looked at all, because I was busy searching for and reporting errors
Master0
  Phase: Idle
  Active: no
  Slaves: 5
  Ethernet devices:
    Main: 80:ee:73:fd:0f:8b (attached)
      Link: UP
      Tx frames:   409178
      Tx bytes:    24554240
      Rx frames:   409177
      Rx bytes:    24554180
      Tx errors:   0
      Tx frame rate [1/s]:    123    123    125
      Tx rate [KByte/s]:      7.2    7.2    7.2
      Rx frame rate [1/s]:    123    123    125
      Rx rate [KByte/s]:      7.2    7.2    7.2
    Common:
      Tx frames:   409178
      Tx bytes:    24554240
      Rx frames:   409177
      Rx bytes:    24554180
      Lost frames: 0
      Tx frame rate [1/s]:    123    123    125
      Tx rate [KByte/s]:      7.2    7.2    7.2
      Rx frame rate [1/s]:    123    123    125
      Rx rate [KByte/s]:      7.2    7.2    7.2
      Loss rate [1/s]:          0      0      0
      Frame loss [%]:         0.0    0.0    0.0
  Distributed clocks:
    Reference clock:   Slave 0
    DC reference time: 0
    Application time:  0
                       2000-01-01 00:00:00.000000000
roger@roger:~$ ethercat slaves
0  0:0  PREOP  +  EK1100 EtherCAT-Koppler (2A E-Bus)
1  0:1  PREOP  +  EL1008 8K. Dig. Eingang 24V, 3ms
2  0:2  PREOP  +  EL1008 8K. Dig. Eingang 24V, 3ms
3  0:3  PREOP  +  EL2008 8K. Dig. Ausgang 24V, 0.5A
4  0:4  PREOP  +  L8EC(COE)
roger@roger:~$

many many thanks! I really appreciate your efforts. so just thank you again

What was the cause and do I need to do anything else now?

 
  • Hakan
  • Hakan
Today 12:27
Replied by Hakan on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

And now it works? What does "sudo dmesg" say?
  • Roger S
  • Roger S
Today 12:05
Replied by Roger S on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

here is the result oflsmod | grep ec_generic
sudo modprobe ec_generic
lsmod | grep ec_generic
ec_generic             16384  0
ec_master             397312  1 ec_generic
snd_hda_codec_generic    98304  1 snd_hda_codec_realtek
ledtrig_audio          16384  1 snd_hda_codec_generic
snd_hda_codec         188416  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core          122880  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd                   126976  15 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
ec_generic             16384  0
ec_master             397312  1 ec_generic
snd_hda_codec_generic    98304  1 snd_hda_codec_realtek
ledtrig_audio          16384  1 snd_hda_codec_generic
snd_hda_codec         188416  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core          122880  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd                   126976  15 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
  • Hakan
  • Hakan
Today 10:51
Replied by Hakan on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

Intel I226 I see. I like those I226es. Then there is possibly the option to use the igc driver instead of the generic driver. You can always test that.

Let's continue with the ec_generic.
The output shows that it is back to the ec_generic module not loading.

Can you show the output of these three commands? It should manually load the ec_generic module.
lsmod | grep ec_generic
sudo modprobe ec_generic
lsmod | grep ec_generic
  • Roger S
  • Roger S
Today 09:23
Replied by Roger S on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

File Attachment:

File Name: dmesg_2025...10-7.txt
File Size:70 KB
  • cmorley
  • cmorley
Today 09:14
Replied by cmorley on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Ok ill see nothing error ing in qtdragon.
I do see some weird errors about tool stat. But let's put test aside for the moment.

What I see based on your screen shots.
- g54 has zero offset for x and y so will be the same as machine zero position.
- you have a small offset in g54 z and while hard to see i think that it is honoring that.
- the offset table shows the same but also shows you have a rotational offset. Yes those z offset numbers seem weird.

I would cancel the rotational offset.

If you wish to move the g54 offset move the machine where you want g54 0 to be and press ZERO on each axis you wish to zero.
After that is done switching between ABS and G54 should make the DRO change the amount of offset and the offset will be shown on the offset table.
Displaying 31 - 45 out of 26489 results.
Time to create page: 0.221 seconds
Powered by Kunena Forum