Re: [CAD_CAM_EDM_DRO] Re: Rotary Axis home and/or limit switches
Posted by
Roland Jollivet
on 2010-02-08 11:49:09 UTC
The issue everyone is missing, I think, is that the OP's table goes round
and round and round, and everytime it does, the home/limit is triggered. The
ability to home is not a problem.
But he has configured Home as Limit, and that is the problem. He has not
replied though, so we cannot know.
If a limit switch is required, but has a complex relation to other axis, I
think the easiest would be a Pic controller or PLC. Otherwise another any
old junk PC running Qbasic and interfacing to the parallel port.
Roland
and round and round, and everytime it does, the home/limit is triggered. The
ability to home is not a problem.
But he has configured Home as Limit, and that is the problem. He has not
replied though, so we cannot know.
If a limit switch is required, but has a complex relation to other axis, I
think the easiest would be a Pic controller or PLC. Otherwise another any
old junk PC running Qbasic and interfacing to the parallel port.
Roland
On 8 February 2010 01:37, Torsten <torsten@...> wrote:
>
>
>
>
> --- In CAD_CAM_EDM_DRO@yahoogroups.com <CAD_CAM_EDM_DRO%40yahoogroups.com>,
> "ya_nvr_no" <yanvrno@...> wrote:
> >
> > I have added a couple of rotary axis's But am having an issue with coming
> up with a good way to home them. One switch gives me a home position but if
> I rotate one revolution the switch is made again. I am using CNCpro, it uses
> a limit switch as the home switch.(would another program handle this
> better?)
> >
> > So for example, an issue on the B & C axis.
> > Do I home at somewhere >90 degrees then move the B axis to the vertical
> position once I know what that angle is? Manual Zero this location.
> > Home the C axis and then rotate it ~180 to find the center of the
> truncated 360 degree rotation? Manual Zero this location
> > And on an A table axis I would be limited to less than 360 degrees.
> >
> > My options are:
> > Using a M code or manual toggle switch to disable the homing/limit
> switches after homing
> > or
> > Using both home and limit switches, create a logic IC circuit/or PLC that
> determines conditions.
> >
> > I've searched but find no info on how this is handled.
> > There has to be a straight forward way to handle this.
> > Thanks for any HELP/Direction
> >
>
> This is usually entirely up to the controllers Software how homing is done
> on the Rotary Axes.
> The Software I am using will look for the trigger of the Switch for Homing
> only when specificly executing a homing move.
> Then the following happens.
>
> 1) Check is trigger is allready pressed. Go step 3 if true.
> 2) Rotate fast as configured right or left untill trigger actuates.
> 3) Backoff trigger in reverse slowly untill trigger breaks.
> 4) Backoff aditional distance as configured fast and set
> machine zero for the Axes there.
>
> Durring other Machining moves this trigger is ignored.
>
>
>
[Non-text portions of this message have been removed]
Discussion Thread
ya_nvr_no
2010-02-05 07:41:44 UTC
Rotary Axis home and/or limit switches
Michael Fagan
2010-02-05 07:50:27 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
Stephen Wille Padnos
2010-02-05 08:09:03 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
Roland Jollivet
2010-02-05 08:31:53 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
David LeVine
2010-02-05 12:23:01 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
Stephen Wille Padnos
2010-02-05 12:46:39 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
Nathan Clark
2010-02-05 21:24:30 UTC
Re: [CAD_CAM_EDM_DRO] Rotary Axis home and/or limit switches
Torsten
2010-02-07 15:38:34 UTC
Re: Rotary Axis home and/or limit switches
Roland Jollivet
2010-02-08 11:49:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Rotary Axis home and/or limit switches
Michael Fagan
2010-02-08 18:21:53 UTC
Re: [CAD_CAM_EDM_DRO] Re: Rotary Axis home and/or limit switches
Andrew Mathison
2010-02-10 22:49:25 UTC
Re: Rotary Axis home and/or limit switches
Mark Bingham
2010-02-11 02:45:46 UTC
Re: Rotary Axis home and/or limit switches