Re: [Emc-users] Interferometric leadscrew measurement/mapping?

2009-12-19 Thread Anders Wallin
 A laser interferometer is on my todo list. I've acquired all of the
 optics on ebay for a total of a few hundred dollars. I've built a power
 supply. The major part I'm missing is the counting and interpolating
 electronics with a computer interface.

Hi Ken,

the heterodyne interferometers I have found described mostly use a
two-frequency laser which emits two orthogonal polarizations with
slightly (500kHz? or in your case 4 MHz) different frequency. Did you
find a Zeeman-stabilized two-frequency laser on ebay? Or are you
planning to DIY and put magnets around a normal HeNe tube? Sams Laser
FAQ has a description:
http://www.repairfaq.org/sam/laserchn.htm#chndzees

The other method is to use an acousto-optic modulator to shift the
frequency of the light. But the papers I've found use two modulators,
and I only have one to spare right now...

If I can either find a two-frequency HeNe or DIY with magnets then I'd
be interested in testing this, possibly with the m5i20 (already has
fpga code for fast encoder counters) for data acquisition.

Anders

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] needed things (imho)

2009-12-19 Thread mike walker
EMC2 looks interesting. but after fooling with it for a few days on two 
different boxes it seems to me that there are issues that need to be addressed.

Issue One.  On both of the boxes I am using there is a common problem. I tell 
it to shut down and it hangs on the last screen untill i hit the power switch. 
these two boxes were loaded with two different downloads of EMC2. Both 
downloads were told to check themselves before being told to load onto the hard 
drive.

the first machine is a four processor intel chip. the second is a 2 processor 
intel chip. any ideas?

Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out of the 
box. Personaly I do not want to spend a thousand bucks buying boards, daughter 
boards, and softwhere to see if i can control a piece of machinery. If i was 
doing it to sell comercialy that is one thing. but for what I do in my garage, 
not so much. what i need is a PCI I/O board with at least 24 and preferibly 48 
I/O points that i can wire to a opto isolator (if i think i need it) or 
directly to a ttl level switch if i think i do not. 

 Why do i want all this? I have been designing machines for almost 40 years. I 
have been fiddling with EMC2 for a couple of days. Linux? same thing. I want 
SOME options built in. Like a decent I/O board, maybe some closer error 
checking. (The first machine (windows based with linux sharing updated ok.) i 
started the second machine up, connected to the web, it reported that there 
were 11 updates. it loaded 4 of them and choked on 7, got to wonder what gives.


  
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Dave Caroline
On Sat, Dec 19, 2009 at 3:22 PM, mike walker miker_54...@yahoo.com wrote:
 EMC2 looks interesting. but after fooling with it for a few days on two 
 different boxes it seems to me that there are issues that need to be 
 addressed.

 Issue One.  On both of the boxes I am using there is a common problem. I tell 
 it to shut down and it hangs on the last screen untill i hit the power 
 switch. these two boxes were loaded with two different downloads of EMC2. 
 Both downloads were told to check themselves before being told to load onto 
 the hard drive.

I had this problem the cure is simple Stop emc before shutting down.

 the first machine is a four processor intel chip. the second is a 2 processor 
 intel chip. any ideas?

 Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out of 
 the box. Personaly I do not want to spend a thousand bucks buying boards, 
 daughter boards, and softwhere to see if i can control a piece of machinery. 
 If i was doing it to sell comercialy that is one thing. but for what I do in 
 my garage, not so much. what i need is a PCI I/O board with at least 24 and 
 preferibly 48 I/O points that i can wire to a opto isolator (if i think i 
 need it) or directly to a ttl level switch if i think i do not.

  Why do i want all this? I have been designing machines for almost 40 years. 
 I have been fiddling with EMC2 for a couple of days. Linux? same thing. I 
 want SOME options built in. Like a decent I/O board, maybe some closer error 
 checking. (The first machine (windows based with linux sharing updated ok.) i 
 started the second machine up, connected to the web, it reported that there 
 were 11 updates. it loaded 4 of them and choked on 7, got to wonder what 
 gives.

IO cards are available you choose which to use, its open source so you
can change which cards it supports

Dave Caroline

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread John Kasunich
mike walker wrote:
 Issue One.  On both of the boxes I am using there is a common problem. I tell
 it to shut down and it hangs on the last screen untill i hit the power switch.

The power management drivers that let your computer automatically shut
off its own power tend to conflict with realtime code.  So they are not
part of the realtime kernel that we distribute with EMC.  Turning off
the computer manually is no big deal.  Especially since any real machine
will probably have other power supplies for things like the motors.  On
my machine I have a single disconnect switch that turns off all the power.

 Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out
 of the box. Personaly I do not want to spend a thousand bucks buying boards,
 daughter boards, and softwhere to see if i can control a piece of machinery.
 If i was doing it to sell comercialy that is one thing. but for what I do
 in my garage, not so much. what i need is a PCI I/O board with at least 24
 and preferibly 48 I/O points that i can wire to a opto isolator (if i think
 i need it) or directly to a ttl level switch if i think i do not. 

EMC supports several different I/O boards out of the box.  It also
supports the standard PC parallel port (or several of them).  Buy a few
cheap PCI parallel port boards and install them if you need an
inexpensive way to get started with simple I/O.

The lack of an I/O card that does what you want is not EMC's fault.
Hardware costs money, both to design and to manufacture.  Hardware
companies will only offer products if there is demand and money to be
made, and the volunteers who write the EMC software can do nothing about
that.

If you find a card that gives you the I/O you want, but EMC doesn't
support it, you might want to contact the EMC developers, ask nicely,
and offer a board with documentation.  If the board isn't extremely
difficult to program, a driver will probably get written.  But the board
needs to come first.

Regards,

John Kasunich




--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Stuart Stevenson
On Sat, Dec 19, 2009 at 9:22 AM, mike walker miker_54...@yahoo.com wrote:

 EMC2 looks interesting. but after fooling with it for a few days on two
 different boxes it seems to me that there are issues that need to be
 addressed.

 Issue One.  On both of the boxes I am using there is a common problem. I
 tell it to shut down and it hangs on the last screen untill i hit the power
 switch. these two boxes were loaded with two different downloads of EMC2.
 Both downloads were told to check themselves before being told to load onto
 the hard drive.

 first - load ubuntu 8.04 without EMC2
second - do all the updates
third - verify the computer is running as you would like
fourth - go to linuxcnc and download the install script and install EMC2
fifth - verify the computer is running as you would like
sixth - if the computer is running as you would like you are done with the
install
  if the computer is not running as you would like then peruse the
wiki and ask specific questions

the first machine is a four processor intel chip. the second is a 2
 processor intel chip. any ideas?

I  have seen this on some of my machines. It has never been a game changer
for me. I just hit the off button.
I have seen people refer to the ACPI (I think).




Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out of
 the box. Personaly I do not want to spend a thousand bucks buying boards,
 daughter boards, and softwhere to see if i can control a piece of machinery.
 If i was doing it to sell comercialy that is one thing. but for what I do in
 my garage, not so much. what i need is a PCI I/O board with at least 24 and
 preferibly 48 I/O points that i can wire to a opto isolator (if i think i
 need it) or directly to a ttl level switch if i think i do not.

 you can get the I/Os you want with the parallel port and some pci parallel
port boards. (much less than $1,000.00).
you can use the serial ports
you can use usb
try some parallel port connections to see what EMC2 will do with them

 Why do i want all this? I have been designing machines for almost 40 years.
 I have been fiddling with EMC2 for a couple of days. Linux? same thing. I
 want SOME options built in. Like a decent I/O board, maybe some closer error
 checking. (The first machine (windows based with linux sharing updated ok.)
 i started the second machine up, connected to the web, it reported that
 there were 11 updates. it loaded 4 of them and choked on 7, got to wonder
 what gives.

refer to your 'issue one'

Stuart
-- 
The value of goods are expressed in money, while the value of money is
expressed in goods. Money and goods are clearly not the same things, but are
exactly opposite things. Goods are wealth which you have, while money is a
claim on wealth which you do not have. Goods are an asset; Money is a debt.
If goods are wealth; money is clearly not wealth, it is negative wealth,
maybe even anti-wealth. – Quigley, Tragedy and Hope, pg. 44 (emphasis added)
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Sven Wesley
 On Sat, Dec 19, 2009 at 9:22 AM, mike walker miker_54...@yahoo.com
 wrote:

  EMC2 looks interesting. but after fooling with it for a few days on two
  different boxes it seems to me that there are issues that need to be
  addressed.


I'm not the one that use to say this, but read the manual. All you want and
need already exist and thousand other things you didn't know you need. The
other guys responded about the hardware, but there's one thing more you
should know; You run your multiple CPU machines as a single CPU. That's
because the EMC distro doesn't have the n-CPU real time support. If you
really want speed and use the hardware to the fullest, go to the wiki and
read about upgrading the real time part.

Best of luck and welcome the fun part of the world! :)
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Gene Heskett
On Saturday 19 December 2009, mike walker wrote:
EMC2 looks interesting. but after fooling with it for a few days on two
 different boxes it seems to me that there are issues that need to be
 addressed.

Issue One.  On both of the boxes I am using there is a common problem. I
 tell it to shut down and it hangs on the last screen untill i hit the
 power switch. these two boxes were loaded with two different downloads of
 EMC2. Both downloads were told to check themselves before being told to
 load onto the hard drive.

This is intentional.  Due to timing conflicts generated by the power 
management bits and pieces that bit of code to actually do the shutdown has 
been removed from emc capable kernels.  I don't consider it a huge problem as 
the power buttons response is instant when it has reached that state on both 
boxes I have emc installed on.

For a long time the screen blankers  monitor power functions were also 
disabled, but I see on my 6.06 box that they are now working.

the first machine is a four processor intel chip. the second is a 2
 processor intel chip. any ideas?

I don't believe that RTAI is SMP aware, but won't lay my hand on the book to 
say that.

Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out of
 the box. Personaly I do not want to spend a thousand bucks buying boards,
 daughter boards, and softwhere to see if i can control a piece of
 machinery. If i was doing it to sell comercialy that is one thing. but for
 what I do in my garage, not so much. what i need is a PCI I/O board with
 at least 24 and preferibly 48 I/O points that i can wire to a opto
 isolator (if i think i need it) or directly to a ttl level switch if i
 think i do not. 

Futurelec, an Aussie concern, sells such a board, with 3 complete 82C55's on 
it for a total of 72 I/O line's.  However there are no prefab linux drivers 
for it.  I wrote some almost bash script-ish things for one of them but found 
it wasn't as fast as a std parport, or an add-in card.  That I believe was 
partially the fault of the method of hardware access that high level stuff 
must do to gain access to the hardware at relatively low memory addresses.  A 
competent C coder can get around that, but then the normal linux \kernel 
IRQ's disturb the motors motions.  I never tried to make rtai work with it, 
which is probably the answer to the speed problems I had. I simply don't know 
enough about that aspect so I didn't even try.

The hookup is not back panel, but is a 34 pin floppy cable connector on the 
card times 3.  Protect the cables where they come out the adjacent open back 
panel slot and they should work just fine.

Be aware that while they advertise their prices in USD, my card was billed in 
AUD plus a conversion fee, which added about 30% to the cost.

For ease of use, because there are drivers, there are other cards available 
from the folks here that while costing a bit more, are infinitely easier to 
use.  They will speak up I hope.

 Why do i want all this? I have been designing machines for almost 40
 years. I have been fiddling with EMC2 for a couple of days. Linux? same
 thing. I want SOME options built in. Like a decent I/O board, maybe some
 closer error checking. (The first machine (windows based with linux
 sharing updated ok.) i started the second machine up, connected to the
 web, it reported that there were 11 updates. it loaded 4 of them and
 choked on 7, got to wonder what gives.



---
--- This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and
 easy Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
The NRA is offering FREE Associate memberships to anyone who wants them.
https://www.nrahq.org/nrabonus/accept-membership.asp

You are in a maze of little twisting passages, all different.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Estop Input

2009-12-19 Thread Ian Eagland
Hi

New to both EMC and Linux.

Set up my mill using stepper config wizard and the axes and limits 
work perfectly. I have Pin 10 set to Estop In.

However EMC runs with pin 10 high or low. Do I have to set up Estop 
somewhere else? I am guessing I have missed something.



Regards

Ian 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho) (David Winter)

2009-12-19 Thread David Winter
Dear All,
  I think the point about expensive hardware is a bit 
off.  How much is a Mesa 5i20 board
these days?   Or if you are a real skinflint, a Pluto-P board, which is 
about $60 last time I looked.
And how difficult is it to switch your computer off manually ?
Keep up the amazing work guys (and girls if there are any I've missed)

   Dave.




--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Leonardo Marsaglia
I solved the power off problem with the help of some of the guys here,
making a userspace component in python to halt the machine with an external
button (connected via parport), then i used a relay with a 15 seconds timer
to cut off the power.

Leonardo.

2009/12/19 Gene Heskett gene.hesk...@gmail.com

 On Saturday 19 December 2009, mike walker wrote:
 EMC2 looks interesting. but after fooling with it for a few days on two
  different boxes it seems to me that there are issues that need to be
  addressed.
 
 Issue One.  On both of the boxes I am using there is a common problem. I
  tell it to shut down and it hangs on the last screen untill i hit the
  power switch. these two boxes were loaded with two different downloads of
  EMC2. Both downloads were told to check themselves before being told to
  load onto the hard drive.
 
 This is intentional.  Due to timing conflicts generated by the power
 management bits and pieces that bit of code to actually do the shutdown has
 been removed from emc capable kernels.  I don't consider it a huge problem
 as
 the power buttons response is instant when it has reached that state on
 both
 boxes I have emc installed on.

 For a long time the screen blankers  monitor power functions were also
 disabled, but I see on my 6.06 box that they are now working.

 the first machine is a four processor intel chip. the second is a 2
  processor intel chip. any ideas?

 I don't believe that RTAI is SMP aware, but won't lay my hand on the book
 to
 say that.

 Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out
 of
  the box. Personaly I do not want to spend a thousand bucks buying boards,
  daughter boards, and softwhere to see if i can control a piece of
  machinery. If i was doing it to sell comercialy that is one thing. but
 for
  what I do in my garage, not so much. what i need is a PCI I/O board with
  at least 24 and preferibly 48 I/O points that i can wire to a opto
  isolator (if i think i need it) or directly to a ttl level switch if i
  think i do not.

 Futurelec, an Aussie concern, sells such a board, with 3 complete 82C55's
 on
 it for a total of 72 I/O line's.  However there are no prefab linux drivers
 for it.  I wrote some almost bash script-ish things for one of them but
 found
 it wasn't as fast as a std parport, or an add-in card.  That I believe was
 partially the fault of the method of hardware access that high level stuff
 must do to gain access to the hardware at relatively low memory addresses.
  A
 competent C coder can get around that, but then the normal linux \kernel
 IRQ's disturb the motors motions.  I never tried to make rtai work with it,
 which is probably the answer to the speed problems I had. I simply don't
 know
 enough about that aspect so I didn't even try.

 The hookup is not back panel, but is a 34 pin floppy cable connector on the
 card times 3.  Protect the cables where they come out the adjacent open
 back
 panel slot and they should work just fine.

 Be aware that while they advertise their prices in USD, my card was billed
 in
 AUD plus a conversion fee, which added about 30% to the cost.

 For ease of use, because there are drivers, there are other cards available
 from the folks here that while costing a bit more, are infinitely easier to
 use.  They will speak up I hope.

  Why do i want all this? I have been designing machines for almost 40
  years. I have been fiddling with EMC2 for a couple of days. Linux? same
  thing. I want SOME options built in. Like a decent I/O board, maybe some
  closer error checking. (The first machine (windows based with linux
  sharing updated ok.) i started the second machine up, connected to the
  web, it reported that there were 11 updates. it loaded 4 of them and
  choked on 7, got to wonder what gives.
 
 
 

 ---
 --- This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
  easy Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
 


 --
 Cheers, Gene
 There are four boxes to be used in defense of liberty:
  soap, ballot, jury, and ammo. Please use in that order.
 -Ed Howdershelt (Author)
 The NRA is offering FREE Associate memberships to anyone who wants them.
 https://www.nrahq.org/nrabonus/accept-membership.asp

 You are in a maze of little twisting passages, all different.


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app 

Re: [Emc-users] needed things (imho)

2009-12-19 Thread mike walker
Ok the power not shutting off was done for a reason. I can live with that and 
it even makes sense. 

actually i would be happy to send in a board. who ever wrote the program for it 
(i am assuming the program would be part of EMC2 from then on so that anyone 
could just plug in the board and run it without going through a lot of linux 
gyrations) but if i am going to send someone a board or even a couple of 
them, that i will never see again, i would probably want more than a driver 
will probably get written  the boards I have in mind are the ADlink PCI-7296 ( 
I have one sitting on the shelf. ) and maybe the Sealevel PCI 24 Channel TTL 
Digital Interface card.   






From: John Kasunich jmkasun...@fastmail.fm
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
Sent: Sat, December 19, 2009 9:34:40 AM
Subject: Re: [Emc-users] needed things (imho)

mike walker wrote:
 Issue One.  On both of the boxes I am using there is a common problem. I tell
 it to shut down and it hangs on the last screen untill i hit the power switch.

The power management drivers that let your computer automatically shut
off its own power tend to conflict with realtime code.  So they are not
part of the realtime kernel that we distribute with EMC.  Turning off
the computer manually is no big deal.  Especially since any real machine
will probably have other power supplies for things like the motors.  On
my machine I have a single disconnect switch that turns off all the power.

 Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out
 of the box. Personaly I do not want to spend a thousand bucks buying boards,
 daughter boards, and softwhere to see if i can control a piece of machinery.
 If i was doing it to sell comercialy that is one thing. but for what I do
 in my garage, not so much. what i need is a PCI I/O board with at least 24
 and preferibly 48 I/O points that i can wire to a opto isolator (if i think
 i need it) or directly to a ttl level switch if i think i do not. 

EMC supports several different I/O boards out of the box.  It also
supports the standard PC parallel port (or several of them).  Buy a few
cheap PCI parallel port boards and install them if you need an
inexpensive way to get started with simple I/O.

The lack of an I/O card that does what you want is not EMC's fault.
Hardware costs money, both to design and to manufacture.  Hardware
companies will only offer products if there is demand and money to be
made, and the volunteers who write the EMC software can do nothing about
that.

If you find a card that gives you the I/O you want, but EMC doesn't
support it, you might want to contact the EMC developers, ask nicely,
and offer a board with documentation.  If the board isn't extremely
difficult to program, a driver will probably get written.  But the board
needs to come first.

Regards,

John Kasunich




--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



  
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Stephen Wille Padnos
mike walker wrote:

Ok the power not shutting off was done for a reason. I can live with that and 
it even makes sense. 

actually i would be happy to send in a board. who ever wrote the program for 
it (i am assuming the program would be part of EMC2 from then on so that 
anyone could just plug in the board and run it without going through a lot of 
linux gyrations) but if i am going to send someone a board or even a couple of 
them, that i will never see again, i would probably want more than a driver 
will probably get written  the boards I have in mind are the ADlink PCI-7296 
( I have one sitting on the shelf. ) and maybe the Sealevel PCI 24 Channel TTL 
Digital Interface card.   
  

Both of these cards are 8255 based, or emulate the 8255.  There are 
already at least two EMC2 drivers for 8255 based I/O cards.  It should 
be very easy to modify one of the existing drivers to work with these 
boards.  (Easier for the SeaLevel one, since you can actually download 
their manual without registering)

Clearly, if you're going to send a board to someone, you would want more 
than I'll think about working on it some time.  There are several of 
us who are capable of doing this work, so you can find the one who will 
give you the best promise, or whatever else you're looking for.

- Steve


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Stephen Wille Padnos
mike walker wrote:

EMC2 looks interesting. but after fooling with it for a few days on two 
different boxes it seems to me that there are issues that need to be addressed.

Issue One.  On both of the boxes I am using there is a common problem. I tell 
it to shut down and it hangs on the last screen untill i hit the power switch. 
these two boxes were loaded with two different downloads of EMC2. Both 
downloads were told to check themselves before being told to load onto the 
hard drive.

the first machine is a four processor intel chip. the second is a 2 processor 
intel chip. any ideas?
  

There are experimental SMP (multiprocessor) realtime kernels on the 
linuxcnc.org website, look at http://www.linuxcnc.org/experimental/.

Issue two. And to me much bigger. EMC2 basicly supports 6 I/O boards out of 
the box. Personaly I do not want to spend a thousand bucks buying boards, 
daughter boards, and softwhere to see if i can control a piece of machinery. 
If i was doing it to sell comercialy that is one thing. but for what I do in 
my garage, not so much. what i need is a PCI I/O board with at least 24 and 
preferibly 48 I/O points that i can wire to a opto isolator (if i think i need 
it) or directly to a ttl level switch if i think i do not. 
  

EMC2 supports more hardware than anything else on the market, out of the 
box.  You are not tied to the few items listed on the hardware page 
either, since you are free to write, or hire someone to write, a driver 
for whatever hardware you would like to use.

 Why do i want all this? I have been designing machines for almost 40 years. I 
 have been fiddling with EMC2 for a couple of days. Linux? same thing. I want 
 SOME options built in. 

You have all the options in the world built in already.  On a more 
practical level, you can start experimenting with just a parallel or 
serial port, then move up to higher I/O count boards, then to boards 
with FPGAs for high speed functions, and also to analog servo ocontrol 
boards.  I'm not sure quite what you mean by having some options built 
in if that doesn't cover it.

Like a decent I/O board, maybe some closer error checking.

Closer than what?  Error tolerances are set up by the user.  You can 
have a machine that will throw a following error if it's one micron out 
of position.  EMC2 is the only low (or no) cost system that actually 
closes the servo loop with the motion controller.  Other inexpensive 
systems that support feedback can only use it as a traveling limit 
switch for detecting following errors, they don't use the feedback to 
alter the motor commands.

 (The first machine (windows based with linux sharing updated ok.) i started 
 the second machine up, connected to the web, it reported that there were 11 
 updates. it loaded 4 of them and choked on 7, got to wonder what gives.
  

Network errors?  It's pretty uncommon for updates to fail on Linux these 
days.  You don't mention what you mean by choked either.  Did you run 
out of disk space?  Did the downloads fail?  Was some package unable to 
be updated for some reason?  You can click the details button and see 
what happened - it opens up the hidden terminal where all the package 
updating actually happens.  Sometimes, there will be the need to hit 
enter or something in this terminal, which may not be shown in the 
dialog box.

- Steve


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Cal Grandy
The fact that EMC2 gets a dramatic response from just about everyone who 
tries it speaks volumes to its universal worth!

Probing the what if buttons.

CalG 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread Gene Heskett
On Saturday 19 December 2009, mike walker wrote:
Ok the power not shutting off was done for a reason. I can live with that
 and it even makes sense.

actually i would be happy to send in a board. who ever wrote the program
 for it (i am assuming the program would be part of EMC2 from then on so
 that anyone could just plug in the board and run it without going through
 a lot of linux gyrations) but if i am going to send someone a board or
 even a couple of them, that i will never see again, i would probably want
 more than a driver will probably get written  the boards I have in mind
 are the ADlink PCI-7296 ( I have one sitting on the shelf. )

good that you have it, the only imitation quote I could find on sniffypoodle 
was 180 pounds sterling.

 and maybe the
 Sealevel PCI 24 Channel TTL Digital Interface card. 

The futurelec, at $80 AUD. is only a small fraction (maybe 10%) of either of 
those.  And its off the shelf.

-- 
Cheers, Gene
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
The NRA is offering FREE Associate memberships to anyone who wants them.
https://www.nrahq.org/nrabonus/accept-membership.asp

Reliable source, n.:
The guy you just met.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Estop Input

2009-12-19 Thread micges
Ian Eagland pisze:
 Hi

 New to both EMC and Linux.

 Set up my mill using stepper config wizard and the axes and limits 
 work perfectly. I have Pin 10 set to Estop In.

 However EMC runs with pin 10 high or low. Do I have to set up Estop 
 somewhere else? I am guessing I have missed something.


   
Can you send your ini and hal file so we can quickly see what is wrong.

regards,
Michael


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] needed things (imho)

2009-12-19 Thread BRIAN GLACKIN
I have been designing machines for almost 40 years.

Combine that with the expertise you can find here and in weeks or months
depending on your learning curve negotiating the new OS environment and you
will be pleasantly surprised.

Hang in there.  We are all after the same goal in one way or another.
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users