Re: [CAD_CAM_EDM_DRO] Re: emc and following error problems
Posted by
Jon Elson
on 2002-11-28 22:28:39 UTC
Ray wrote:
move of 80 mm before
any motion would be commanded from the motors! No WONDER it isn't moving!
In fact, deadband is a very dangerous thing, as it introduces a
non-linear transfer function
inside a control loop. I would recommend setting deadband to 0.0 in all
cases.
I have a separate thing in the code that essentially provides a deadband
to prevent servo hunting.
It puts the rate generators in stop if the "voltage" is commanded to be
less than an absolute
value of 0.001 The simulated DACs go from 0 .. 10 V, so that is .0001
of max velocity.
Jon
>>First ting eh. Unable to move an axis at any speed is a good clue thatThank you, Ray. I missed this entirely! He would have to specify a
>>something big is amiss. I'd vote for the parenthetical part of #1
>>first., #3 second. #2 is in there so you don't go to sleep waiting for
>>it to go.
>>
>>4 - Deadband is way big. Half a mm is specified and that sounds more
>>like backlash but it won't run well with that much lash in the file.
>>Half a pulse for deadband is okay although Paul recently said take two
>>pulses.
>>
>>
move of 80 mm before
any motion would be commanded from the motors! No WONDER it isn't moving!
In fact, deadband is a very dangerous thing, as it introduces a
non-linear transfer function
inside a control loop. I would recommend setting deadband to 0.0 in all
cases.
I have a separate thing in the code that essentially provides a deadband
to prevent servo hunting.
It puts the rate generators in stop if the "voltage" is commanded to be
less than an absolute
value of 0.001 The simulated DACs go from 0 .. 10 V, so that is .0001
of max velocity.
Jon
Discussion Thread
got_milk_eh
2002-11-27 09:46:08 UTC
emc and following error problems
Askew, Jason
2002-11-27 13:23:38 UTC
RE: [CAD_CAM_EDM_DRO] emc and following error problems
got_milk_eh
2002-11-27 13:53:17 UTC
Re: emc and following error problems
Tim Goldstein
2002-11-27 18:39:53 UTC
RE: [CAD_CAM_EDM_DRO] Re: emc and following error problems
Ray Henry
2002-11-28 06:41:12 UTC
Re: emc and following error problems
alex
2002-11-28 07:28:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: emc and following error problems
Ray Henry
2002-11-28 18:13:22 UTC
Re: Re: Re: emc and following error problems
Jon Elson
2002-11-28 22:28:39 UTC
Re: [CAD_CAM_EDM_DRO] Re: emc and following error problems
Ray Henry
2002-11-29 08:39:41 UTC
Re: Re: Re: emc and following error problems
alex
2002-11-29 09:28:23 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Re: emc and following error problems