Advanced Search

Search Results (Searched for: )

  • Serg452
  • Serg452
14 Oct 2024 22:56
iov2 was created by Serg452

iov2

Category: Advanced Configuration

No iov2 pins are available in the latest update, everything works when rolling back to release 2.9.3. What's the reason?
  • tommylight
  • tommylight's Avatar
14 Oct 2024 22:49 - 15 Oct 2024 00:10
Replied by tommylight on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

EDIT:
Ignore this post, Benb pointed to info i missed, sorry.

This is not about installing RIP, it is about installing EtherCAT modules.
-
Download the whole project, not just the file you need, and try again.
  • tommylight
  • tommylight's Avatar
14 Oct 2024 22:43
Replied by tommylight on topic Parse Error

Parse Error

Category: General LinuxCNC Questions

Second PDF on your post shows it erroring due to hal plasmac feed rate , so probably from SheetCAM using the PlasmaC post, change the post to LinuxCNC with no plasma.
  • tommylight
  • tommylight's Avatar
14 Oct 2024 22:40
Replied by tommylight on topic Linux is an RTOS NOW

Linux is an RTOS NOW

Category: Installing LinuxCNC

Good news, thank you.
I did try the 6.11 with RT on this PC and it failed to load, need more time to test on more hardware, soon! :)
  • Benb
  • Benb's Avatar
14 Oct 2024 22:33
Linux is an RTOS NOW was created by Benb

Linux is an RTOS NOW

Category: Installing LinuxCNC

Linux is now RTOS. It took 20 years but they finally succeeded ! 
www.phoronix.com/news/Linux-6.12-Does-Real-Time
  • Benb
  • Benb's Avatar
14 Oct 2024 22:12
Replied by Benb on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

Attached is a step by step pdf file that I use to install linuxcnc rip, The procedure assumes you have installed clean Debian 12 in your computer.
 
  • acourtjester
  • acourtjester
14 Oct 2024 21:18
Replied by acourtjester on topic Parse Error

Parse Error

Category: General LinuxCNC Questions

Not plasma at all I an using Axis for a router Only mentioned QTPlasmaC in passing. I got great help with that and now have moved on to Axis and routing.
This is only for Axis.
  • marq_torque
  • marq_torque's Avatar
14 Oct 2024 21:17
Replied by marq_torque on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

I just downloaded comp file from github. Can you guide me exact steps? Thanks in advance
  • PCW
  • PCW's Avatar
14 Oct 2024 20:41
Replied by PCW on topic 7I76 STEP/IO or 7I76U

7I76 STEP/IO or 7I76U

Category: User Exchange

Mesa should have a couple 7I76Us available later this week
  • tommylight
  • tommylight's Avatar
14 Oct 2024 20:38
Replied by tommylight on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

el8_homecomp.comp:80:10: fatal error: /home/cnc/linuxcnc-dev/src/emc/motion/homing.c: No such file or directory
Seems to need homing.c file and it is not there, where and how did you get the files?
Good thing is the install command is working, proving LinuxCNC-dev is installed and working.
  • marq_torque
  • marq_torque's Avatar
14 Oct 2024 20:21 - 14 Oct 2024 20:36
Replied by marq_torque on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

i'm not able to locate linuxcnc-dev folder as older version was available in same Home/linuxcnc-dev

Any ideas?

:Edit:
Received following error

cnc@cnc:~/Downloads$ sudo halcompile --install el8_homecomp.comp
[sudo] password for cnc:
Compiling realtime el8_homecomp.c
el8_homecomp.comp:80:10: fatal error: /home/cnc/linuxcnc-dev/src/emc/motion/homing.c: No such file or directory
compilation terminated.
make: *** [/usr/share/linuxcnc/Makefile.modinc:117: el8_homecomp.o] Error 1
cnc@cnc:~/Downloads$
  • tommylight
  • tommylight's Avatar
14 Oct 2024 20:20
Replied by tommylight on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

cnc@cnc:~$ sudo apt-get install linuxcnc-uspace-dev

linuxcnc-uspace-dev is already the newest version (1:2.9.3).

It is already installed.
Should be something like:
sudo halcompile --install cia402.comp
But you need to be in the folder containing cia402.comp.
  • scotta
  • scotta's Avatar
14 Oct 2024 19:56

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Скотта пост = 311675 идентификатор пользователя = 24854

xaxexa пост=311475 идентификатор пользователя=40489Проверьте github pls :-) remora cpp
Спасибо за ваши усилия по запуску счетчика частоты аппаратного модуля QDC. Я проверю код и объединю с главной веткой. Работает ли он так, как вы ожидали? т. е. диапазон частот и т. д. Оптоэлектронные преобразователи ограничат верхнюю частоту.

yes, I checked, it works as expected, the upper frequency depends on the parameter PRU_BASEFREQ 40000 // PRU Base thread ISR update frequency (hz)
at servo flow frequency of 40 kHz, frequency error from 1-500 = 0-5 Hz
 from 500-1000 = 0-25
 from 1000-2000 = ~50
 if you increase the servo flow frequency, the error will be less
after some time I could record a video with a demonstration and changing the frequency of the base thread

Thank you very much for your great work
 

It would be interesting to update the load modules, to put the QDC module in the servo thread. Given that the counting is done in hardware there is no need to update faster than the servo thread frequency. It might help with the frequency error as well.
  • marq_torque
  • marq_torque's Avatar
14 Oct 2024 19:47
linuxcnc-dev is missing? was created by marq_torque

linuxcnc-dev is missing?

Category: Installing LinuxCNC

Hello Everyone, I tried to compile cia402.comp Homing.comp and for that Linuxcnc-Dev is necessary. i tried to install but got following errors

cnc@cnc:~$ sudo apt-get install linuxcnc-uspace-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linuxcnc-uspace-dev is already the newest version (1:2.9.3).
The following packages were automatically installed and are no longer required:
  libwpe-1.0-1 libwpebackend-fdo-1.0-1 linux-headers-6.1.0-18-amd64
  linux-headers-6.1.0-18-common linux-headers-6.1.0-18-common-rt
  linux-headers-6.1.0-18-rt-amd64 linux-headers-6.1.0-22-amd64
  linux-headers-6.1.0-22-common linux-image-6.1.0-18-rt-amd64
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
cnc@cnc:~$




cnc@cnc:~$ sudo apt-get install linuxcnc-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package linuxcnc-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linuxcnc-dev' has no installation candidate
cnc@cnc:~$


cnc@cnc:~$ git clone github.com/LinuxCNC/linuxcnc.git linuxcnc-dev
bash: git: command not found
cnc@cnc:~$


Pl ignore my mistakes, i'm not understanding how linuxcnc-dev installation works.
  • tommylight
  • tommylight's Avatar
14 Oct 2024 19:39
Replied by tommylight on topic Parse Error

Parse Error

Category: General LinuxCNC Questions

Hal_plasmac_cut_feedrate is a plasma variable, but the GUI is not PlasmaC nor QtPlasmaC, so what gives?
Displaying 22831 - 22845 out of 22890 results.
Time to create page: 0.959 seconds
Powered by Kunena Forum