Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gene Heskett
On Wednesday 02 June 2021 01:17:27 John Dammeyer wrote: > These are from 2011 or so. > https://github.com/LinuxCNC/wizards And this nicely demo's github's total lack of a way to see what this project does. I have 2 of my 4 machines loaded up and only half working now because changes in

[Emc-users] Servo Motor Tuning.

2021-06-02 Thread John Dammeyer
I really don't know if this is the right forum for this question but in working with the mill over the last few months every once in a while the DC Brushed Servo Y axis makes this horrible noise like a stepper motor at the harmonic instability. Usually I've just cycled power on the servo and

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gregg Eshelman via Emc-users
I always liked the rotary click wheel on many CRT monitors. Nice big wheel with an offset dimple. Put fingertip in dimple and push to get the menu, spin to highlight the configuration option then push. Spin again to select (for example) vertical position then push and spin to move the raster up

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gerrit Visser
That is totally on the person who put it on Github, there are plenty of ways to illustrate and describe what a project is. That is what the Wiki section is for. I find the terse method rather prevalent amongst FOSS projects. Just like the 'who needs a manual, just read the code' approach. This

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Robert Murphy
Sorry been busy today and just saw this. I bought a 2nd hand touch screen (3M Microtouch). A part from being cheap, $25 AUD I figured it would be a fairly rugged piece of kit (very little use). So it's only 17" but with the lack of space in my work area it fits right in. Touch a little bit of

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread John Dammeyer
Hi Gregg, My observation is that in the last decade or so human factors engineering has taken a back seat to getting a product out the door. Possibly with the idea that it will be out of date in a couple of years so why bother. Way back when I was in University it was the Arts Department at

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Frank Tkalcevic
That's what I've based my wizards on. I started using that version, but had trouble laying out the screen using python and the toolkit it used. I ended up writing a c++ version with preview, but that never got pass a beta version. My old lathe wizards are here...

Re: [Emc-users] Servo Motor Tuning.

2021-06-02 Thread Les Newell
That sounds like you could have to much Kd. Try reducing it. Do you have an oscilloscope? An oscilloscope really helps when tuning servos. As the UHU doesn't have an analog output you would have to probe the motor drive signals. Put a simple R-C filter in line with the probe to filter out the

Re: [Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Chris Albertson
That 0.5 uS spec is for the minimum time the clock needs to be low. STEPLEN is the time to remain high. You have STEPSPACE=0 which means the low time is to be "0 nanoseconds".I'd make STEPSPACE much larger. BTW, that L297 is primitive at best. You'd be amazed at how much better the new

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Ed W
Hi, I've got this one. Really pleased with it. Using it with Probe_Basic     HANNspree HT225HPB 1080p Full HD 21.5     https://www.amazon.co.uk/gp/product/B01F3636V0 Ed W On 02/06/2021 00:07, John Dammeyer wrote: > If I wanted to set up a Pi4 with LinuxCNC and a touch screen is there any >

Re: [Emc-users] Servo Motor Tuning.

2021-06-02 Thread Jon Elson
On 06/02/2021 01:20 AM, John Dammeyer wrote: I really don't know if this is the right forum for this question but in working with the mill over the last few months every once in a while the DC Brushed Servo Y axis makes this horrible noise like a stepper motor at the harmonic instability. Try

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gene Heskett
On Wednesday 02 June 2021 06:55:42 Gerrit Visser wrote: > That is totally on the person who put it on Github, there are plenty > of ways to illustrate and describe what a project is. That is what the > Wiki section is for. I find the terse method rather prevalent amongst > FOSS projects. Just

[Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Fox Mulder
Hi, i try to reactivate my old self-build cnc mill with stepper motors and come to a little problem. My 15 year old electronics seems all still to work. It uses L297/L298 stepper drivers driven by the parallel port from my old pc which is quite outdated but this doesn't matter at the moment. I

Re: [Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Fox Mulder
Thanks for the hint. I will try to set stepspace at a higher value. And i know about the newer Drivers. I already use DRV8825 for a new project and it is far superior to the old L297/L298 combo. At the moment i just want to get the old hardware running and i already have planed to replace the

Re: [Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Fox Mulder
So i tried setting stepspace = 1 but no change. Then i tried setting both steplen and stepspace to 1 and also no change. It seems as if LinuxCNC ignores my values. When i open HAL Meter and show the current value it shows me 75000 for both of them. But this would mean 75µs pulse width

Re: [Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Peter C. Wallace
On Wed, 2 Jun 2021, Fox Mulder wrote: Date: Wed, 2 Jun 2021 20:06:05 +0200 From: Fox Mulder Reply-To: "Enhanced Machine Controller (EMC)" To: emc-users@lists.sourceforge.net Subject: Re: [Emc-users] How to change step pulse width for stepper driver So i tried setting stepspace = 1

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread andy pugh
On Wed, 2 Jun 2021 at 05:50, andrew beck wrote: > > Never used the Mach ones. But anything like the path pilot stuff. > > Eg profile cycles > Parting > Facing > Threading > Taper threading > Tapping > Grooving > Straight Turning Have you seen:

Re: [Emc-users] How to change step pulse width for stepper driver

2021-06-02 Thread Fox Mulder
Thanks for the hint. This parameter is not quite the one i would have looked into. After i changed it from 5000 to 1 the pulse width changed from ~3,2µs to ~4µs. And with a value of 2 i get ~7µs which is enough to work with my old stepper driver. Interestingly when i set higher values

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gerrit Visser
Hi Gene >From discussions with users of my now-archived Gui, they were using it for anything from laser 'etching' wood with a lot of tiny moves to a Bridgeport and 2" facemills. Grbl is quite capable, people get hung up on the lack of some G codes and tool changes but for the most part in small

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Chris Albertson
grbl is best compared to the "Marlin" software that drives most 3D printers. Both are very different from LCNC. Marlin and grbl are really similar in many ways. 1) Marlin and grbl both run on Arduino, even the low-end "Uno". 2) They are VERY efficient because the configuration is done in the

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Feral Engineer
You sound like my grandfather. He's 88 and still going strong. Be careful out there, we like having you on this side of things. Phil T. The Feral Engineer Check out my LinuxCNC tutorials, machine builds and other antics at www.youtube.com/c/theferalengineer On Wed, Jun 2, 2021, 3:00 PM Gene

Re: [Emc-users] Servo Motor Tuning.

2021-06-02 Thread John Dammeyer
Thanks everyone, Played with P and D of the PID to change some of the motor parameters to see if I could get rid of that harmonic noise that sometimes comes up but only in one direction. Nothing helped. I'm of the opinion that under load in one direction but not the other the 0.0137"

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread andrew beck
Andy that's awesome! Can I just open the sample install and test it? On Thu, Jun 3, 2021, 5:38 AM andy pugh wrote: > On Wed, 2 Jun 2021 at 05:50, andrew beck wrote: > > > > Never used the Mach ones. But anything like the path pilot stuff. > > > > Eg profile cycles > > Parting > > Facing > >

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Andy Pugh
> On 2 Jun 2021, at 22:04, andrew beck wrote: > > Can I just open the sample install and test it? I think so. It’s been a few years since I wrote it. ___ Emc-users mailing list Emc-users@lists.sourceforge.net

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread andrew beck
OK firing up lathe as we speak about to test On Thu, Jun 3, 2021, 9:12 AM Andy Pugh wrote: > > > > On 2 Jun 2021, at 22:04, andrew beck wrote: > > > > Can I just open the sample install and test it? > > I think so. It’s been a few years since I wrote it. > >

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread andrew beck
Hmm I'm getting buttons but non of your fancy images. Must be missing something On Thu, Jun 3, 2021, 9:20 AM andrew beck wrote: > OK firing up lathe as we speak about to test > > On Thu, Jun 3, 2021, 9:12 AM Andy Pugh wrote: > >> >> >> > On 2 Jun 2021, at 22:04, andrew beck wrote: >> > >> >

[Emc-users] IRC Server Change to libera.chat Reply-To:

2021-06-02 Thread Jeff Epler
[This is a plain-text copy of the blog post https://www.linuxcnc.org/2021/06/02/IRC-Server-Change/ Head there for a version with clicky links. I hope to see many of you over at Libera.chat!] Following the example of many prominent projects including Centos, Fedora, FreeBSD, Gentoo, Wikipedia,

Re: [Emc-users] Touch screen for LinuxCNC

2021-06-02 Thread Gene Heskett
On Wednesday 02 June 2021 12:26:33 Gerrit Visser wrote: > Hi Gene > From discussions with users of my now-archived Gui, they were using it > for anything from laser 'etching' wood with a lot of tiny moves to a > Bridgeport and 2" facemills. > Grbl is quite capable, people get hung up on the lack