Advanced Search

Search Results (Searched for: )

  • zz912
  • zz912's Avatar
10 May 2025 05:35
Leaving from TOOL page was created by zz912

Leaving from TOOL page

Category: Gmoccapy

If I press any of these buttons, their commands are executed, but Gmoccapy switches to MANUAL_PAGE instead of staying on the TOOL_PAGE.
 

MANUAL_PAGE:
 

I think I could fix it. But I don't know if that was intentional.
  • zz912
  • zz912's Avatar
10 May 2025 05:04

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

It's a good idea to set this permanently in Geany:
stackoverflow.com/questions/5287849/how-...e-in-geany-on-ubuntu

I tested the code yesterday and found that it's a good idea to go back to MANUAL_MODE:
        if "G43" in self.active_gcodes:
            self.command.wait_complete()
            self.command.mode(linuxcnc.MODE_MDI)
            self.command.wait_complete()
            self.command.mdi("G43")
            self.command.wait_complete()
            self.command.mode(linuxcnc.MODE_MANUAL)
            self.command.wait_complete()
  • zz912
  • zz912's Avatar
10 May 2025 04:48

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

You probably have tabs on that line instead of spaces.
  • CORBETT
  • CORBETT's Avatar
10 May 2025 04:15 - 10 May 2025 04:26

EL2502 and EL2535 PWM Ethercat BECKHOFF Modules

Category: EtherCAT

@rbobey1989
"EDIT"  My bad, I jumped the gun and didn't pay attention that it was PWM... I saw the EL25"" models and responded too quiickly, yeah I am supprised there isn't any either...

Yes, there are pulse train terminals in the code already and have been for years.  Look for EL2521 models.  I have these and they work.

If you bought some other terminal, then here is the code to the 2521 so you can have something to work from.
scott laird link
linuxcnc-ethercat/src/devices/lcec_el2521.c at master · linuxcnc-ethercat/linuxcnc-ethercat · GitHub
sittner link

linuxcnc-ethercat/src/lcec_el2521.c at master · sittner/linuxcnc-ethercat · GitHub
Beckhoff link

EL2521 | EtherCAT Terminal, 1-channel pulse train output, incr. enc. simulation, RS422, 50 mA | Beckhoff USA


Also, those EL4032's are 12bit, the 4132's are 16 for when you are looking in the future.  The 4134 is also in the code for the last few years if you need to maximize terminal space... 
 
  • CORBETT
  • CORBETT's Avatar
10 May 2025 03:48

Help to configure external start button and external emergency button, EK1100

Category: EtherCAT

@Leuo_

Follow either of these two links and in the first post go down to PART 6 - LET’S SEE ETHERCAT WORK IN THE REAL WORLD .  There are detailed instructions on how to do the external Stop button and you should see how to do a start button also. 

Ethercat build from source - full instructions - LinuxCNC

Ethercat build from source instructions - Updated for 2024 - LinuxCNC

Hope it helps,
Robert
  • hermann1976
  • hermann1976's Avatar
10 May 2025 03:23
Replied by hermann1976 on topic Change Tool Offsets after editing the Tool Table

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

Thanks for your answer.
But Linuxcnc will coming up with an error:

 
 
  • cakeslob
  • cakeslob
10 May 2025 03:21

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

hey scott, ive been playing with it for the last 2 weeks. I dont have much to show, but i think the environment switching is working kinda. im testing with a nucleoh743, from the debug it seems to be working but serial is messed, it seems i dont know how to do a define or something,

github.com/cakeslob/Remora-STM32H7xx-PIO...43/Src/main.cpp#L116
  • cakeslob
  • cakeslob
10 May 2025 03:10

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

im not an expert but i think thats exactly what its supposed to look like (rpm changing as diameter changes). assuming those portions that are the straight lines are in between jog moves. I didnt see (or hear) any weird spindle speed drop outs like before thought. i am assuming you figured out the issue?
  • babinda01
  • babinda01
10 May 2025 02:14
Replied by babinda01 on topic Machine On Timer

Machine On Timer

Category: General LinuxCNC Questions

Thanks Tommy

I think this is exactly what I was looking for.
  • ContactFever998
  • ContactFever998
10 May 2025 01:16
Replied by ContactFever998 on topic Help with Linux CNC Ethercat setup

Help with Linux CNC Ethercat setup

Category: EtherCAT

I'm trying to use ethercat so via the onboard ethernet port to the drives.
Honestly, just because its small and would fit easily in my electronics enclosure.

I'm willing to setup a pc but would be process be any easier?

Thanks
  • tommylight
  • tommylight's Avatar
10 May 2025 01:15
Replied by tommylight on topic Machine On Timer

Machine On Timer

Category: General LinuxCNC Questions

Press the machine on button 10 seconds before releasing E-stop.

Does not work, nothing will work while e-stop is active.
See timedelay:
linuxcnc.org/docs/2.9/html/man/man9/timedelay.9.html
  • PCW
  • PCW's Avatar
09 May 2025 23:34

analog Servo spins on its own when connected to 7i77

Category: General LinuxCNC Questions

I would:

1. Disconnect the drive from the 7I77 analog output (with all power off)

2. Power up the 7I77 with LinuxCNC not running

3. Check the analog output voltage of the affected channel
If  it is not near 0V, the 7I77 output has been damaged

If it is near 0V when LinuxCNC is not running, (this is the expected condition) 
It may simply be that the  feedback is reversed or there is some other tuning/setup
issue causing lack of control
  • Onkelmat
  • Onkelmat's Avatar
09 May 2025 23:21

analog Servo spins on its own when connected to 7i77

Category: General LinuxCNC Questions

I have the servo enabled pins setup, so when Linux is not running, the drives are disabled. But as far as I can remember, the servo was always spinning when i turned the mains on. I just recently found out, it would stop spinning when i disconnect the +-10 plug from the 7i77.
  • unknown
  • unknown
09 May 2025 21:00
Replied by unknown on topic Which kernel version is best for real time?

Which kernel version is best for real time?

Category: General LinuxCNC Questions

Yeah I think even anon realtime kernel running a text editor with 100 glx windows open would become unresponsive. Honestly I'm of the opinion that is an unrealistic and silly test, that doesn't prove anything. You're testing for a situation that no sensible person would subject a computer to whilst running gcode.
Obviously you are expecting unrealistic things, and any further interaction is at this point a worthless endeavour on my part.
  • PCW
  • PCW's Avatar
09 May 2025 20:58
Replied by PCW on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Well,  ran install.sh and it wiped everything except the base mint installation
on my test computer. Not trying that again.

 
Displaying 15076 - 15090 out of 17596 results.
Time to create page: 0.524 seconds
Powered by Kunena Forum