[Emc-users] LinuxCNC with Robot Arm Setup

2021-11-16 Thread Ian Charnas
Hi everyone. I'm new to LinuxCNC but I'm an engineer with a background in software and cnc machining so I'm hoping I'll learn quickly. I'm interested in setting up LinuxCNC to run a robot arm. From what I can tell, the wise approach is to follow this guide

[Emc-users] Power Drawbar progress

2021-11-16 Thread John Dammeyer
Here's a link to a very short video showing the power drawbar progress. Press unload button and cylinder goes down first. Then wrench turned on max 1 second. Then both wrench turned off and up valve switched on to lift wrench out of the way. Sure does move fast. Might want some rubber

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread Philipp Burch
Hi all, I'd rather not share the same Ethernet connection for both the machine-internal network and general networking (browsing the internet, etc.). Just because this will expose components of the machine to the rest of the network, usually without authentication or similar protection

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread Todd Zuercher
I think the problem is less about delays at the switch but with latency caused by sharing the Ethernet adapter in the PC with the rest of Linux. Todd Zuercher P. Graham Dunn Inc. 630 Henry Street  Dalton, Ohio 44618 Phone:  (330)828-2105ext. 2031 -Original Message- From: Chris Albertson

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread Chris Albertson
You can work out the delay of a cut-through switch at 100M bits per second. Comes to a handful of microseconds. But does it matter if the delay is always the same? It is variability that matters. We are about talking nanoseconds. That said, I'd not want to use a network that was also being

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread johnd
I was under the impression that the Mesa required dedicated Ethernet so UDP packets wouldn't be delayed. JohnSent from my Samsung S10 Original message From: Chris Albertson Date: 2021-11-16 9:51 a.m. (GMT-08:00) To: "Enhanced Machine Controller (EMC)" Subject: Re:

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread Chris Albertson
Do you mean that the notebook PC has Ethernet, but it is in use, and you want to add a second Ethernet port? That is not the way to go. Buy an Ethernet Switch. Or perhaps your notebook is already connected to a switch, then just plug the Mesa card into the switch. Not only is this a

Re: [Emc-users] Touch Probe

2021-11-16 Thread Todd Zuercher
Our big commercial machines (not Linuxcnc) pause for user intervention (manual centering of the cutter over the probe) before starting the probing stroke. So it isn't a fully automated process. The machine picks up the tool, moves over the probe, and pauses, the operator checks alignment and

Re: [Emc-users] Touch Probe

2021-11-16 Thread andy pugh
On Tue, 16 Nov 2021 at 12:31, Matthew Herd wrote: > > Is there a provision for tool setting a face mill or a tool with a different > center height than the outside diameter? I think that you could probably do something clever with U/V offsets in the tool table. -- atp "A motorcycle is a

Re: [Emc-users] Touch Probe

2021-11-16 Thread Les Newell
My tool setter has a plate that's about 30mm diameter. If I need to do something bigger than that I have to do it manually. Les On 16/11/2021 12:28, Matthew Herd wrote: Is there a provision for tool setting a face mill or a tool with a different center height than the outside diameter? Or

Re: [Emc-users] Touch Probe

2021-11-16 Thread Matthew Herd
Is there a provision for tool setting a face mill or a tool with a different center height than the outside diameter? Or do those have to be done manually? I imagine the spindle orientation would also matter for most tool setters due to the spacing of the inserts. Matthew Herd

Re: [Emc-users] Touch Probe

2021-11-16 Thread Les Newell
Sorry for the delay in replying. I missed your post. I have attached the files. I have a Modbus front panel with a bunch of buttons. One (connected to digital input 0) enables/disables auto tool set. Only tools 1-100 will auto toolset. My probe is T101. Another button directly calls the tool

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread andy pugh
On Tue, 16 Nov 2021 at 07:21, John Dammeyer wrote: > > Would this type of USB 3.0 to Ethernet work with Ethernet supported MESA > boards? I doubt it. I think that the underlying reasons why LinuxCNC does not support USB would still apply. (ie USB is generally buffered and the standard allows

Re: [Emc-users] USB to Ethernet

2021-11-16 Thread John Dammeyer
I personally don't trust USB. It tends to block for the strangest reasons. At least a hardwired Ethernet on the motherboard should, if listed as 1Gbps, shouldn't have the same problems. But then inside a USB dongle much of that buffering might be done anyway. John > -Original

[Emc-users] USB to Ethernet

2021-11-16 Thread Roland Jollivet
I might be wrong, but I'd think such a device would be resource heavy. Less hardware means more gets done is software.. On Tue, 16 Nov 2021 at 09:21, John Dammeyer wrote: > Would this type of USB 3.0 to Ethernet work with Ethernet supported MESA > boards? >