Re: [Emc-users] external offsets following error

2024-03-07 Thread andy pugh
On Thu, 7 Mar 2024 at 12:33, Leonardo Marsaglia  wrote:

> One problem I notice is that whenever this following error occurs, my tool
> diameter gets corrupted. No matter if I turn eoffset to 0 and clear it. The
> only way to get the tool diameter ok is to home the axis again. Is this
> normal?

I think that I saw some signs of this when I was boring Capto sockets
a few weeks ago.

I didn't fully get to the bottom of it, but I think that you need to
reset the eoffset before you disable the eoffset, or the offset is
stored, and then further offset counts are (might be) additive.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] external offsets following error

2024-03-07 Thread Leonardo Marsaglia
Just to be more clear. The following error appears for example, if I'm
turning a cam, in the moment the lift is being applied. If I just press the
manual control button when the axis is not moving because it's on the base
radius part, nothing happens. I suspect this is a configuration issue and I
need to tweak a little bit more my config. Let me know if you need me to
post my ini file.

El jue, 7 mar 2024 a las 9:28, Leonardo Marsaglia ()
escribió:

> Has a physical axis become sticky / stiff? It sounds like you may be
>> hitting the accel / speed limit in the case when there is a step
>> change in the external offset.
>>
>
> Hi Andy,
>
> As as far as I can tell, the axis is behaving as always. Just to clarify a
> little more. This happens when I go from MDI to manual control when the
> spindle is turning and the eoffset is making the X axis move almost
> constantly. Sometimes it happens, sometimes not. Do I need to play with the
> eoffset AV ratio? The acceleration of that particular joint/axis is pretty
> high just to ensure the eoffset is applied as correctly as possible.
>
> One problem I notice is that whenever this following error occurs, my tool
> diameter gets corrupted. No matter if I turn eoffset to 0 and clear it. The
> only way to get the tool diameter ok is to home the axis again. Is this
> normal?
>
>
>
> El mié, 6 mar 2024 a las 6:54, andy pugh () escribió:
>
>> On Tue, 5 Mar 2024 at 16:30, Leonardo Marsaglia 
>> wrote:
>>
>> > This hasn't happened a few days before so I don't know what has changed.
>>
>> Has a physical axis become sticky / stiff? It sounds like you may be
>> hitting the accel / speed limit in the case when there is a step
>> change in the external offset.
>>
>> --
>> atp
>> "A motorcycle is a bicycle with a pandemonium attachment and is
>> designed for the especial use of mechanical geniuses, daredevils and
>> lunatics."
>> — George Fitch, Atlanta Constitution Newspaper, 1912
>>
>>
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] external offsets following error

2024-03-07 Thread Leonardo Marsaglia
>
> Has a physical axis become sticky / stiff? It sounds like you may be
> hitting the accel / speed limit in the case when there is a step
> change in the external offset.
>

Hi Andy,

As as far as I can tell, the axis is behaving as always. Just to clarify a
little more. This happens when I go from MDI to manual control when the
spindle is turning and the eoffset is making the X axis move almost
constantly. Sometimes it happens, sometimes not. Do I need to play with the
eoffset AV ratio? The acceleration of that particular joint/axis is pretty
high just to ensure the eoffset is applied as correctly as possible.

One problem I notice is that whenever this following error occurs, my tool
diameter gets corrupted. No matter if I turn eoffset to 0 and clear it. The
only way to get the tool diameter ok is to home the axis again. Is this
normal?



El mié, 6 mar 2024 a las 6:54, andy pugh () escribió:

> On Tue, 5 Mar 2024 at 16:30, Leonardo Marsaglia 
> wrote:
>
> > This hasn't happened a few days before so I don't know what has changed.
>
> Has a physical axis become sticky / stiff? It sounds like you may be
> hitting the accel / speed limit in the case when there is a step
> change in the external offset.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] external offsets following error

2024-03-06 Thread andy pugh
On Tue, 5 Mar 2024 at 16:30, Leonardo Marsaglia  wrote:

> This hasn't happened a few days before so I don't know what has changed.

Has a physical axis become sticky / stiff? It sounds like you may be
hitting the accel / speed limit in the case when there is a step
change in the external offset.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] external offsets

2021-03-10 Thread lloyd wilson

oops- meat to reply to list

offset-scale is set to appropriate (well) value (if not, 
eoffset-request stays 0 (guess how I know)).


On 3/10/21 11:58 AM, Leonardo Marsaglia wrote:

Hello Lloyd,

Did you set any input on the *axis.L.eoffset-scale *pin? May that's what
you're missing.

El mié, 10 mar 2021 a las 13:53, lloyd wilson ()
escribió:


I'm having trouble getting the new 2.8 external offset functionality to
play nicely. Most of the (known) steps are working (as observed in the
hal watch screen):

- axis.a.eoffset-enable is set true.

- inputs (step up & down) generate appropriate values in
axis.a.eoffset-counts

- offset counts generate an (at least for first approximation)
appropriate value in axis.a.eoffset-request

- but the requested value never shows in axis.a.eoffset

OFFSET_AV_RATIO is set to 0.5 (just a swag for now).

other configuration values for this axis are cribbed directly from the
generic stepper example. The stepper motor responds appropriately to jog
commands.

I'm sure there is a (blindingly obvious) step I'm missing, can somebody
aim me in the right direction?

as always, thanks

lloyd



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] external offsets

2021-03-10 Thread Leonardo Marsaglia
Hello Lloyd,

Did you set any input on the *axis.L.eoffset-scale *pin? May that's what
you're missing.

El mié, 10 mar 2021 a las 13:53, lloyd wilson ()
escribió:

> I'm having trouble getting the new 2.8 external offset functionality to
> play nicely. Most of the (known) steps are working (as observed in the
> hal watch screen):
>
> - axis.a.eoffset-enable is set true.
>
> - inputs (step up & down) generate appropriate values in
> axis.a.eoffset-counts
>
> - offset counts generate an (at least for first approximation)
> appropriate value in axis.a.eoffset-request
>
> - but the requested value never shows in axis.a.eoffset
>
> OFFSET_AV_RATIO is set to 0.5 (just a swag for now).
>
> other configuration values for this axis are cribbed directly from the
> generic stepper example. The stepper motor responds appropriately to jog
> commands.
>
> I'm sure there is a (blindingly obvious) step I'm missing, can somebody
> aim me in the right direction?
>
> as always, thanks
>
> lloyd
>
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users