Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
31 Jul 2024 12:00

Experience with Moons Industries Ethercat Servo

Category: EtherCAT

Moons make very nice motors. It says its CIA402 compatible so I think you will get it working ok. There is now a cia402 driver for ethercat.
  • Aciera
  • Aciera's Avatar
31 Jul 2024 11:55
Replied by Aciera on topic gmoccapy pins

gmoccapy pins

Category: Gmoccapy

for estop-activate use 'halui.estop.activate'
for estop-reset use 'halui.estop.reset'

for machine-on use 'halui.machine.on'
for machine-off use 'halui.machine.off

for home-button use 'halui.home-all '

for program-start use 'halui.program.run'

Gcode refresh I'm not sure.

linuxcnc.org/docs/html/man/man1/halui.1.html
  • rodw
  • rodw's Avatar
31 Jul 2024 11:52

I have full version of debian 12.6 installed on my machine

Category: Installing LinuxCNC

If you do add a root account by accident you can log on as root and add your user to the sudoers group by typing usermod -aG sudo your-user-name
  • meister
  • meister
31 Jul 2024 11:48

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

Category: Computers and Hardware

I built you a minimal config, could work like this, maybe I mixed up RX/TX, but it's a good start :)
odippel@odippel:/usr/src/riocore$ PYTHONPATH=. bin/rio-generator riocore/configs/TangNano9K/config-mecanix.json
loading: riocore/configs/TangNano9K/config-mecanix.json
loading board setup: TangNano9K
writing gateware to: Output/Mecanix/Gateware
!!! gateware changed: needs to be build and flash |||
loading toolchain gowin
writing linuxcnc files to: Output/Mecanix/LinuxCNC
odippel@odippel:/usr/src/riocore$ ls Output/Mecanix/Gateware/
blink.v      hash_new.txt  Makefile  pwmmod.v  rio.sdc  stepdir.v  uart_baud.v  uart_tx.v
debouncer.v  impl          pins.cst  rio.gprj  rio.v    toggle.v   uart_rx.v    uart.v

....
PYTHONPATH=. bin/rio-test riocore/configs/TangNano9K/config-mecanix.json /dev/ttyUSB0

 

File Attachment:

File Name: config-mec...json.txt
File Size:3 KB

 
  • Moutomation
  • Moutomation
31 Jul 2024 11:48
gmoccapy pins was created by Moutomation

gmoccapy pins

Category: Gmoccapy

I want to control the home button, emergency stop, G code refresh button, program start button from the classic ladder, what should I add to the hale file for this?
 
  • sajurcaju
  • sajurcaju
31 Jul 2024 11:47
Replied by sajurcaju on topic Trying to update to Linuxcnc 2.9

Trying to update to Linuxcnc 2.9

Category: Installing LinuxCNC

I decided to stay with 2.8. I don't really need better jitter, maybe I should spend my time on woodworking instead of software! Thanks, thread bookmarked for future reference.
  • Aciera
  • Aciera's Avatar
31 Jul 2024 11:45

I have full version of debian 12.6 installed on my machine

Category: Installing LinuxCNC

If you enter a root password you create a root-account, which is what you should not do.

Leaving root password empty will automatically set up the first user account (ie the one that is usually created in the next step of the install process) to be able to use 'sudo' (with the user password), which is what you want.
  • rodw
  • rodw's Avatar
31 Jul 2024 11:43 - 31 Jul 2024 11:43
Replied by rodw on topic Trying to update to Linuxcnc 2.9

Trying to update to Linuxcnc 2.9

Category: Installing LinuxCNC

If you are using the ISO on the downloads page, it had a bug in it and it was installing an old version of linuxcnc which could cause issues
I built a fixed ISO but not sure if Andy deployed it. 
Then an issue arose with the ethercat security keys for their repository
I just finished building  a new ISO  but the ethercat is not fixed. Feel free to give it a go from my Google Drive if you are not going to use ethercat
drive.google.com/file/d/1gEQzgHsj_LjHiGB...k1Z/view?usp=sharing
  • RotarySMP
  • RotarySMP's Avatar
31 Jul 2024 11:39
Replied by RotarySMP on topic Weiler 160 CNC Retrofit

Weiler 160 CNC Retrofit

Category: Show Your Stuff

Wow, that is a sweet machine. It sure makes sense to modernise machines like that rather than converting manual machines. If the analog drivers still work, this could be a really simple retrofit. Like I did with my Maho. Not having to touch mechanical aspects of the machine can save you a ton of time getting it up and running.

How did Weiler do the home/end switches on this one? 
  • Mecanix
  • Mecanix
31 Jul 2024 11:39

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

Category: Computers and Hardware

The EDA I'm forced to use at work is win11 based. I know I know...

However my entire dev environment aka compilers, IDEs, ect, are all Debian/linux based. No substitute ;)

If you aren't friend with fine pitch then avoid the LV9QN88 part. Not much better than the ICE40UP5K to say the least. I'm with you though, prefer their LQFP pinouts...
  • Muftijaja
  • Muftijaja
31 Jul 2024 11:38
Replied by Muftijaja on topic Latency Test OK, dennoch Fehlermeldung

Latency Test OK, dennoch Fehlermeldung

Category: Deutsch

Hi rodw, thanks for this hint. I havethis line in my hal file: Is that sufficient?loadrt hm2_eth board_ip="10.10.10.10"With the following settings the connection works at once:
 

My ping to 10.10.10.10:
 
What do you think about it?

THanks, Arno
  • rodw
  • rodw's Avatar
31 Jul 2024 11:33

Ethercat installation from repositories - how to step by step

Category: EtherCAT

Hi
waiting for a more suitable solution

I solved it almost like zylos146.

I searched and deleted all the ethercat-dkms folders, including the .deb

then I downloaded ethercat-stable-1.6 from
gitlab.com/etherlab.org/ethercat
followed the installation from install.md everything went well.

then I performed the standard installation here
it no longer returns errors
Hi

Not quite out of the woods. the changes were pushed to the LInuxcnc code on github.
I built a new image. The keys have been fixed but I am getting a dkms erorr so no joy.
I've updated the issue upstream, gitlab.com/etherlab.org/ethercat/-/issues/131
so hopefully  they will fix it soon. They have always beeen very good to me :)
  • meister
  • meister
31 Jul 2024 11:33

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

Category: Computers and Hardware

WOW   very nice !!!
I recently tried to build a board with an ICE40UP5K, but I'm somehow too stupid to get it to work :( The FPGA chips are just too small for me to solder them by hand.

It would be cool to have a complete rio board without having to use a plug-on devboard .

I just saw that you use Windows, rio unfortunately only runs under linux, vm is also ok, if it works in WSL I can't say unfortunately

 
  • Aciera
  • Aciera's Avatar
31 Jul 2024 11:28 - 31 Jul 2024 11:32
Replied by Aciera on topic Trying to update to Linuxcnc 2.9

Trying to update to Linuxcnc 2.9

Category: Installing LinuxCNC

'trying to overwrite' errors indicate a conflict with another package.
This worked for me:
sudo dpkg -P linuxcnc-doc-en
  • Mecanix
  • Mecanix
31 Jul 2024 11:26

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

Category: Computers and Hardware

First contrib; Feel free to replicate/publish/flame/others. Great liltle working-but-simple fpga dev board.
Schematic attached. 

Displaying 23701 - 23715 out of 25551 results.
Time to create page: 0.494 seconds
Powered by Kunena Forum