Advanced Search

Search Results (Searched for: )

  • alangibson
  • alangibson
18 May 2025 09:02 - 18 May 2025 09:03
Replied by alangibson on topic Ohmic probe aborts immediately

Ohmic probe aborts immediately

Category: Plasmac

> I do have the same problem
If your torch moves at all you have a different problem than me. I'd recommend opening a new thread and ask for help there.
  • tommylight
  • tommylight's Avatar
18 May 2025 08:50

Why does it seem like everyone here is Australian?

Category: Off Topic and Test Posts

OK, so pretty much even, we have Bears (no Grizzly though), Wolves, Foxes, wild Bore, Eagles, Falcons, Hawks, and one of the more venomous snakes with hollow fangs looks same as Rattle Snake but smaller nose and no rattle so you do not hear it coming ... or going... , rare scorpions but never seen bigger than 5cm, plenty of non lethal spiders.
Those are all native here, so about 4-5 snake bites per year (this goes over 15 when summers are really hot), 1-2 bear attacks per year rarely lethal as the biggest bear i have seen here is about the size of a human when standing up, and about 1 dead every year or two from wolves.
What we got as presents from UN personnel after the war:
Real Rattle snakes
The redback spiders (found one on my bedroom window about 15 years ago and wondered how it got here, so thank you Australia :) )
Some strange weasel like creature with a very angry face
Some mostly black birds that imitate my whistling perfectly, messed with me for years as whenever i heard them i thought my brother was calling me, always at night hence the long period to figure out.
Flesh eating bacteria that unfortunately is still present, about two months ago last case
Some type of giant wasp, survived for 3 years here due to mild winters but vanished after 2 strong winters, about 4-5cm in size, extremely aggressive, got bitten by it once, got a 5mm big red itchy bump that went away after half hour.
And we got probably more California Trout than California, plenty of restaurants have their own small fish farms, and plenty have been released in the rivers, so now we can very rarely find our native Trout.
  • rodw
  • rodw's Avatar
18 May 2025 08:36
Replied by rodw on topic Esab Ultrarex UXD-P2000 Upgrade Project

Esab Ultrarex UXD-P2000 Upgrade Project

Category: Plasma & Laser

Right now the Z is moving up and down only when sensing the metal sheet and then when the cut is finished. And if the metal sheet is slightly curved the Z does not account for that and we end up with a welded torch tip !

It should see that and move the torch up. This is a sign you are not reading the torch voltage.

Assuming you are using a thcad, look at the encoder velocity in halshow while not cutting. Is it bouncing around near the 0 volt frequency. (/32) 

I guess if the amperage is too high for thin sheet metal, you may not see enough variation in voltage... Tommy will know more than m.
  • Aciera
  • Aciera's Avatar
18 May 2025 08:23
Replied by Aciera on topic Activate B-axis in Porbe Basic

Activate B-axis in Porbe Basic

Category: QtPyVCP

Looking at the 'probe_basic.ui' file makes me think that XYZBC configurations are not supported:
                            <string>[{&quot;name&quot;: &quot;axis_display_rule&quot;, &quot;property&quot;: &quot;currentIndex&quot;, &quot;expression&quot;: &quot;0 if ch[0] == 'XYZ' else (1 if ch[0] == 'XYZA' else (2 if ch[0] == 'XYZAB' else (3 if ch[0] == 'XYZAC' else -1)))&quot;, &quot;channels&quot;: [{&quot;url&quot;: &quot;status:axis_mask?string&quot;, &quot;trigger&quot;: true}]}]</string>

github.com/kcjengr/probe_basic/blob/main...robe_basic.ui#L31027
  • rodw
  • rodw's Avatar
18 May 2025 08:18

Why does it seem like everyone here is Australian?

Category: Off Topic and Test Posts

I am not in Australia.
I do like Australia, with all the creatures that can kill people easily, mostly because of people.

Nothing to worry about, we don't have any man eating lions, tigers bears, wolves and similar carnivores. The only potential maneater is our snapping handbags, the salt water crocodiles. But they typically live in less populated regions to the north. The freshwater Crocs are not maneaters and their teeth are designed to catch fish...

So that leaves a few of the most deadly snakes in the world that fortunately have a very poor venom delivery mechanism (grooved fangs instead of hollow) and are typically timid unless cornered, two spiders (funnel-web and redback) and the blue ringed octopus mentioned... Nothing to worry about!
  • unknown
  • unknown
18 May 2025 07:30

Important Info Regarding Rpi4/5 Images.

Category: Computers and Hardware

Following on form this thread.
forum.linuxcnc.org/9-installing-linuxcnc...build-boot-initrd-gz

Please do not run dist-upgrade or attempt to upgrade the kernel, unless you know exactly you are doing and are using the RPi kernel sources from the github page, and be aware some branches do not build or install the device tree files. The kernel was chosen carefully when the image was being built.

The kernel sources are specific to the RPi platform, from memory a Debian Arm kernel didn't allow for device tree overlays, which becomes an issue for enabling I2C and SPI to begin with.

If you find yourself in this position, back up you configs and reburn the image to the SD card, and copy across your configs. If you find a way to fix it by any other means great, but this is not a subject I wish to get involved in nor support.
  • unknown
  • unknown
18 May 2025 07:16
Replied by unknown on topic Raspberry with LinuxCNC direct interface

Raspberry with LinuxCNC direct interface

Category: Computers and Hardware

Yep and they can be found via using google, probably too many to list. I wouldn't expect a "plug & play" solution going this route.

Before you go this route beware that the software stepping isn't optimal and it may be worth spending some extra dollars on an Mesa card or other such external step\direction control card.
  • unknown
  • unknown
18 May 2025 07:12

Linuxcnc 2.9.4 .iso on Rpi5: apt update does not build /boot/initrd.gz

Category: Installing LinuxCNC

Why did you a dist-upgrade ?

The kernel is a custom kernel (this has been explained in the first thread of the Rpi image thread) and does not come from the debian repos (the kernel sources are from the RPi github repo and contain patches specific to the RPi platform), from memory the debian kernel packages don't have the RPi patches nor support for dymanic device, eg spi, I2C and such.

Save your configs, reinstall and don't do a dist upgrade, there is no need to upgrade the kernel, if you do have stability related issues related to the kernel please make a report in the forum.

Not being to turn off the Rpi could be related to a device tree issue, eg the GPIO that is used is not setup correctly.
  • Aciera
  • Aciera's Avatar
18 May 2025 07:04 - 18 May 2025 07:05
Replied by Aciera on topic Resetting A-axis

Resetting A-axis

Category: G&M Codes

Try removing the LIMIT entries from the JOINT_n sections. That should set the value to +/- 1e99 which no machine will ever reach.


 
linuxcnc.org/docs/2.8/html/config/ini-co...t__lt_num_gt_section

 
  • dannym
  • dannym
18 May 2025 06:28
Replied by dannym on topic Resetting A-axis

Resetting A-axis

Category: G&M Codes

I tried G10 L20 P0 A0

This doesn't work. It's resetting the work coords to 0 so the G-code works at first, but continues incrementing A0 indefinitely in machine coords. After about 10 runs, the G-code faulted mid-run, says the next command would move joint 3 past machine limits.

At that point, A has reached 9800 or so, ini limited A to 10,000. I can put in a larger number. but we're just kicking this can down the road.

Can I reset the machine coord value, or is there a way to say the A axis has no limits on how many times it can turn?
  • RotarySMP
  • RotarySMP's Avatar
18 May 2025 06:01
Replied by RotarySMP on topic Index homing Heidenhain ls 403/exe602

Index homing Heidenhain ls 403/exe602

Category: Basic Configuration

My Maho homes off the Heindenhain LS-403 scale index marks. Works the same as homing to a a separate homing switch.
  • oddwick
  • oddwick's Avatar
18 May 2025 03:37 - 31 May 2025 02:41

[SOLVED] MesaCT problems with 7i96 pwm spindle

Category: Configuration Tools

Having ome slight problems here and was looking to see if someone could give me a hand.  I am finishing up a build and the last piece of the puzzle is the spindle and some of the outputs.

I am using a 7i96 that was reused from another machine and was set up for 4 step 1 pwm.  not sure the version of the firmware, but it should not need to be changed.  The computer is a clean install of 2.9 and the original configs from the previous machine doesn't work.  It was made using jt's 7i96 tool and then heavily modified.  so as of right now, I have most everything set up using mesaCT with some generic general values just to make sure that i can move and home each axis. so far so good.  

The spindle is 2.2kw 220v using a huanyang ec01 vfd which takes a 10v pwm signal so i have it ran through a small analog converter from the mesa board.  Now when i try and add the spindle to the config in mesaCT, all of the spindle controls are greyed out even though in options i have it set as 4 step 1 spindle and in axis, there is no spindle option right now. 

also, for some reason i can not get axis to turn on my relays either using mesaCT.  I have them set as mist/flood right now for testing, but i get nothing.  are these some bugs with mesaCT or am i just missing something obvious?  Thanks!
  • aikiaviator
  • aikiaviator
18 May 2025 02:49
Replied by aikiaviator on topic spindle control of PM-728vt using linuxcnc

spindle control of PM-728vt using linuxcnc

Category: Milling Machines

Hi I have the same unit and on the high speed gearing, (up to 4000, I cant get to run below 500RPM. Are you finding that also?
  • rdtsc
  • rdtsc's Avatar
18 May 2025 02:19 - 18 May 2025 02:35

Linuxcnc 2.9.4 .iso on Rpi5: apt update does not build /boot/initrd.gz

Category: Installing LinuxCNC

Hi, have been using LinuxCNC since 2.9.0~pre1 on a Rpi4.  Now have 2.9.4 or an Rpi5 and things were working great, until I did a sudo apt dist-upgrade earlier today.  After, I cannot shut the Rpi5 off, because apt removed the /boot/initrd.gz file:
...
Setting up libmagickcore-6.q16-6-extra:arm64 (8:6.9.11.60+dfsg-1.6+deb12u3) ...
Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u6) ...
Setting up linux-headers-6.1.0-35-arm64 (6.1.137-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-35-arm64.
Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub

Building module:
Cleaning build area...
kernelver=6.1.0-35-arm64 ./dkms-make.sh.........................................
Signing module /var/lib/dkms/rtl8821cu/5.12.0.4/build/8821cu.ko
Cleaning build area...

8821cu.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-35-arm64/updates/dkms/
depmod...
dkms: autoinstall for kernel: 6.1.0-35-arm64.
Setting up python3.11 (3.11.2-6+deb12u6) ...
Setting up linux-headers-arm64 (6.1.137-1) ...
Setting up libpython3.11:arm64 (3.11.2-6+deb12u6) ...
Processing triggers for systemd (252.36-1~deb12u1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for cracklib-runtime (2.9.6-5+b1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
Processing triggers for initramfs-tools (0.142+deb12u3) ...
update-initramfs: Generating /boot/initrd.img-6.12.12+bpo-rt-arm64
update-initramfs: Generating /boot/initrd.gz
cp: target '/boot/initrd.gz': No such file or directory
cp: target '/boot/broadcom/initrd.gz': No such file or directory
linuxcnc@linuxcncpi:~$ what the...

See the rpi-1 attachment for the complete text:

File Attachment:

File Name: rpi-1_fail...mand.txt
File Size:17 KB


Note, the (highly finnicky) rtl8821cu wifi dongle driver was installed about a month ago.  Apt did attempt to rebuild this driver for kernel 6.1.0-35, but that was an old kernel and (now at least) no longer exists in /boot.  Now in there, are only 6.12.11 and 6.12.12+bpo-rt-arm64.  Note the latter is much larger than the previous:
linuxcnc@linuxcncpi:/boot$ ls -ag
total 170932
drwxr-xr-x 3 root 4096 May 17 16:16 .
drwxr-xr-x 18 root 4096 Mar 10 18:49 ..
drwxr-xr-x 3 root 16384 Dec 31 1969 broadcom
-rw-r--r-- 1 root 245283 Jan 26 07:36 config-6.12.11
-rw-r--r-- 1 root 332811 Feb 23 13:00 config-6.12.12+bpo-rt-arm64
lrwxrwxrwx 1 root 14 May 17 16:16 firmware -> /boot/broadcom
-rw-r--r-- 1 root 26624512 Jan 26 07:36 Image
-rw-r--r-- 1 root 22391722 May 17 16:16 initrd.img-6.12.11
-rw-r--r-- 1 root 71401400 May 17 16:15 initrd.img-6.12.12+bpo-rt-arm64
-rw-r--r-- 1 root 4085277 Jan 26 07:36 System.map-6.12.11
-rw-r--r-- 1 root 83 Feb 23 13:00 System.map-6.12.12+bpo-rt-arm64
-rw-r--r-- 1 root 9535537 Jan 26 07:36 vmlinuz-6.12.11
-rw-r--r-- 1 root 40374208 Feb 23 13:00 vmlinuz-6.12.12+bpo-rt-arm64
linuxcnc@linuxcncpi:/boot$

I can't get update-initramfs -c -k all -v to build the /boot/initrd.gz; it always complains with: cp: target '/boot/initrd.gz': No such file or directory

File Attachment:

File Name: rpi-2_upda...bose.txt
File Size:37 KB


I've updated the rtl8821cu driver, rebuilt and reinstalled it, but this did not help.  Then I removed it completely; same.  Thoughts?  Thanks much for taking a look.

P.S. A really, really good idea would be to, right now, sudo nano /etc/initramfs-tools/update-initramfs.conf and change backup_initramfs=yes
  • Thayloreing
  • Thayloreing
18 May 2025 02:09
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Please, I've been trying for months without success. Everything seems to be fine, but I can't compile it onto the board. I'm using v5 of the cloud. I have no idea what it could be. I see that everyone follows the steps and it works. However, I even had a lot of trouble installing pyocd, but with a lot of effort I finally managed to do it. Please, can someone tell me what I'm doing wrong?
Displaying 3616 - 3630 out of 24724 results.
Time to create page: 0.264 seconds
Powered by Kunena Forum