Advanced Search

Search Results (Searched for: )

  • PhilipME
  • PhilipME's Avatar
31 Jul 2024 11:24 - 31 Jul 2024 11:31

I have full version of debian 12.6 installed on my machine

Category: Installing LinuxCNC

Do not enter a root password, if you do sudo is disabled and you won’t be able to complete the following steps


Interresting

I thought when I entered a password, I will be able to sudo
  • Mecanix
  • Mecanix
31 Jul 2024 11:18

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

Category: Computers and Hardware

I don't know what to say, that was too kind Meister. Thank you so much for taking the time.

I'm working off a GW1N-LV9QN88 part (custom dev board). Schematic and pcb mostly inspired from the infamous TangNano9K and so I have a good feeling this won't be too difficult to port hardware-wise.

Let me set-up, clone, learn your work during the coming days. As soon as I have a successful IDE compile/project I'll share it with you to upload on your repo.

So excited about this already. Thank you again. I'll update progress!
  • AndriySM
  • AndriySM
31 Jul 2024 10:57

Ethercat installation from repositories - how to step by step

Category: EtherCAT

jjdege .Thank you, I'll try to do that this evening, I hope to succeed
  • meister
  • meister
31 Jul 2024 10:51

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

Category: Computers and Hardware

@meister

Do you happen to have LinuxCNC-RIO ported for the Gowin IDE? I'd like to explore your awesome work however would be willing to do so in an environment that I'm semi-familiar with already (i.e. Gowin IDE).

Thanks, yes gowin toolchain is supported, it even generates a project file for the IDE.
However, it is easier (at least for me) to work without an IDE, so you are not so tied to one manufacturer.
Since everything is more or less generated here, an IDE is only suitable for troubleshooting and playing around

If so can you link me to a branch or point me in the correct direction to get started please. That'd be super cool.

ps. Goal; retrofit a co2 laser (stepper 3ax, 1 rot, 3 limit switches). Hardware at hand; gowin littlebee serie fpga
 


for new projects, the best branch is here: 
github.com/multigcs/riocore/tree/dev

littlebee is not yet directly supported, but if there is a GW1N-9 on it, it should be no problem to use the TangNano9k configs as a template

copy the file: riocore/boards/TangNano9K.json to riocore/boards/LittleBee.json and edit it (type/family/clock-pin/speed), set toolchain to gowin

than copy riocore/configs/TangNano9K/config-uart.json to riocore/configs/LittleBee/config-uart.json and edit it (boardcfg and the pins / you can also remove all plugins and leave only the uart and blink for first tests)

then you can generate the Gateware with:
clear ; PYTHONPATH=. bin/rio-generator riocore/configs/LittleBee/config-uart.json

if all works, you will find a project file for gowin-ide here: Output/LittleBee/Gateware/rio.gprj







 
  • tommylight
  • tommylight's Avatar
31 Jul 2024 10:30
Replied by tommylight on topic Can LinuxCNC work on a Rotary Transfer Machine?

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

Pretty sure something like that can be done with LinuxCNC, as almost all motions are unique and repeat all the time, so each station has a single motion to do.
Probably most can be done with separate stepgens or siggens and some hal fiddling to ensure the tools are in place before moving the main part holder.
Add a VCP for editing values tools have to move and....
-
This is from back when i started using LinuxCNC and thinking what can be controlled by it, so just stuff in my head as i never had a chance to try and build such a machine.
  • Mecanix
  • Mecanix
31 Jul 2024 10:15

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

Category: Computers and Hardware

@meister

Do you happen to have LinuxCNC-RIO ported for the Gowin IDE? I'd like to explore your awesome work however would be willing to do so in an environment that I'm semi-familiar with already (i.e. Gowin IDE).

If so can you link me to a branch or point me in the correct direction to get started please. That'd be super cool.

ps. Goal; retrofit a co2 laser (stepper 3ax, 1 rot, 3 limit switches). Hardware at hand; gowin littlebee serie fpga
  • Aciera
  • Aciera's Avatar
31 Jul 2024 10:08 - 31 Jul 2024 10:12

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

Ah, I see.
I'm afraid not. LinuxCNC is not multi-channel capable so it cannot synchronize axes moving along different tool paths at the same time.

[edit]
The only way this could work would be to use a different installation of LinuxCNC for each station and synchronize the program execution using digital IO
  • jjdege
  • jjdege's Avatar
31 Jul 2024 10:07 - 31 Jul 2024 10:21

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
  • tommylight
  • tommylight's Avatar
31 Jul 2024 10:02
Replied by tommylight on topic Is a parport fast enough?

Is a parport fast enough?

Category: General LinuxCNC Questions

Just get some cheap TB6600 drives, wire those directly to an old PC with parallel port, make the machine move.
No AI will help you with that, yet.
  • klopp
  • klopp
31 Jul 2024 09:56
Replied by klopp on topic Weiler 160 CNC Retrofit

Weiler 160 CNC Retrofit

Category: Show Your Stuff

@spumco Wow the white looks so clean, got me a bit jealous haha. I'll try to keep all servos original, they probably have a better quality than some chinese servos, even though 30 years have passed.

@PCW Thank you, then it's a no brainer. Will start with the 7I97T and continue when the 7I84 is in stock.
  • gpasotti
  • gpasotti's Avatar
31 Jul 2024 09:56

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

By Rotary transfer I mean a milling machine with a rotary table with multiple stations, each station is like higly customized lathe, it holds a working piece and has multiple Units that perform a specific work on the piece.
Each Unit is composed by multiple axis depending on the complexity of the work, for certain a spindle and at least the z axis, but could even have x y z axis.

Something like this:
 

I also foud this to help define it: en.wikipedia.org/wiki/Rotary_transfer_machine
  • Aciera
  • Aciera's Avatar
31 Jul 2024 09:35 - 31 Jul 2024 09:45

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

Do you mean something like this:

 

[edit]
If so, that is not really an application I would choose LinuxCNC for but as a proof of concept why not. Although I would probably much prefer to use a PLC.

 
  • Aciera
  • Aciera's Avatar
31 Jul 2024 09:33

Planning moves. Lookahead over short vectors and blending vectors.

Category: LinuxCNC Documents

It started to be an issue mainly on very fast routers and plasma cutters, and when CAM started to be more readily available (and, to an extent, when it started being used by novice CNC-ers who assume that the smallest possible path length mush be highest resolution and therefore the best.


Exactly.
Here is a good example of how simply changing the CAM settings may fix slow Gcode execution despite the one line lookahead:
forum.linuxcnc.org/38-general-linuxcnc-q...ving-too-slow#306462
  • gpasotti
  • gpasotti's Avatar
31 Jul 2024 09:31

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

Hello,
I am new here and overall in the CNC world.

I just wondered if LinuxCNC is suitable for Multi-Station like Rotary and Linear Transfer Machines, that have many Units and Axis, at least many more than what I have seen in the examples.

And if not what would take to make it so?

Thanks in advance,
G.Pasotti
Displaying 23716 - 23730 out of 25551 results.
Time to create page: 0.482 seconds
Powered by Kunena Forum