Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
12 Aug 2024 12:12

Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5

Category: Installing LinuxCNC

The first post has been updated to include images for 2.9.3.
The Pi 5 is tested and working.
Any feedback about the Pi4 would be appreciated
  • rodw
  • rodw's Avatar
12 Aug 2024 12:02

Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5

Category: Installing LinuxCNC

updated for Linuxcnc 2.9.3 
Newer kernel 6.6.44
Better screen support for the Pi5
Now includes ethercat repos. Following the sticky in th eethercat section to install/

Pi 5 Image  drive.google.com/file/d/1iwQpbMoNdI6wnv7...MyZ/view?usp=sharing
Pi4 Image  drive.google.com/file/d/1Fg2CPTezUyrRFrO...ytT/view?usp=sharing  
 
  • tommylight
  • tommylight's Avatar
12 Aug 2024 12:01

How to add parallel input card in my EtherCAT configuration

Category: Basic Configuration

You have it set as IN mode, so only pins 1, 14, 16, 17 are outputs, and those can drive very low currents, but if using a BOB that should be OK.
  • rodw
  • rodw's Avatar
12 Aug 2024 11:58

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

Image for Pi 4b now is linked in the previous post.
  • tommylight
  • tommylight's Avatar
12 Aug 2024 11:51 - 12 Aug 2024 11:52
Replied by tommylight on topic Question regarding limit and home switch config

Question regarding limit and home switch config

Category: General LinuxCNC Questions

Not near a PC, but do not chose shared switches, that means shared between axis/joints, choose ... i can not recal what exactly, but it has a lot of choices so choose min or max limit with home for the respective axis/joint, or both min/max and home, if the switches are set up for that.
  • Moutomation
  • Moutomation
12 Aug 2024 11:01
Replied by Moutomation on topic gmoccapy pins

gmoccapy pins

Category: Gmoccapy

We are doing a project by spending a lot of time, writing macros, making a plc program. ethercat.xml file,hal files, how can we protect them from our competitors.
  • anfänger
  • anfänger's Avatar
12 Aug 2024 11:00 - 12 Aug 2024 13:23
[QtDragon] Beginner Questions was created by anfänger

[QtDragon] Beginner Questions

Category: Qtvcp

Hi,

I am considering changing from ProbeBasic to QtDragon.
While setting up my newest machine I started with ProbeBasic but I needed to update vom LinuxCNC 2.8 to 2.9 t get some new features.
I usually modify modify my VCP quite a bit to fit my machines. But with ProbeBasic I always ran into trouble to bring this changes to a newer version. 
So here are my questions:
I can develop my one tab in QT Designer in embed it into QT Dragon without touching the main ui file, so when there is an update I don't lose my work? 
Are the Hal Widgets includes in QT Designer?
And not for my current machine, but maybe I swap my lathe later. Are the lathe Macros already implemented somehow? or easy to integrate?

Are there some best practices?
I Usually use the custom parts for monitoring the machines additional functions, like lube, spindle gears, hydraulic chuks, Column control and status IO's

Thanks Patrick
 
  • rodw
  • rodw's Avatar
12 Aug 2024 10:56 - 12 Aug 2024 11:57

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

Apologies for the delay here. I was putting this off in preference to other Linuxcnc projects but its time has come

Pi 5 Image drive.google.com/file/d/1iwQpbMoNdI6wnv7...MyZ/view?usp=sharing
Pi4 Image drive.google.com/file/d/1Fg2CPTezUyrRFrO...ytT/view?usp=sharing 

Kernel 6.6.4 as per the raspberry pi's kernel git
Tested as working by Joco who bought a pi5 yesterday for the occasion!
Monitor support now fixed. He was using a 34" 3440 x 1440 monitor 

Ethercat apt repos now included
QTPYVCP repos a work in progress with the QTPYVCP team now VTK is in the Debian Repos.

There are no added programs, What was suggested was a bit out of left field as none of it was included in our AMD64 build.
Please read the downloads page on how to configure wifi, timezones and locales

 
  • purged
  • purged
12 Aug 2024 10:37

Chinese Servos: Working great! German Servos: Not yet. Metronix ARS 2310 FS

Category: EtherCAT

Solved: really this time!

The SII eeprom image created by siitool based on the manufacturers ESI xml file did not configure some PDI bits, such as enable sync0, which is important for the open source ethercat master. I had to graft some bytes of an older image onto siitools output and rectify the crc checksum. With the attached files I am confident one can integrate Metronix ARS2000 series and some Festo CMMP series servo drives into a linux-run ethercat network.
  • nartburg
  • nartburg
12 Aug 2024 10:32
Replied by nartburg on topic From .iso to build

From .iso to build

Category: Installing LinuxCNC

I can confirm that building it is not that hard. but may be I got one dependency wrong as axis is complaining that there is a TCL error in async code:

Bad menu entry index "G-code properties..."
  • Moutomation
  • Moutomation
12 Aug 2024 10:20
Replied by Moutomation on topic gmoccapy pins

gmoccapy pins

Category: Gmoccapy

Aciera, I thank you very much again. The code you wrote works perfectly. I was only having problems because I was trying to do this in the shared folder. I added the following code to the python code and copied the file to another location. Everything is OK now.

import shutil

# Source path
source = "/home/User/Documents/file.txt"

# Destination path
destination = "/home/User/Documents/newfile/file.txt"

# Copy the content of
# source to destination
shutil.copyfile(source, destination)
  • Mecanix
  • Mecanix
12 Aug 2024 09:40 - 12 Aug 2024 09:44

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Yeah they all do linux. Software: Gowin_V1.9.10_linux (/programmer/driver folder).
$ sudo Gowin_USB_Cable_Installer.sh
$ sudo make
$ sudo chmod -R 777 /etc/modprobe.d/

Done.
( www.gowinsemi.com/en/document/main/database/14/?page=1)
  • meister
  • meister
12 Aug 2024 09:31 - 12 Aug 2024 09:32
  • Mecanix
  • Mecanix
12 Aug 2024 09:26

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Do you think it could also work with a USB blaster?

I wouldn't know for sure, Oliver. Nice thing about Gowin's is the endless jtag probes avail, for all I know. I have 3 here that works perfectly fine (up to 10~15mhz). The one you saw in previous visuals (FT232 based), and the ones below. All <$15. 


  • rthorntn
  • rthorntn
12 Aug 2024 09:19

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Thanks, I'm in, it looks fantastic, great work, I should say that I'm an IT guy tinkerer nowhere near as talented as most of the folks on here but LinuxCNC is the only system I've ever used. I love Linux. The HAL still gives me heart palpitations.
Displaying 24076 - 24090 out of 24446 results.
Time to create page: 0.589 seconds
Powered by Kunena Forum