Advanced Search

Search Results (Searched for: )

  • andrew2085
  • andrew2085
05 Jun 2024 20:30
Replied by andrew2085 on topic Real Time Kernel

Real Time Kernel

Category: General LinuxCNC Questions

It sounds like you just didn't copy the newly compiled kernel to wherever it needs to go to boot. Also, you need to reboot to boot into the new kernel. www.raspberrypi.com/documentation/computers/linux_kernel.html
  • tommylight
  • tommylight's Avatar
05 Jun 2024 20:28
Replied by tommylight on topic Real Time Kernel

Real Time Kernel

Category: General LinuxCNC Questions

Any reason for not using the ready made images on the downloads page?
  • ErwinCNC
  • ErwinCNC
05 Jun 2024 20:17 - 05 Jun 2024 20:27
Replied by ErwinCNC on topic Bad Latency Fujitsu Esprimo D756 i5 6500

Bad Latency Fujitsu Esprimo D756 i5 6500

Category: Computers and Hardware

Thanks for the instructions, the kernel update worked. Unfortunately the latency is still bad. In the new kernel, the WLAN stick no longer seems to work, so here is a photo via smartphone. 

Edit file is to big
But important information is
6.10.0-rc1-rt1
Base 325ys
Servo 295ys
  • ErwinCNC
  • ErwinCNC
05 Jun 2024 20:04
Replied by ErwinCNC on topic Bad Latency Fujitsu Esprimo D756 i5 6500

Bad Latency Fujitsu Esprimo D756 i5 6500

Category: Computers and Hardware

 
sorry i assumed this is only relevant if i want to use the mesa card

maybe i overdid it with the settings...
Linux cnc does not start (anymore)
 
  • eduard
  • eduard's Avatar
05 Jun 2024 19:40
Replied by eduard on topic Absolute homing

Absolute homing

Category: General LinuxCNC Questions

I'm using

cia402.0.home

to start the homing process on drives,

then

cia402.0.stat-homing

drives responds they are homing,

cia402.0.stat-homed

after they homed.

here is the process in hal:
# homing
net x-home-request joint.0.request-custom-homing => cia402.0.home
net x-homing joint.0.is-custom-homing <= cia402.0.stat-homing
net x-homed joint.0.custom-homing-finished <= cia402.0.stat-homed

I have to home 4 drives, later 5.
  • royka
  • royka
05 Jun 2024 19:04 - 05 Jun 2024 20:03
Replied by royka on topic Bad Latency Fujitsu Esprimo D756 i5 6500

Bad Latency Fujitsu Esprimo D756 i5 6500

Category: Computers and Hardware

I don't see anything special in the interrupts. To install the kernel, just download the headers and kernel from: drive.google.com/drive/folders/1L28lG0zD...2XQJx?usp=drive_link

then install with:
sudo apt install ./linux-headers-6.10.0-rc1-rt1_6.10.0-rc1-2_amd64.deb

sudo apt install ./linux-image-6.10.0-rc1-rt1_6.10.0-rc1-2_amd64.deb

Bad ram memory can also be a cause, if you have 2 modules in the pc you could try to remove the second one.
Or you run out of ram memory, I'd recommend at least 4gb
Replace old HDD
Blacklist pc-speaker (for beeps): help.ubuntu.com/community/HowToDisableSystemBell
Replace the GPU or try the internal GPU, in case of using the internal GPU you can add the kernel parameter "i915.enable_dc=0"
  • dynodust
  • dynodust
05 Jun 2024 18:44 - 05 Jun 2024 18:47
Real Time Kernel was created by dynodust

Real Time Kernel

Category: General LinuxCNC Questions

First of all I'd like to apologize I thought I could get this running without any issues but I'm at a stand still so I thank you in advance for any advice you can give me.I am converting a benchtop mill to a CNC and I have all the hardware side of things finished on it. Motor mounts and screws are installed, motors are mounted, motors are connected to stepper drivers stepper drivers are connected to 7c81 Mesa BOB (hopefully correctly but I can't test it because I can't get the RT kernel to work). I have installed and compiled the RT kernel maybe 5 times and I think I'm doing one step wrong because it won't actually initialize the kernel.
Components:
-Raspberry Pi 4B 8GB RAM-Debian 12 "bookworm" 64 bit OS
-I have installed the RT kernel from kernel.org linux-6.6.32
-patch from wiki.linuxfoundation.org patch-6.6.32.rt32.patch
As you can see in the pictures when I call uname -a it says that it is running 6.6.31-v8 PREEMPT kernel but when I call make config to choose the RT Kernel it says it is already chosen but if you look at the top of the config menu it states that it is using the arm 6.6.32 Kernel. So my guess is its actually using a different kernel than the one I "made" after altering the menuconfig command. I don't know what is the issue. Any help would be greatly appreciated.  
  • tommylight
  • tommylight's Avatar
05 Jun 2024 18:30
Replied by tommylight on topic Bad Latency Fujitsu Esprimo D756 i5 6500

Bad Latency Fujitsu Esprimo D756 i5 6500

Category: Computers and Hardware

Run the latency histogram with this
latency-histogram --nobase --sbinsize 1000 --show
Post a screenshot.

  • tommylight
  • tommylight's Avatar
05 Jun 2024 18:29
Replied by tommylight on topic Absolute homing

Absolute homing

Category: General LinuxCNC Questions

What pin do the drives use to let LinuxCNC know they are homed?
Probably connecting the all-homed pin to and3 out (i think such module exists in LinuxCNC) and drive pins to inputs should work.
Or maybe using the lut5 component if there are more than 3 drives...
  • cakeslob
  • cakeslob
05 Jun 2024 18:16 - 06 Jun 2024 00:14
Replied by cakeslob on topic shrinking top pane of axis on low res monitor

shrinking top pane of axis on low res monitor

Category: AXIS

yeah there are a few things you need to adjust, i dont remember it being as simple as just changing pane.top

dont remember exactly what I did, but you can refer to my 2 other files to play with, i did these specifically for small screens

www.forum.linuxcnc.org/21-axis/38188-sol...screen-w-usercommand

www.forum.linuxcnc.org/21-axis/49372-reg...od-based-on-plasmac2


edit, ok i went back to double check, because i remember it took me a long time to bruteforce the winning combo
########## resize bottom pane #######
root_window.tk.call('.pane','paneconfigure','.pane.bottom',"-stretch","always","-height","200");

######### resize top pane ########
#root_window.tk.call('.pane','paneconfigure','.pane.top',"-stretch","never","-minsize","300");

########### window resize ######### 
root_window.tk.call(".pane","configure","-height","350");

i think .pane configures its min height for all the widgets, then hides them after, because just trying to change the height never worked
  • PCW
  • PCW's Avatar
05 Jun 2024 18:04
Replied by PCW on topic 7i78 power

7i78 power

Category: General LinuxCNC Questions

Yes, that will work (but it's easier to just power it from the FPGA card)
  • rajsekhar
  • rajsekhar
05 Jun 2024 17:44
Replied by rajsekhar on topic 7i78 power

7i78 power

Category: General LinuxCNC Questions

That mean 5v and ground pin of any step/dir to be connected?
  • silden
  • silden
05 Jun 2024 17:40

MS300 EtherCAT not going into OP state with CMM-02 (rev 131328)

Category: EtherCAT

Hi,

the full config is on GitHub.
you can check the link above.

Thank you for your support
  • PCW
  • PCW's Avatar
05 Jun 2024 17:19
Replied by PCW on topic Elumatec SBZ 130/01 retrofit

Elumatec SBZ 130/01 retrofit

Category: CNC Machines

Yes, your scale uses 34 bits rather than just 26 bits so that string looks closer.
you need 24 bits of (non Gray code) position, 2 pad bits, 1 error and 1 warning bit
and 6 CRC bits

The hostmot2 manual page describes the format string components in the SSI section
 
  • zmrdko
  • zmrdko's Avatar
05 Jun 2024 17:18

MS300 EtherCAT not going into OP state with CMM-02 (rev 131328)

Category: EtherCAT

I have the same drive with ethercat comm card and it works - gets to an OP state. Can you share full config? I can check for differences.
Displaying 26011 - 26025 out of 26057 results.
Time to create page: 0.602 seconds
Powered by Kunena Forum