Re: [Emc-users] halui mdi command questions

2009-08-05 Thread John Kasunich
micges wrote:
 1. my lathe has limit switches just outside the softlimit. Homing  
 works fine. Also, if I jog a joint
to its limit, jogging stops at the soft limit and wont bump into  
 the limit switch, which makes me believe the limit setup is ok.

However, halui.jointon-soft-max-limit remains false in this  
 case, which leaves me puzzled.
btw tripping the limit switch manually is reflected fine in  
 halui.jointon-hard-max-limit .

Does on-soft-XXX-limit work for other folks in this case?

   
 
 Hi,
 
 This is not a bug, reporting soft limits to the user space (Axis, Halui) 
 was removed some time ago.
 

Why was it removed?

Assuming that it was removed for a good reason, then there _IS_ a bug. 
The halui.jointon-soft-limit HAL pins should have been removed at 
that time, since they no longer do anything.

Regards,

John Kasunich

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] halui mdi command questions

2009-08-05 Thread Jon Elson
John Kasunich wrote:
 micges wrote:
   
 1. my lathe has limit switches just outside the softlimit. Homing  
 works fine. Also, if I jog a joint
to its limit, jogging stops at the soft limit and wont bump into  
 the limit switch, which makes me believe the limit setup is ok.

However, halui.jointon-soft-max-limit remains false in this  
 case, which leaves me puzzled.
btw tripping the limit switch manually is reflected fine in  
 halui.jointon-hard-max-limit .

Does on-soft-XXX-limit work for other folks in this case?

   
   
 Hi,

 This is not a bug, reporting soft limits to the user space (Axis, Halui) 
 was removed some time ago.

 

 Why was it removed?

 Assuming that it was removed for a good reason, then there _IS_ a bug. 
 The halui.jointon-soft-limit HAL pins should have been removed at 
 that time, since they no longer do anything.

   
I think the reasoning is EMC2 never ALLOWS you to actually get beyond 
the soft limits, it is impossible by software control only, to actually 
trip this limit.
In the case of an encoder-equiped machine, I think you could home an 
axis, go to estop, manually crank the the machine past the soft limit, 
and then when you come out of estop, it would trip the limit.  I don't 
know whether the HAL pins would then show the limit exceeded condition.

Jon

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Pulley ranges and VFD's

2009-08-05 Thread Steve Blackmore
Is EMC aware of pulley ranges for spindle speeds?

For example, my lathe has three ranges, 

Pulley 1 gives me 0-750
Pulley 2  0 - 1500
Pulley 3  0 - 3000

How would this affect spindle speed control? If I command S1000 in
pulley 2 my VFD expects 6.6 volts, but only 3.3V in pulley 3 range.

Steve Blackmore
--

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Pulley ranges and VFD's

2009-08-05 Thread Stephen Wille Padnos
Steve Blackmore wrote:

Is EMC aware of pulley ranges for spindle speeds?
  

Somewhat.

For example, my lathe has three ranges, 

Pulley 1 gives me 0-750
Pulley 2  0 - 1500
Pulley 3  0 - 3000

How would this affect spindle speed control? If I command S1000 in
pulley 2 my VFD expects 6.6 volts, but only 3.3V in pulley 3 range.
  

I wrote a simplistic 2-gear component, called gearchange.comp.

Its purpose is to do exactly what you're looking for - scale and clip 
the spindle speed output based on which gear is chosen.  I believe it's 
used in the Tormach PCNC-1100 sample config.  There is a PyVCP button 
which selects the acrive range.

It could easily be extended for a 3-range gearchanger.

I believe Stuart has also written a 4 or 5 gear change component, but I 
think his is more specifically suited for his machine (a powered gear 
changer with various sensors)

- Steve


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Pulley ranges and VFD's

2009-08-05 Thread Stuart Stevenson
mine is here

http://www.mpm1.com:8080/cinci_old/gear4.comp

On Wed, Aug 5, 2009 at 6:45 PM, Stephen Wille Padnosspad...@sover.net wrote:
 Steve Blackmore wrote:

Is EMC aware of pulley ranges for spindle speeds?


 Somewhat.

For example, my lathe has three ranges,

Pulley 1 gives me 0-750
Pulley 2  0 - 1500
Pulley 3  0 - 3000

How would this affect spindle speed control? If I command S1000 in
pulley 2 my VFD expects 6.6 volts, but only 3.3V in pulley 3 range.


 I wrote a simplistic 2-gear component, called gearchange.comp.

 Its purpose is to do exactly what you're looking for - scale and clip
 the spindle speed output based on which gear is chosen.  I believe it's
 used in the Tormach PCNC-1100 sample config.  There is a PyVCP button
 which selects the acrive range.

 It could easily be extended for a 3-range gearchanger.

 I believe Stuart has also written a 4 or 5 gear change component, but I
 think his is more specifically suited for his machine (a powered gear
 changer with various sensors)

 - Steve


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users





-- 
you can lead a person to knowledge
but you cannot make him think

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Pulley ranges and VFD's

2009-08-05 Thread Leslie Newell
I have been working on a spindle component that can handle up to 16 
gears. For each gear you can specify the acceleration, deceleration, min 
speed, max speed and output scaling. If you have a spindle encoder it 
uses the feedback to limit the acceleration based on spindle load. It 
also provides a filtered spindle speed output for a spindle speed 
display. I still need to do some cleanup work but it is working well on 
my lathe. I'll release it once I have finished tidying it up.

Les


 I wrote a simplistic 2-gear component, called gearchange.comp.
 
 Its purpose is to do exactly what you're looking for - scale and clip 
 the spindle speed output based on which gear is chosen.  I believe it's 
 used in the Tormach PCNC-1100 sample config.  There is a PyVCP button 
 which selects the acrive range.
 
 It could easily be extended for a 3-range gearchanger.
 
 I believe Stuart has also written a 4 or 5 gear change component, but I 
 think his is more specifically suited for his machine (a powered gear 
 changer with various sensors)
 
 - Steve
 
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users