Advanced Search

Search Results (Searched for: )

  • 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.

 
  • CallumRD1
  • CallumRD1
09 May 2025 20:16
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

I used "DISPLAY = qtvcp -d qtdragon_hd" because I'm using the HD version and ran it from terminal. I've attached the terminal log.
  • zz912
  • zz912's Avatar
09 May 2025 20:00
Replied by zz912 on topic Help with git - SOLVED

Help with git - SOLVED

Category: Installing LinuxCNC

"make clean" - helped. Thank you.
  • zz912
  • zz912's Avatar
09 May 2025 19:49
Replied by zz912 on topic Help with git - SOLVED

Help with git - SOLVED

Category: Installing LinuxCNC

Sorry, I made "git clean", I will try "make clean".
  • zz912
  • zz912's Avatar
09 May 2025 19:46
Replied by zz912 on topic Help with git - SOLVED

Help with git - SOLVED

Category: Installing LinuxCNC

Yes, I did. But it did not help.
  • PCW
  • PCW's Avatar
09 May 2025 19:44
Replied by PCW on topic Help with git - SOLVED

Help with git - SOLVED

Category: Installing LinuxCNC

I have seen that with master and 2.9

Did you 

make clean

after changing branches?

 
  • zz912
  • zz912's Avatar
09 May 2025 19:29

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

You can easy change it.

Add this code to gmoccapy.py file to "def on_btn_apply_tool_changes_clicked"
        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()

like this:
 

1) G43 must be activated
2) after input new value in cell you MUST confirm it for example by key ENTER, then you can click on Apply
3) after click on Apply button you will see right correction value
 
  • DarkPhoinix
  • DarkPhoinix
09 May 2025 19:19
Replied by DarkPhoinix on topic Which kernel version is best for real time?

Which kernel version is best for real time?

Category: General LinuxCNC Questions

youtube.com/shorts/mWCeSrF2TUM
I did a new test 100 windows of glxgears and CPU stresstest active the PC is no longer responsive even the linuxcnc window but the servo continues to go and finishes the job. I don't understand why YouTube goes into error! I must say that today the drivers arrived and the new servos do not make a minimum of noise but I have to check them in the car better.
  • zz912
  • zz912's Avatar
09 May 2025 19:10 - 09 May 2025 20:03
Help with git - SOLVED was created by zz912

Help with git - SOLVED

Category: Installing LinuxCNC

Hello,

I am learning git. I cloned data from Github. I compiled it with branches copied from master branche.
I made my first Pull Request with git.
github.com/LinuxCNC/linuxcnc/pull/3434
I celebrated. Everything was fantastic.

Then I needed work with 2.9 branche.

I checked out it:
zdenek@cnc:~/linuxcnc/linuxcnc-zz912$ git checkout 2.9
branch '2.9' set up to track 'origin/2.9'.
Switched to a new branch '2.9'
zdenek@cnc:~/linuxcnc/linuxcnc-zz912$ git branch
* 2.9
  master
  pnc-aut-g43

Then I made:
zdenek@cnc:~/linuxcnc/linuxcnc-zz912/src$ ./autogen.sh
zdenek@cnc:~/linuxcnc/linuxcnc-zz912/src$ ./configure --with-realtime=uspace
zdenek@cnc:~/linuxcnc/linuxcnc-zz912/src$ make -B

.........

Making halcompile manpage constant.9
Making halcompile manpage conv_bit_float.9
Making halcompile manpage conv_bit_s32.9
Making halcompile manpage conv_bit_s64.9
hal/components/conv_bit_s64.comp:3:9: Trying to find one of TYPE
>  pin out s64 out;
>          ^
while parsing Declaration():
>  pin out s64 out;
>     ^
while parsing File():
>  pin out s64 out;
>     ^
make: *** [hal/components/Submakefile:35: ../docs/man/man9/conv_bit_s64.9] Chyba 1

I must do something wrong, because I tried compile branche 2.9 downloaded from Github in zip file and It worked.
I tried git clean and it did not help.

How should I work with different branches with git?
Displaying 15211 - 15225 out of 17473 results.
Time to create page: 0.348 seconds
Powered by Kunena Forum