Re: [Emc-users] Mesa card help

2012-04-29 Thread Stephen Dubovsky
Why would you go though the trouble to redact the company/machine name on
the drawings?  Whats there to hide?
Stephen

On Sat, Apr 28, 2012 at 10:33 PM, Joe H 67p...@gmail.com wrote:

 I'm in over my head, I have an old control I am hoping to be able to
 upgrade with Mesa hardware and don't know were to start. The control is Mid
 80's 2 1/2 axis, with Glentek brushed DC  servos and Glentek amps. I have
 schematics and photos. I have learned that the amps output +- 10 volt
 analog signals, the motors have tach's. The machine gets position form HEDS
 encoders in track wheels on the xy axis, and one on the z screw.
  Peter from Mesa suggested 5i20 with 7i33 and 7i37 daughter cards, which I
 have purchased. I plan on using Linux CNC  in a Pentium 4 computer.
 I'm hoping I can get pointed in the right direction, I am electronically
 challenged. I can take more photos if needed.
 Any one done one like this?

 http://s1048.photobucket.com/albums/s375/JoeNoduh/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Joe H
Nothing to hide, the control is a Protrak. The company name is Southwestern
Industries. It probably is no big deal now, but I decided to hide it
because a box on the corner of the print says not to reproduce it.
Thanks for reply, I will get the computer up and running today.
Joe
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Scott Hasse
I did a somewhat similar machine (+-10V amps, encoders) with similar Mesa
hardware with some documentation here:

http://code.google.com/p/sector67-sandbox/wiki/ProjectSheetCake

Getting the machine to move under control should be fairly straightforward.
 Integrating the limits/estop and servo enable can be a bit more work,
depending on how you want to do it.  I prefer a hardware estop, which can
require slightly more integration work.

You'll also want to determine if your servo amps are running in torque mode
or velocity mode, as how you tune the PID control loop will be different
depending on that.

In my opinion, pncconf will generally be your friend, but spend some time
getting comfortable with it and reviewing the actual hal and ini output
files to better understand what it is doing for you.

Hope that helps,

Scott

On Sun, Apr 29, 2012 at 7:37 AM, Joe H 67p...@gmail.com wrote:

 Nothing to hide, the control is a Protrak. The company name is Southwestern
 Industries. It probably is no big deal now, but I decided to hide it
 because a box on the corner of the print says not to reproduce it.
 Thanks for reply, I will get the computer up and running today.
 Joe

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread andy pugh
On 29 April 2012 15:07, Scott Hasse scott.ha...@gmail.com wrote:

 You'll also want to determine if your servo amps are running in torque mode
 or velocity mode,

If the motors have tachometers then the drives must be working in
velocity mode (and you probably want to leave the tachs fitted and
connected to the drives).

The input from LinuxCNC then becomes a velocity request to close the
loop in position on the basis of the encoder feedback.

-- 
atp
The idea that there is no such thing as objective truth is, quite simply, wrong.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Joe H
Yes the motors have tach's. Everything does work now, but upgrade is needed
because of antique control. The encoders are Heds 9000 series with 500 cpr.
Each one has 3 green wires to ground, three red, and 3 black. I will trace,
more clearly  mark the wires, and take photos. The x and y encoders are
driven by a wheel that contacts the machine's moving table. Protrak used
these for years. I plan on changing the encoders eventually and mount
either to the motor or ball screw, but I would like to see if I can get the
axis to move first.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread dave
On Sun, 29 Apr 2012 09:07:49 -0500
Scott Hasse scott.ha...@gmail.com wrote:

 I did a somewhat similar machine (+-10V amps, encoders) with similar
 Mesa hardware with some documentation here:
 
 http://code.google.com/p/sector67-sandbox/wiki/ProjectSheetCake
 
 Getting the machine to move under control should be fairly
 straightforward. Integrating the limits/estop and servo enable can be
 a bit more work, depending on how you want to do it.  I prefer a
 hardware estop, which can require slightly more integration work.
 
 You'll also want to determine if your servo amps are running in
 torque mode or velocity mode, as how you tune the PID control loop
 will be different depending on that.
 
 In my opinion, pncconf will generally be your friend, but spend some
 time getting comfortable with it and reviewing the actual hal and ini
 output files to better understand what it is doing for you.
 
 Hope that helps,
 
 Scott
 
Hi Scott,

Nice write up and very detailed. My setup is similar: Servo Dynamics
1525BR amps, driven by a 5i20/7i33/7i37. My estop chain uses either
automation direct roller limit switches or AB's from ebay. 

Dave

 On Sun, Apr 29, 2012 at 7:37 AM, Joe H 67p...@gmail.com wrote:
 
  Nothing to hide, the control is a Protrak. The company name is
  Southwestern Industries. It probably is no big deal now, but I
  decided to hide it because a box on the corner of the print says
  not to reproduce it. Thanks for reply, I will get the computer up
  and running today. Joe
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
  Discussions will include endpoint security, mobile security and the
  latest in malware threats.
  http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___ Emc-users mailing
  list Emc-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/emc-users
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond.
 Discussions will include endpoint security, mobile security and the
 latest in malware threats.
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___ Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Greg Bernard
That is a great writeup, Scott! It gave me a very solid understanding of what's 
involved in a complete servo system. Perhaps you could add it to the wiki?

 
+++
We are like tenant farmers chopping down the fence around our house for 
fuel when we should be using Nature's inexhaustible sources of energy -- sun, 
wind and tide. ... I'd put my money on the sun and solar energy. 
What a source of power! I hope we don't have to wait until oil and coal 
run out before we tackle that. -Thomas Edison, inventor (1847-1931) 




 From: Scott Hasse scott.ha...@gmail.com
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 
Sent: Sunday, April 29, 2012 9:07 AM
Subject: Re: [Emc-users] Mesa card help
 
I did a somewhat similar machine (+-10V amps, encoders) with similar Mesa
hardware with some documentation here:

http://code.google.com/p/sector67-sandbox/wiki/ProjectSheetCake

Getting the machine to move under control should be fairly straightforward.
Integrating the limits/estop and servo enable can be a bit more work,
depending on how you want to do it.  I prefer a hardware estop, which can
require slightly more integration work.

You'll also want to determine if your servo amps are running in torque mode
or velocity mode, as how you tune the PID control loop will be different
depending on that.

In my opinion, pncconf will generally be your friend, but spend some time
getting comfortable with it and reviewing the actual hal and ini output
files to better understand what it is doing for you.

Hope that helps,

Scott

On Sun, Apr 29, 2012 at 7:37 AM, Joe H 67p...@gmail.com wrote:

 Nothing to hide, the control is a Protrak. The company name is Southwestern
 Industries. It probably is no big deal now, but I decided to hide it
 because a box on the corner of the print says not to reproduce it.
 Thanks for reply, I will get the computer up and running today.
 Joe

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Scott Hasse
I've been meaning to do that, I just have not had the time yet.  Hopefully
in the next few weeks.

Scott

On Sun, Apr 29, 2012 at 11:20 AM, Greg Bernard yankeelena2...@yahoo.comwrote:

 That is a great writeup, Scott! It gave me a very solid understanding of
 what's involved in a complete servo system. Perhaps you could add it to the
 wiki?



 +++
 We are like tenant farmers chopping down the fence around our house for
 fuel when we should be using Nature's inexhaustible sources of energy --
 sun, wind and tide. ... I'd put my money on the sun and solar energy.
 What a source of power! I hope we don't have to wait until oil and coal
 run out before we tackle that. -Thomas Edison, inventor (1847-1931)



 
  From: Scott Hasse scott.ha...@gmail.com
 To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
 Sent: Sunday, April 29, 2012 9:07 AM
 Subject: Re: [Emc-users] Mesa card help
 
 I did a somewhat similar machine (+-10V amps, encoders) with similar Mesa
 hardware with some documentation here:
 
 http://code.google.com/p/sector67-sandbox/wiki/ProjectSheetCake
 
 Getting the machine to move under control should be fairly
 straightforward.
 Integrating the limits/estop and servo enable can be a bit more work,
 depending on how you want to do it.  I prefer a hardware estop, which can
 require slightly more integration work.
 
 You'll also want to determine if your servo amps are running in torque
 mode
 or velocity mode, as how you tune the PID control loop will be different
 depending on that.
 
 In my opinion, pncconf will generally be your friend, but spend some time
 getting comfortable with it and reviewing the actual hal and ini output
 files to better understand what it is doing for you.
 
 Hope that helps,
 
 Scott
 
 On Sun, Apr 29, 2012 at 7:37 AM, Joe H 67p...@gmail.com wrote:
 
  Nothing to hide, the control is a Protrak. The company name is
 Southwestern
  Industries. It probably is no big deal now, but I decided to hide it
  because a box on the corner of the print says not to reproduce it.
  Thanks for reply, I will get the computer up and running today.
  Joe
 
 
 --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
 Discussions
  will include endpoint security, mobile security and the latest in
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  Emc-users mailing list
  Emc-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/emc-users
 

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
 
 
 

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread John Thornton
Scott,

Thanks for posting that, I have a 1100M to convert as well... atm I only 
have the spindle under LinuxCNC control via modbus to the GS2 VFD. I 
hope mine is similar vintage to yours so I can learn from what you did. 
Excellent write up.

Thanks
John

On 4/29/2012 9:07 AM, Scott Hasse wrote:
 I did a somewhat similar machine (+-10V amps, encoders) with similar Mesa
 hardware with some documentation here:

 http://code.google.com/p/sector67-sandbox/wiki/ProjectSheetCake

 Getting the machine to move under control should be fairly straightforward.
   Integrating the limits/estop and servo enable can be a bit more work,
 depending on how you want to do it.  I prefer a hardware estop, which can
 require slightly more integration work.

 You'll also want to determine if your servo amps are running in torque mode
 or velocity mode, as how you tune the PID control loop will be different
 depending on that.

 In my opinion, pncconf will generally be your friend, but spend some time
 getting comfortable with it and reviewing the actual hal and ini output
 files to better understand what it is doing for you.

 Hope that helps,

 Scott

 On Sun, Apr 29, 2012 at 7:37 AM, Joe H67p...@gmail.com  wrote:

 Nothing to hide, the control is a Protrak. The company name is Southwestern
 Industries. It probably is no big deal now, but I decided to hide it
 because a box on the corner of the print says not to reproduce it.
 Thanks for reply, I will get the computer up and running today.
 Joe

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Joe H
Scott,
I checked out your write up. That is awesome. Ive looked a lot on line for
details on other retrofits. That is one of the best that I have seen.  I
will be studying it, and referring back to it. I thank you also.
Joe
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-29 Thread Scott Hasse
Glad I can give back to this incredible community and project in some way.
 We've done another retrofit as well, but I'm still working on the
documentation for that.

As you have questions, let me know.  If the documentation doesn't make
sense, I'm glad to clarify it.

Scott

On Sun, Apr 29, 2012 at 5:04 PM, Joe H 67p...@gmail.com wrote:

 Scott,
 I checked out your write up. That is awesome. Ive looked a lot on line for
 details on other retrofits. That is one of the best that I have seen.  I
 will be studying it, and referring back to it. I thank you also.
 Joe

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Mesa card help

2012-04-28 Thread Joe H
I'm in over my head, I have an old control I am hoping to be able to
upgrade with Mesa hardware and don't know were to start. The control is Mid
80's 2 1/2 axis, with Glentek brushed DC  servos and Glentek amps. I have
schematics and photos. I have learned that the amps output +- 10 volt
analog signals, the motors have tach's. The machine gets position form HEDS
encoders in track wheels on the xy axis, and one on the z screw.
  Peter from Mesa suggested 5i20 with 7i33 and 7i37 daughter cards, which I
have purchased. I plan on using Linux CNC  in a Pentium 4 computer.
I'm hoping I can get pointed in the right direction, I am electronically
challenged. I can take more photos if needed.
Any one done one like this?

http://s1048.photobucket.com/albums/s375/JoeNoduh/
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa card help

2012-04-28 Thread Peter C. Wallace
On Sat, 28 Apr 2012, Joe H wrote:

 Date: Sat, 28 Apr 2012 22:33:28 -0400
 From: Joe H 67p...@gmail.com
 Reply-To: Enhanced Machine Controller (EMC)
 emc-users@lists.sourceforge.net
 To: emc-users@lists.sourceforge.net
 Subject: [Emc-users] Mesa card help
 
 I'm in over my head, I have an old control I am hoping to be able to
 upgrade with Mesa hardware and don't know were to start. The control is Mid
 80's 2 1/2 axis, with Glentek brushed DC  servos and Glentek amps. I have
 schematics and photos. I have learned that the amps output +- 10 volt
 analog signals, the motors have tach's. The machine gets position form HEDS
 encoders in track wheels on the xy axis, and one on the z screw.
  Peter from Mesa suggested 5i20 with 7i33 and 7i37 daughter cards, which I
 have purchased. I plan on using Linux CNC  in a Pentium 4 computer.
 I'm hoping I can get pointed in the right direction, I am electronically
 challenged. I can take more photos if needed.
 Any one done one like this?

This looks very much like a lot of '80s machines people have retrofited with 
our hardware. BTW, you might get more responses to your question if you 
mentioned the actual machine name.

If all the drives are OK, It should be fairly straighforward (having the 
drawings is very helpful) but there are a lot of details.

I guess I would start by installing LinuxCNC on your intended target PC
(download the LiveCD image and image-burn a CDR). The Getting Started Guide:
http://www.linuxcnc.org/docs/EMC2_Getting_Started.pdf
will help with this.

If the target PC works OK and has decent latency ( better than about 50 usec 
is fine for this servo machine), a next step is to install the hardware
(5I20 in PC, 7I33TA connects to 5I20 P2, 7I37 connects  to 5I20 P3)

I would decide at this point if you ever want to restore your old control.
If you do you will need quite a bit more work with connectors to allow 
swapping controls.

Beyond this I can try and guide you step by step in what I would do. and
perhaps someone with a similar system will chime in.


 http://s1048.photobucket.com/albums/s375/JoeNoduh/
 --

Peter Wallace
Mesa Electronics


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users