[Emc-users] Setting tool heights

2021-07-11 Thread John Dammeyer
I've been watching the Tormach Path Pilot videos on tool height and offsets. https://youtu.be/BoIB_Fatt44 https://youtu.be/2EIQo8g4RVQ Very similar to what is available in MACH. Is there a graphical interface for AXIS that lets you enter in the tool height values or use the machine

Re: [Emc-users] Setting tool heights

2021-07-11 Thread Les Newell
In the manual page (F3) enter the tool Z position (e.g 0 if you are using the paper trick) and press the tool offset button. I personally don't like using paper. It's easy to make a mistake and damage your tool/work. I prefer to use a round bar of a known diameter (e.g the shank of an old tool)

[Emc-users] Ethercat returning message disappear

2021-07-11 Thread Nicklas SB Karlsson
Experimenting with Ethercat. Connecting three devices it work perfect. But with more there are cases then only some messages arrive back to master and some cases there no messages arrive back to master. Even though message do not arrive back as expected checking with broadcast write message ar

[Emc-users] Ethercat returning message disappear

2021-07-11 Thread Roland Jollivet
No I don't but you might find this interesting. It was in an email I got two days ago. The software is downloadable; https://www.st.com/en/evaluation-tools/steval-eth001v1.html?ecmp=tt21493_gl_enews_jun2021&cid=stmDM44500&bid=438016236&uid=mrX5prLpL0WLPr+vcjBGHEiEOnoACPSG9a4XfANkxEI= On Sun, 11

Re: [Emc-users] Ethercat returning message disappear

2021-07-11 Thread John Dammeyer
At $294 (out of stock too) that eval board is way more expensive than a STMBL kit which also can drive a motor with a much higher power supply voltage. I'm surprised that ST charges so much for something like that. You'd think with their size they could produce demo boards for really cheap, peo

Re: [Emc-users] Ethercat returning message disappear

2021-07-11 Thread Chris Albertson
STM does sell some subsidized boards. These are dirt cheap because they want you to develop a product using the parts. My favorite is the Nucleo series This one sells for about $13. st.com/en/evaluation-tools/nucleo-f411re.html It make

Re: [Emc-users] Ethercat returning message disappear

2021-07-11 Thread Dave Cole
On 7/11/2021 1:03 PM, Chris Albertson wrote: That said, Ethernet has been made to work on the Raspberry Pi "Pico", How long until Ethercat runs on this $4 part? The Pico is made by a non-profit foundation, so the price will remain low That is very interesting.. Probably not long! Dave __

[Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
Hello, in linuxcnc,  is there an easy/automated way to get halfway between two points?   (Fort example, you'd touch off somewhere, move to some coordinate (x, y)  (or even (x, y, z)) and go inbetween right to the the middle of where you touched off and where the spindle is now? thanks, R

Re: [Emc-users] Code of Conduct

2021-07-11 Thread dvalin
  - Original Message - From: "Enhanced Machine Controller (EMC)" To: Cc: Sent:Tue, 29 Jun 2021 17:07:55 -0600 Subject:Re: [Emc-users] Code of Conduct On 6/29/21 RC wrote: Also, I changed my mind  .. hey all, can we still have that CoC? with that one rule in it that said somethi

Re: [Emc-users] Code of Conduct

2021-07-11 Thread dvalin
  Valerio wrote: >> So it be. Andy, my apologies for trying to support the adoption of a CoC, either the one proposed by Jeff or that of W3C as I proposed. Evidently the idea of being an organized community doesn't appeal to LinuxCNC users. I don't understand why there is so much opposition,

Re: [Emc-users] Code of Conduct

2021-07-11 Thread Valerio Bellizzomi
Every open source project on Github.com and Sourceforge has a Code of Conduct, this is a necessary part of every public project. Regards On Mon, 2021-07-12 at 14:06 +0930, dva...@internode.on.net wrote: > > > Valerio wrote: >> > So it be. Andy, my apologies for trying to support the adoptio

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread John Dammeyer
I still have my Shumatech DRO on my mill. I touch one side and zero the axis. I then move across and jog until the LED goes on. Then FCN 1 and the axis letter button. At that point the axis changes to minus halfway between where I just touched off and the original 0 point. I move to make the

Re: [Emc-users] Code of Conduct

2021-07-11 Thread R C
No it isn't, I can start a open source project tomorrow (not today, cause it is getting late), and not have a CoC, and who is going to stop me, if it doesn't have a CoC? On 7/11/21 10:46 PM, Valerio Bellizzomi wrote: Every open source project on Github.com and Sourceforge has a Code of C

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
Hi John, I have seen videos about these electronic "add on" DROs that is actually why I am asking.   It would be incredibly helpful finding the center of circles (aka holes), or squares, the center of stock etc etc. That's why I wondered if there is something like that in linuxcnc.   (Mayb

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
On 7/11/21 10:47 PM, John Dammeyer wrote: I still have my Shumatech DRO on my mill. I touch one side and zero the axis. I then move across and jog until the LED goes on. Then FCN 1 and the axis letter button. At that point the axis changes to minus halfway between where I just touched off

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread Leonardo Marsaglia
Hi Ron, I guess you could do it with a custom component in HAL. You can link a physical button to set the points and then compute the center point. You should need a reset button and some other functionalities too I guess, but I think it's perfectly doable. Also you could show the output with pyvc

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread John Dammeyer
Essentially the process involves two touch off operations. First one side until an LED comes on or even better the probe input goes active. At that point touch off so the axis is set to 0. Then you move in the opposite direction until the probe (or LED) goes active. Divide that axis value by

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread John Dammeyer
I've been watching the Tormach Path Pilot videos and there's a lot of information in the LCNC side of things for setting tool height etc. There are a number of G-Code macros that can find edges. John > -Original Message- > From: R C [mailto:cjv...@gmail.com] > Sent: July-11-21 9:58 PM

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
Hi Leonardo, That was actually what I was looking for, a button "like that", and wondered if I just didn't see/find it. Yeah I can see some "convenient" functionality in that,  but being able to go "half way" between two points, even with some iteration would help, to get that started (It

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
I have been watching a lot of CNC and machining videos over the past year and a half too...  (which makes me wonder why I still turn so much stock into scrap.. :)  ) On 7/11/21 11:15 PM, John Dammeyer wrote: I've been watching the Tormach Path Pilot videos and there's a lot of information in

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
On 7/11/21 11:15 PM, John Dammeyer wrote: Essentially the process involves two touch off operations. First one side until an LED comes on or even better the probe input goes active. At that point touch off so the axis is set to 0. Then you move in the opposite direction until the probe (or

Re: [Emc-users] Code of Conduct

2021-07-11 Thread Valerio Bellizzomi
Nobody stops you, however your project will not gain much professional attraction. On Sun, 2021-07-11 at 22:55 -0600, R C wrote: > No it isn't, > > > I can start a open source project tomorrow (not today, cause it is > getting late), and not have a CoC, and who is going to stop me, if > it

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread John Dammeyer
Here are your 3 points. As a math wiz you can see that if you draw a perpendicular line from each pair of points they all intersect in the middle. The third angle is the one I can create graphically and from that the length for the XY of the center but you might be able to explain the math a b

Re: [Emc-users] 'automatically' go halfway between 2 points

2021-07-11 Thread R C
correct, If you draw 2, different, triangles like that, with their corners on a circle, their hypotenuses intersect in the center of that circle. also the middle of these hypotenuses, of each triangle, would be the center, hence, that is why I was interested in finding  the "half way point" of