Re: [Emc-users] LinuxCNC 2.9.0Pre not finding tool.tbl

2023-09-23 Thread Alan Condit via Emc-users
Sorry, stupid problem. I had a thumb drive in the machine and I was looking at the files on the thumb drive. The files on the machine had been overwritten when I installed 2.9.0Pre. I copied the correct files over and cured the problem. > From: Nicklas SB Karlsson > Subject: Re: [Emc-users]

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread andy pugh
On Sat, 23 Sept 2023 at 13:41, gene heskett wrote: > MAX_VELOCITY= 360.000 > MAX_ACCELERATION= 12000 v^2 = u^2 + 2as for 360 deg/sec and 12000 accel the overrun on stopping will be v^2 / 2a = 5.4 degrees. Also it's possible that your PID is limiting the responsiveness, or

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread John Dammeyer
Oops. Forgot to include my numbers: [JOINT_3] TYPE = ANGULAR HOME = 0.0 FERROR = 1 MIN_FERROR = 0.25 MAX_VELOCITY = 180.0 MAX_ACCELERATION = 720.0 # The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION # If using BACKLASH compensation STEPGEN_MAXACCEL should be 100%

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread John Dammeyer
> -Original Message- > From: gene heskett [mailto:ghesk...@shentel.net] > First, my numbers are for a nema-23 3 phase stepper servo, a closed loop > setup with an optical encoder on the rear of the motor that feeds the > controller. All lcnc does is feed it steps. > Gene, What 3

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
one other clarification, on page 13 of the html docs for PID: pid.n.tune-type u32 rw When set to 0, Pgain,Igain,Dgain are calculated Whwn set to 1, Pgain,Igain,FF1 are calculated But what is the more common "type" name? Position, Velocity? and which is preferred for stepper

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 15:27, andy pugh wrote: On Sat, 23 Sept 2023 at 13:41, gene heskett wrote: MAX_VELOCITY= 360.000 MAX_ACCELERATION= 12000 v^2 = u^2 + 2as for 360 deg/sec and 12000 accel the overrun on stopping will be v^2 / 2a = 5.4 degrees. Also it's possible that your PID

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread John Dammeyer
Thanks Andy, > -Original Message- > From: andy pugh [mailto:bodge...@gmail.com] > Sent: September 23, 2023 4:09 PM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] Q about angular vel in dro > > On Sat, 23 Sept 2023 at 22:42, John Dammeyer > wrote: > > > > Andy, > >

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 19:11, andy pugh wrote: On Sat, 23 Sept 2023 at 22:42, John Dammeyer wrote: Andy, Just curious since we have the same harmonic drive and STMBL for the 4th axis what max velocity and acceleration are you using. I just checked, and the numbers are very modest. 100 deg/sec and 250

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread John Dammeyer
Andy, Just curious since we have the same harmonic drive and STMBL for the 4th axis what max velocity and acceleration are you using. John > -Original Message- > From: andy pugh [mailto:bodge...@gmail.com] > Sent: September 23, 2023 12:26 PM > To: Enhanced Machine Controller (EMC) >

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread andy pugh
On Sat, 23 Sept 2023 at 22:42, John Dammeyer wrote: > > Andy, > Just curious since we have the same harmonic drive and STMBL for the 4th axis > what max velocity and acceleration are you using. I just checked, and the numbers are very modest. 100 deg/sec and 250 deg/sec accel. But the TP will

Re: [Emc-users] LinuxCNC 2.9.0Pre not finding tool.tbl

2023-09-23 Thread Nicklas SB Karlsson
Also had some problem. If I remember correct space in folder name was the problem. It happened in newer version but not older. Nicklas Karlsson Den 2023-09-23 kl. 17:10, skrev Alan Condit via Emc-users: When I edited the tool table under 2.8 it was working fine but now it doesn’t work when

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 11:39, gene heskett wrote: one other clarification, on page 13 of the html docs for PID: pid.n.tune-type u32 rw When set to 0, Pgain,Igain,Dgain are calculated Whwn set to 1, Pgain,Igain,FF1 are calculated But what is the more common "type" name? Position, Velocity? and

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 18:10, John Dammeyer wrote: Oops. Forgot to include my numbers: [JOINT_3] TYPE = ANGULAR HOME = 0.0 FERROR = 1 MIN_FERROR = 0.25 MAX_VELOCITY = 180.0 MAX_ACCELERATION = 720.0 # The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION # If using BACKLASH

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 20:11, John Dammeyer wrote: -Original Message- From: gene heskett [mailto:ghesk...@shentel.net] First, my numbers are for a nema-23 3 phase stepper servo, a closed loop setup with an optical encoder on the rear of the motor that feeds the controller. All lcnc does is

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread andy pugh
On Sat, 23 Sept 2023 at 00:26, gene heskett wrote: > So why can't I get a decent decel while homing it? What is the [JOINT] Accel (rather than [AXIS] and what accel is used by the stepgen? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of

Re: [Emc-users] Q about angular vel in dro

2023-09-23 Thread gene heskett
On 9/23/23 05:45, andy pugh wrote: On Sat, 23 Sept 2023 at 00:26, gene heskett wrote: So why can't I get a decent decel while homing it? What is the [JOINT] Accel (rather than [AXIS] and what accel is used by the stepgen? currently: [TRAJ] ... ANGULAR_UNITS = degree

[Emc-users] LinuxCNC 2.9.0Pre not finding tool.tbl

2023-09-23 Thread Alan Condit via Emc-users
When I edited the tool table under 2.8 it was working fine but now it doesn’t work when I try to change tools and surprise, surprise, the tool table is blank when I try to edit it. It loads the blank table. I have my tool table “tool.tbl” in "~/linuxcnc/configs/" and a copy of my tool table