Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
31 Jul 2024 13:47
Replied by tommylight on topic Is a parport fast enough?

Is a parport fast enough?

Category: General LinuxCNC Questions

Personally, i do not mind such questions at all, the OP has given us some info to chew on, so no matter what question, it does deserve a reply.
-
To answer the question from the tittle:
Yes, parallel port is fast enough for a lot of things/machines/whatever as long as you consider the requirements in regards to port limitations.
I have Plasma, Mill, engravers, Styrofoam cutters, all using parallel port for over 10 years without a single issue, ever.
And at one point in time i used a parallel port with LinuxCNC and the included scope as an Oscilloscope/Logic Analyzer, just mind the 5V input limit.
  • meister
  • meister
31 Jul 2024 13:38

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

Category: Computers and Hardware

I'm sorry, I was a bit bored :)

 

riocore/configs/MecanixDev/config-test.json
riocore/boards/MecanixDev/board.json
  • tommylight
  • tommylight's Avatar
31 Jul 2024 13:31
Replied by tommylight on topic Weiler 160 CNC Retrofit

Weiler 160 CNC Retrofit

Category: Show Your Stuff

Is the writing on that machine in Slovenian language?
  • cakeslob
  • cakeslob
31 Jul 2024 13:31 - 31 Jul 2024 13:32

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Looks like you successfully loaded the config....
Where did you get that config file? It is for a different board.

Load the one from the repository the firmware was in, and in the future, dont use anything outside of this repo
github.com/scottalford75/Remora-RT1052-cpp/tree/main/LinuxCNC


You may have to do a full chip erase to remove the wrong one. I think there are some instructions on how to do a full chip erase somewhere in the thread.
  • Aciera
  • Aciera's Avatar
31 Jul 2024 13:21 - 31 Jul 2024 13:22

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

So, if I got that right, It is not intended but with some coding and abstraction it could be done...


If a station only needs a single axis (eg a Z axis) then there might be a way to use the 'extra joints' feature, which are axes that are not linked to any of the nine possible axis letters (XYZABCUVW) but are managed independently by 'limit3' hal components. As soon as you need two axes to move in a coordinated manner you need to do this through the motion planner (ie GCODE). A single LinuxCNC installation can only run one coordinated motion at the same time. So for example on a lathe with two independent tool posts it is not possible to have one tool post follow a contour and the other tool post follow another contour at the same time. It would be possible to run one after the other has finished but that is usually not idea.

Multi-channel capability comes up sporadically in discussions, mostly in the context of lathes with front and back spindles. Looks like there have been tentative attempts here and there but whether that it will actually ever work is really anybody's guess.
Personally I certainly wouldn't count on it.
  • electrosteam
  • electrosteam
31 Jul 2024 12:47
Replied by electrosteam on topic We allow 'stacking' of MDI commands - is it OK ???

We allow 'stacking' of MDI commands - is it OK ???

Category: Gmoccapy

A comment from a hobby non-trades user that finds 'stacking' or 'queuing' of MDI commands useful.

The hobby aspect often is a one-off with testing of individual cutting paths.
A few sequential paths might then give the result.
Then, copy/pastes within the MDI history allow the job to continue, and complete.

Sort of half-way between manual and cnc.

I am currently assessing what I should do on discovery that my new upgrade to LC2.9.2 on a Raspberry Pi 4B with AXIS does not allow MDI command stacking.
Gmoccapy is on the review list.

John.
  • gpasotti
  • gpasotti's Avatar
31 Jul 2024 12:44

Can LinuxCNC work on a Rotary Transfer Machine?

Category: General LinuxCNC Questions

So, if I got that right, It is not intended but with some coding and abstraction it could be done...

Also I am not sure I can propose a solution with a PC controller for each Station or Unit, but I'll try to develop this idea too.

Meanwhile I found something that I think is related on github:

github.com/LinuxCNC/linuxcnc/issues/2716
github.com/LinuxCNC/linuxcnc/issues/2143

The #2143 particularly mentions this branch, but is 10 years old:
github.com/LinuxCNC/linuxcnc/tree/unified-build-candidate-3
  • Krulli_Fräser
  • Krulli_Fräser
31 Jul 2024 12:41
Replied by Krulli_Fräser on topic Verify my Mesa selection

Verify my Mesa selection

Category: Driver Boards

  Thanks for your help.

The mpg handwheels on my particular machine are mounted on the apron and their cable already runs to the electrical cabinet. For manual type work which is a lot of what this machine will see, I reckon this will work very well
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
31 Jul 2024 12:34
Replied by Cant do this anymore bye all on topic Is a parport fast enough?

Is a parport fast enough?

Category: General LinuxCNC Questions

Sarcasm will defeat AI.
Have your Memes at the ready.
  • seyad
  • seyad
31 Jul 2024 12:33

Notes from installation of ethercat on Raspberry Pi 4

Category: EtherCAT

At the point of "Test ethercat with linuxcnc " i am facing issues like "lFound file(REL): ./ethercat.hal
lcec: dlopen: libethercat.so.1: cannot open shared object file: No such file or directory"
But path my directory (path=$PATH:/usr/local/lib)
  • JT
  • JT's Avatar
31 Jul 2024 12:20
Replied by JT on topic Flexible GUI

Flexible GUI

Category: Other User Interfaces



JT
  • Moutomation
  • Moutomation
31 Jul 2024 12:14
Replied by Moutomation on topic gmoccapy pins

gmoccapy pins

Category: Gmoccapy

Thanks a lot
Can program refresh be controlled from the classic ladder?
  • PhilipME
  • PhilipME's Avatar
31 Jul 2024 12:05
  • 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
Displaying 24676 - 24690 out of 24803 results.
Time to create page: 0.448 seconds
Powered by Kunena Forum