Advanced Search

Search Results (Searched for: )

  • vre
  • vre
13 Apr 2025 17:23

Help,How to customize language of QtDragon's interface

Category: Qtvcp

Where can set the probing parameters for this ?
  • dinodf
  • dinodf
13 Apr 2025 17:05
How to pass parameters .comp file was created by dinodf

How to pass parameters .comp file

Category: HAL

Hello,
I am developing a driver to connect a device to linuxcnc via ethernet, I would like to pass the IP address as a parameter but I can't find the correct way to read the parameters in the EXTRA_SETUP() function of the .comp file, the driver is a realtime object

Can help me?
Thanks
 
  • PCW
  • PCW's Avatar
13 Apr 2025 16:58
Replied by PCW on topic 7i96s Watchdog Ethernet

7i96s Watchdog Ethernet

Category: Deutsch

Yeah, there are several odd .tmax entries, not sure what they are about,
this is what I get with a simple pncconf/gmoccapy configuration:

Parameters:
Owner   Type  Dir                 Value  Name
    38  s32   RW                      0  hm2_7i96s.0.read-request.tmax
    38  s32   RW                 661312  hm2_7i96s.0.read.tmax
    38  s32   RW                  62668  hm2_7i96s.0.write.tmax
    31  s32   RW                   4296  motion-command-handler.tmax
    31  s32   RW                  43264  motion-controller.tmax
    41  s32   RW                   3464  pid.s.do-pid-calcs.tmax
    41  s32   RW                   3472  pid.x.do-pid-calcs.tmax
    41  s32   RW                   4984  pid.y.do-pid-calcs.tmax
    41  s32   RW                   2916  pid.z.do-pid-calcs.tmax
    32  s32   RW                 760744  servo-thread.tmax

Where the heck do "base.tmax" and "servo.tmax" come from?
  • aDm1N
  • aDm1N's Avatar
13 Apr 2025 16:55 - 13 Apr 2025 17:04
ChatGPT LinuxCNC Assistent was created by aDm1N

ChatGPT LinuxCNC Assistent

Category: Configuration Tools

Has anyone used the wizard yet? The answers and support are good, but the data transfer hasn't been working for days. I've tried all possible options. Has it ever worked? Or is it disabled for whatever reason?


chatgpt.com/g/g-vfeQnX43z-linuxcnc-assistant?ref=img.pt

 
  • tommylight
  • tommylight's Avatar
13 Apr 2025 15:18
Replied by tommylight on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

Very cheap and very easy to find, and it works fine, for a long time.
  • dbtayl
  • dbtayl
13 Apr 2025 14:09
Replied by dbtayl on topic Latency and Graphics Card

Latency and Graphics Card

Category: General LinuxCNC Questions

I also found that disabling acceleration while still using the modesetting driver helped immensely, if that is indeed your issue:

forum.linuxcnc.org/38-general-linuxcnc-q...nity?start=50#314597
  • vre
  • vre
13 Apr 2025 12:56
Replied by vre on topic 10.5 x 25 cnc plasma table retrofit

10.5 x 25 cnc plasma table retrofit

Category: Computers and Hardware

why baking and sodium hydroxide that is cheaper and it is more alkaline?
  • Giovanni
  • Giovanni
13 Apr 2025 12:38
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

You could run ncam from any folder by creating a link in a folder which by deffault have a command path.

To do that you could type:

sudo ln -s /usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py /usr/bin/ncam

Then you can call ncam from the terminal like any other command and from any folder.

Regards
Giovanni
  • tommylight
  • tommylight's Avatar
13 Apr 2025 12:35
Replied by tommylight on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

ftp.de.debian.org/debian/pool/main/l/lin....13.8-1~exp1_all.deb

ftp.de.debian.org/debian/pool/main/l/lin....11-1~exp1_amd64.deb

This is all i can find, it is an experimental kernel, so no support for it and it keeps changing.
  • Aciera
  • Aciera's Avatar
13 Apr 2025 12:11 - 13 Apr 2025 12:12

Will the remapped code be executed first when the G code file is loaded?

Category: G&M Codes

You don't 'set' the #<_task> parameter, you use an 'if' statement in your code to check the value of the #<_task> parameter.

Examples:

In ngc code:
o100 if [#<_task> EQ 1]
;everything in here is only executed during actual gcode execution
o100 endif

In a python remap:
    if self.task == 0: # ignore the preview interpreter
        yield INTERP_EXECUTE_FINISH
        return INTERP_OK
  • DavidK
  • DavidK
13 Apr 2025 11:56

Will the remapped code be executed first when the G code file is loaded?

Category: G&M Codes

Hi,

I have the same problem. Could you please tell me where I have to set the #<_task> paramter to skip the remapped code.

Thank you very much
  • jc2ktr
  • jc2ktr
13 Apr 2025 11:54
Replied by jc2ktr on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

sudo apt install linux-headers-$(uname -r)
 

I tried to install the headers with your above mentioned command without any luck.
is there another way to find and install the header files?

linuxcnc@linuxcnc-mint:~$ sudo apt install -y linux-headers-$(uname -r)
[sudo] Passwort für linuxcnc:          
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
E: Paket linux-headers-6.13-rt-amd64 kann nicht gefunden werden.
E: Mittels des Musters »linux-headers-6.13-rt-amd64« konnte kein Paket gefunden werden.

 
  • hermann1976
  • hermann1976's Avatar
13 Apr 2025 09:52 - 13 Apr 2025 09:52
Replied by hermann1976 on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Thank you, Giovanni. Replacing pref_edit.py fixed the problem with saving preferences.
I've been playing around a bit.
I've now figured out how to start NativeCAM in standalone mode.
It works for me by running ncam.py  with  '/usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py -i /home/cnc/linuxcnc/configs/sim.gmoccapy/gmoccapy.ini -c mill'.

 
  • tommylight
  • tommylight's Avatar
13 Apr 2025 09:16
  • theysayzmajtome
  • theysayzmajtome
13 Apr 2025 09:09
Replied by theysayzmajtome on topic Retrofit plasma and Hyperterm max 100 HF/HV problems??

Retrofit plasma and Hyperterm max 100 HF/HV problems??

Category: Plasma & Laser

Tnx, i will read some more :)
Hope if i get something wrong i can ask :)
Displaying 2746 - 2760 out of 26388 results.
Time to create page: 0.248 seconds
Powered by Kunena Forum