Re: [Emc-users] OT: Question about steel for cold forming

2018-07-11 Thread Ed

On 07/11/2018 02:52 PM, Leonardo Marsaglia wrote:

Hello Ed,

I plan to thread the bolts with rollers.


Axial or radial? Axial would be awkward if they are already headed.






  The main concern for me was if the
1045 steel can be cold forged for this purpose of making the head of the
bolts.


I would look for Youtube videos, there should be several videos on cold 
heading that would explain different materials and methods.


 I used to have one bookmarked that showed how you placed the blank in 
a guide, the rolls came in from the side, the blank rolled a few times, 
and the rolls retracted.  I use axial rollers which have the blank 
rotating and the rolls are fed onto the part.


Ed.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Parallel Port Driver Docs

2018-07-11 Thread andy pugh
On 11 July 2018 at 23:01, Joe Hildreth  wrote:

>   I think the driver works just fine.  I agree that the control port is 
> bidirectional.  I would think that the entire control group of pins is set to 
> either output (for modes in and out) and set to input (for mode x).

I think you are right. use_control_in is only set to 1 for X mode
https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/hal_parport.c#L540



-- 
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, 1916

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel ports configuration

2018-07-11 Thread andy pugh
On 11 July 2018 at 19:13, yomin estiven jaramillo munera
 wrote:

> so i would like to known, how is the installation process of this
> card in the machine? thanks you.

If you are using LinuxCNC then just plug it in and configure with PnCConf.

You do not need to install any drivers other than the ones included
with LinuxCNC.

-- 
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, 1916

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Parallel Port Driver Docs

2018-07-11 Thread Joe Hildreth
Thank you Andy.

  I think the driver works just fine.  I agree that the control port is 
bidirectional.  I would think that the entire control group of pins is set to 
either output (for modes in and out) and set to input (for mode x).  I am just 
trying to confirm this.  This is why I think there is a typo in the table in 
the docs.  If this is the case, can the documentation be corrected?  Honest, I 
am not trying to be a PITA.  Just trying to prepare accurate information for my 
next tutorial.

Joe Hildreth

- On 11 Jul, 2018, at 16:45, andy pugh bodge...@gmail.com wrote:

> On 11 July 2018 at 21:36, Joe Hildreth  wrote:
> 
> 
>> On this chart or table, it shows for the "in" column that pin 14 is an input
>> pin.  I think this is in error and should be labelled as an output.  To test 
>> my
>> theory, I installed a second PCI PP in a computer and run the stepper config
>> wizard.  I set up the first port as output and the second as input.
>>
>> In both output modes and input modes (for the ports) pin 14 is labelled as an
>> output pin.  This would make sense considering that pins 1, 14, 16 and 17
>> belong to the control group.
> 
> Wikipedia shows pin 14 as bidirectional.
> 
> I can't help feeling that someone else would have noticed by now if
> the parallel port driver didn't work?
> 
> https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/hal_parport.c#L707
> Shows all the control group being set as inputs or outputs.
> 
> --
> 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, 1916
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Parallel Port Driver Docs

2018-07-11 Thread Joe Hildreth
Great article.  Thanks for sharing.

Joe

- On 11 Jul, 2018, at 16:31, John Dammeyer jo...@autoartisans.com wrote:

> I realize it's a tad off topic but I think Bjorn Ekwall wrote the first 
> parallel
> port driver for Linux a long time ago.  I worked with Bjorn in 2000 in the UK.
> Bjorn died from a Heart Attack around 2001.  He was one of the Linux Pioneers.
> https://www.linuxjournal.com/article/5043
> 
> Search for his name and you mostly find a different Bjorn.  Sad that he 
> doesn't
> show up more easily with Google.
> 
> I miss our discussions
> John Dammeyer
> 
> 
>> -Original Message-
>> From: Joe Hildreth [mailto:j...@threerivershospital.com]
>> Sent: July-11-18 1:37 PM
>> To: emc-users
>> Subject: [Emc-users] Parallel Port Driver Docs
>> 
>> Hello all,
>> 
>> I have been working on a series of tutorial videos on YouTube on CNC for
>> the Home Hobbyist.� In the tutorial I am currently working on, I am
>> discussing the parallel port.� I want to give as accurate information as I am
>> able.� My question is about the documentation found at [
>> http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html |
>> http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html ] This
>> documentation primarily talks about adding additional Parallel ports to
>> LCNC.� It states that there are three modes in which LCNC can use a PP.�
>> These are in, out and x.� It also provides a chart showing the pin direction
>> based on the mode that the port is set in.
>> 
>> On this chart or table, it shows for the "in" column that pin 14 is an input
>> pin.� I think this is in error and should be labelled as an output.� To test 
>> my
>> theory, I installed a second PCI PP in a computer and run the stepper config
>> wizard.  I set up the first port as output and the second as input.
>> 
>> In both output modes and input modes (for the ports) pin 14 is labelled as
>> an output pin.� This would make sense considering that pins 1, 14, 16 and 17
>> belong to the control group.
>> 
>> So if this is correct, then the documentation needs to be updated to reflect
>> that.� If I am incorrect, can someone explain why this pin is input when the
>> mode is set to input?
>> 
>> I also understand that in mode x, that the control port (pins 1, 14, 16 and 
>> 17)
>> are set to inputs but at risk because the physical pins on the port may not 
>> be
>> open collector.
>> 
>> If you are interested, the play list for the tutorials can be found here: [
>> https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZp
>> jm |
>> https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZp
>> jm ] I have 9 tutorials there and working on number 10.� The idea behind
>> them is to give enough information over time that a new hobbyist can get
>> into some form of CNC.� Rather than giving specific case examples, I want
>> the information to be applicable to whatever they are wanting to set up.�
>> Router, mill, plasma, lathe, 3D printer or whatever.� Constructive criticism
>> is welcome, but I do give a disclaimer.� I am not a teacher, engineer or a
>> machinist.� Just a home hobbyist who wants to give back to the community.
>> 
>> Thanks for your help and input.� It is greatly appreciated.
>> 
>> Joe Hildreth
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Parallel Port Driver Docs

2018-07-11 Thread andy pugh
On 11 July 2018 at 21:36, Joe Hildreth  wrote:


> On this chart or table, it shows for the "in" column that pin 14 is an input 
> pin.  I think this is in error and should be labelled as an output.  To test 
> my theory, I installed a second PCI PP in a computer and run the stepper 
> config wizard.  I set up the first port as output and the second as input.
>
> In both output modes and input modes (for the ports) pin 14 is labelled as an 
> output pin.  This would make sense considering that pins 1, 14, 16 and 17 
> belong to the control group.

Wikipedia shows pin 14 as bidirectional.

I can't help feeling that someone else would have noticed by now if
the parallel port driver didn't work?

https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/hal_parport.c#L707
Shows all the control group being set as inputs or outputs.

-- 
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, 1916

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel ports configuration

2018-07-11 Thread Gene Heskett
On Wednesday 11 July 2018 15:08:03 Gene Heskett wrote:

> On Wednesday 11 July 2018 14:13:10 yomin estiven jaramillo munera 
wrote:
> > Hi, Gene. we have decided to use the Mesa 5i25 for our application,
> > in this case could you recommended us to use the standard profile or
> > the low profile?, so i would like to known, how is the installation
> > process of this card in the machine? thanks you.
>
> First, you mentioned the PCI-e bus in your machine. The card that is
> virtually identical to the PCI 5i25, is the 6i25 in PCI-e form.  So
> that should solve one problem if your machine does not have both
> styles of slots available.
>
> Second the std vs low profile is only in the cards back plate, and the
> choice is determined by your machine. If looking at the rear of the
> machine, the dummy card is around 4.5", thats a std profile, but its a
> low profile if only 3" and change.  I have in a pinch, made a plate,
> but it is a bit of cuss & cry sometimes. :)
>
Part 3 of your question is recommended to download and install, the 
hostmot2 package, which will contain some, but probably not for either 
of these 2 cards, the files to program the fpga's, and the programmer 
sw. To get the exact fpga images for either of these cards, goto the 
mesanet site, and get the docs and driver packages for these cards.

A common fpga file that will give you the best for most jobs, is:
$cardname_prob_rfx2.bit. Follow the help instructions for mesaflash, and 
program the card, then do a verify run.

Add something like this to the bottom of your linuxcnc .ini file:
#*
[HOSTMOT2]
#  This is for info only 
DRIVER=hm2_pci
BOARD=6i25 (or 5i25)

If everything else is kosher, the card should sign on when you launch 
linuxcnc -l, showing you its available functions in the dmesg screen. 
The -l isn't documented, but means to use the last selected 
configuration in case you have several.

I'm running Master so its not in the terminal, but is in the dmesg 
output, and looks like this with my $config:

[1319720.541542] hm2: loading Mesa HostMot2 driver version 0.15
[1319720.548439] hm2_pci: loading Mesa AnyIO HostMot2 driver version 0.7
[1319720.548487] hm2_pci: discovered 5i25 at :04:02.0
[1319720.551576] hm2/hm2_5i25.0: 34 I/O Pins used:
[1319720.551582] hm2/hm2_5i25.0: IO Pin 000 (P3-01): IOPort
[1319720.551587] hm2/hm2_5i25.0: IO Pin 001 (P3-14): PWMGen #0, pin 
Out0 (PWM or Up) (Output)
[1319720.551592] hm2/hm2_5i25.0: IO Pin 002 (P3-02): StepGen #0, pin 
Step (Output)
[1319720.551596] hm2/hm2_5i25.0: IO Pin 003 (P3-15): IOPort
[1319720.551600] hm2/hm2_5i25.0: IO Pin 004 (P3-03): StepGen #0, pin 
Direction (Output)
[1319720.551605] hm2/hm2_5i25.0: IO Pin 005 (P3-16): PWMGen #0, pin 
Out1 (Dir or Down) (Output)
[1319720.551609] hm2/hm2_5i25.0: IO Pin 006 (P3-04): StepGen #1, pin 
Step (Output)
[1319720.551613] hm2/hm2_5i25.0: IO Pin 007 (P3-17): IOPort
[1319720.551617] hm2/hm2_5i25.0: IO Pin 008 (P3-05): StepGen #1, pin 
Direction (Output)
[1319720.551621] hm2/hm2_5i25.0: IO Pin 009 (P3-06): StepGen #2, pin 
Step (Output)
[1319720.551625] hm2/hm2_5i25.0: IO Pin 010 (P3-07): StepGen #2, pin 
Direction (Output)
[1319720.551629] hm2/hm2_5i25.0: IO Pin 011 (P3-08): StepGen #3, pin 
Step (Output)
[1319720.551633] hm2/hm2_5i25.0: IO Pin 012 (P3-09): StepGen #3, pin 
Direction (Output)
[1319720.551637] hm2/hm2_5i25.0: IO Pin 013 (P3-10): IOPort
[1319720.551641] hm2/hm2_5i25.0: IO Pin 014 (P3-11): Encoder #0, pin 
A (Input)
[1319720.551645] hm2/hm2_5i25.0: IO Pin 015 (P3-12): Encoder #0, pin 
B (Input)
[1319720.551649] hm2/hm2_5i25.0: IO Pin 016 (P3-13): Encoder #0, pin 
Index (Input)
[1319720.551653] hm2/hm2_5i25.0: IO Pin 017 (P2-01): IOPort
[1319720.551657] hm2/hm2_5i25.0: IO Pin 018 (P2-14): IOPort
[1319720.551660] hm2/hm2_5i25.0: IO Pin 019 (P2-02): IOPort
[1319720.551664] hm2/hm2_5i25.0: IO Pin 020 (P2-15): IOPort
[1319720.551667] hm2/hm2_5i25.0: IO Pin 021 (P2-03): IOPort
[1319720.551671] hm2/hm2_5i25.0: IO Pin 022 (P2-16): IOPort
[1319720.551674] hm2/hm2_5i25.0: IO Pin 023 (P2-04): IOPort
[1319720.551678] hm2/hm2_5i25.0: IO Pin 024 (P2-17): IOPort
[1319720.551681] hm2/hm2_5i25.0: IO Pin 025 (P2-05): IOPort
[1319720.551685] hm2/hm2_5i25.0: IO Pin 026 (P2-06): IOPort
[1319720.551688] hm2/hm2_5i25.0: IO Pin 027 (P2-07): IOPort
[1319720.551692] hm2/hm2_5i25.0: IO Pin 028 (P2-08): IOPort
[1319720.551695] hm2/hm2_5i25.0: IO Pin 029 (P2-09): IOPort
[1319720.551699] hm2/hm2_5i25.0: IO Pin 030 (P2-10): IOPort
[1319720.551702] hm2/hm2_5i25.0: IO Pin 031 (P2-11): IOPort
[1319720.551706] hm2/hm2_5i25.0: IO Pin 032 (P2-12): IOPort
[1319720.551709] hm2/hm2_5i25.0: IO Pin 033 (P2-13): IOPort
[1319720.551863] hm2/hm2_5i25.0: registered

Change the hm2_5i25 above to hm2_6i25 and that which is defined as a 
function should show as above, but if the card contains 4 copies like 

Re: [Emc-users] Parallel Port Driver Docs

2018-07-11 Thread John Dammeyer
I realize it's a tad off topic but I think Bjorn Ekwall wrote the first 
parallel port driver for Linux a long time ago.  I worked with Bjorn in 2000 in 
the UK.  Bjorn died from a Heart Attack around 2001.  He was one of the Linux 
Pioneers.
https://www.linuxjournal.com/article/5043

Search for his name and you mostly find a different Bjorn.  Sad that he doesn't 
show up more easily with Google.

I miss our discussions
John Dammeyer


> -Original Message-
> From: Joe Hildreth [mailto:j...@threerivershospital.com]
> Sent: July-11-18 1:37 PM
> To: emc-users
> Subject: [Emc-users] Parallel Port Driver Docs
> 
> Hello all,
> 
> I have been working on a series of tutorial videos on YouTube on CNC for
> the Home Hobbyist.� In the tutorial I am currently working on, I am
> discussing the parallel port.� I want to give as accurate information as I am
> able.� My question is about the documentation found at [
> http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html |
> http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html ] This
> documentation primarily talks about adding additional Parallel ports to
> LCNC.� It states that there are three modes in which LCNC can use a PP.�
> These are in, out and x.� It also provides a chart showing the pin direction
> based on the mode that the port is set in.
> 
> On this chart or table, it shows for the "in" column that pin 14 is an input
> pin.� I think this is in error and should be labelled as an output.� To test 
> my
> theory, I installed a second PCI PP in a computer and run the stepper config
> wizard.  I set up the first port as output and the second as input.
> 
> In both output modes and input modes (for the ports) pin 14 is labelled as
> an output pin.� This would make sense considering that pins 1, 14, 16 and 17
> belong to the control group.
> 
> So if this is correct, then the documentation needs to be updated to reflect
> that.� If I am incorrect, can someone explain why this pin is input when the
> mode is set to input?
> 
> I also understand that in mode x, that the control port (pins 1, 14, 16 and 
> 17)
> are set to inputs but at risk because the physical pins on the port may not be
> open collector.
> 
> If you are interested, the play list for the tutorials can be found here: [
> https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZp
> jm |
> https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZp
> jm ] I have 9 tutorials there and working on number 10.� The idea behind
> them is to give enough information over time that a new hobbyist can get
> into some form of CNC.� Rather than giving specific case examples, I want
> the information to be applicable to whatever they are wanting to set up.�
> Router, mill, plasma, lathe, 3D printer or whatever.� Constructive criticism
> is welcome, but I do give a disclaimer.� I am not a teacher, engineer or a
> machinist.� Just a home hobbyist who wants to give back to the community.
> 
> Thanks for your help and input.� It is greatly appreciated.
> 
> Joe Hildreth
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Parallel Port Driver Docs

2018-07-11 Thread Joe Hildreth
Hello all,

I have been working on a series of tutorial videos on YouTube on CNC for the 
Home Hobbyist.  In the tutorial I am currently working on, I am discussing the 
parallel port.  I want to give as accurate information as I am able.  My 
question is about the documentation found at [ 
http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html | 
http://linuxcnc.org/docs/2.7/html/hal/parallel-port.html ] This documentation 
primarily talks about adding additional Parallel ports to LCNC.  It states that 
there are three modes in which LCNC can use a PP.  These are in, out and x.  It 
also provides a chart showing the pin direction based on the mode that the port 
is set in.

On this chart or table, it shows for the "in" column that pin 14 is an input 
pin.  I think this is in error and should be labelled as an output.  To test my 
theory, I installed a second PCI PP in a computer and run the stepper config 
wizard.  I set up the first port as output and the second as input.

In both output modes and input modes (for the ports) pin 14 is labelled as an 
output pin.  This would make sense considering that pins 1, 14, 16 and 17 
belong to the control group.

So if this is correct, then the documentation needs to be updated to reflect 
that.  If I am incorrect, can someone explain why this pin is input when the 
mode is set to input?

I also understand that in mode x, that the control port (pins 1, 14, 16 and 17) 
are set to inputs but at risk because the physical pins on the port may not be 
open collector.

If you are interested, the play list for the tutorials can be found here: [ 
https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZpjm | 
https://www.youtube.com/playlist?list=PLaamliiI72ntlrHKIFjh2VjmehRGgZpjm ] I 
have 9 tutorials there and working on number 10.  The idea behind them is to 
give enough information over time that a new hobbyist can get into some form of 
CNC.  Rather than giving specific case examples, I want the information to be 
applicable to whatever they are wanting to set up.  Router, mill, plasma, 
lathe, 3D printer or whatever.  Constructive criticism is welcome, but I do 
give a disclaimer.  I am not a teacher, engineer or a machinist.  Just a home 
hobbyist who wants to give back to the community.

Thanks for your help and input.  It is greatly appreciated.

Joe Hildreth 
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel ports configuration

2018-07-11 Thread Joe Hildreth
I think that would depend on the machine you are placing the cards in.  A SFF 
(Small Form Factor) machine will require a low profile card while a regular 
desktop will take a full size card.

Joe

- On 11 Jul, 2018, at 13:13, yomin estiven jaramillo munera 
yejm...@gmail.com wrote:

> Hi, Gene. we have decided to use the Mesa 5i25 for our application, in this
> case could you recommended us to use the standard profile or the low
> profile?, so i would like to known, how is the installation process of this
> card in the machine? thanks you.
> 
> El mar., 10 de jul. de 2018 a la(s) 21:53, Gene Heskett (
> ghesk...@shentel.net) escribió:
> 
>> On Tuesday 10 July 2018 20:13:27 yomin estiven jaramillo munera wrote:
>>
>> > Hi guys, I need configure 2 parallel ports  PCI express (
>> > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?WCH) for a application of 6
>> > axis. however I am having some problems with the recognition of
>> > parallel ports in Debian.
>> > Someone knows what can I do with that?
>> > I need that linuxcnc recognizes the 2 ports. but i must do a initial
>> > configuration from terminal.
>> > can you help me?
>>
>> Does this machine have a std pci slot? If it does, a Mesa 5i25 card will
>> give you a pair of parports, independent of the machines own parport,
>> and do it with more i/o bandwidth than you'll get from adding another
>> parport card. I have 2 machines setup with the 5i25, and both work well.
>> A 4 axis G0704, which uses both ports and and a 7x12 lathe that so far
>> is only using one of them.
>>
>> You can use 2 more or less std parport breakout boards, and I highly
>> recommend the SainSmart boards for that as they have no signal
>> distorting opto-isolators in any output. They do isolate the inputs
>> however, which limits the speed of any spindle encoders involved unless
>> the opto is snipped out of the circuit and bypassed in those two inputs.
>> I am an old C.E.T., so thats easy for me to do.
>>
>> I have no clue if Peter (mesanet) has a pci-express version of that card.
>> You might ask, or an old off lease Dell usually has a pair of pci slots,
>> and can be had for less than a 100 dollar bill from places like
>> pcliquidater.com.
>>
>> Another, more pricey way might be to use a 7i90HD and a trio of 7i42TA's,
>> which are required to protect the 3 volt circuitry of the 7i90, which I
>> am running a converted Sheldon 11x36 with, that gives you 72 gpio's and
>> several choices of FPGA configs. So I am doing what needs to be done to
>> run this lathe and still have around 25 gpio's I haven't used. This card
>> can be driven from a parport, or from an SPI, which I am doing from a
>> raspi 3b on that machine.
>>
>> I hope this helps, yomin estiven jaramillo munera, where are you?
>>
>> --
>> Cheers, Gene Heskett
>> --
>> "There are four boxes to be used in defense of liberty:
>>  soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> Genes Web page 
>>
>>
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] OT: Question about steel for cold forming

2018-07-11 Thread Leonardo Marsaglia
Hello Ed,

I plan to thread the bolts with rollers. The main concern for me was if the
1045 steel can be cold forged for this purpose of making the head of the
bolts.

I've machined forged camshafts of 1045 steel but they were made with the
hot forging method. I must say I have zero experience in the process of
forging, we only machined and heat treated the camshafts but the forging
process was made by another company.

2018-07-10 13:25 GMT-03:00 Leonardo Marsaglia :

> Hello Dave.
>
> The idea is to achieve a maximum hardness 25 HRc after cold forging with
> heat treatment. Before the forging I would like the less hardness possible
> of course.
>
> These values are arbitrary and are subject to change, but to start the
> idea is that.
>
>
> 2018-07-10 13:15 GMT-03:00 Dave Cole :
>
>> So these need to be hardened after cold forging ?
>>
>> You want them to have a max 25 HRc after forging and prior to heat
>> treatment?
>>
>> Dave
>>
>>
>>
>> On 7/10/2018 11:54 AM, Leonardo Marsaglia wrote:
>>
>>> Hello to all.
>>>
>>> I'm trying to figure out wich is the best material for making cold formed
>>> bolts wich need to have 25 HRc of maximum hardness.
>>>
>>> I was thinking about using 1022 steel wich is suitable for cold forging
>>> but
>>> I'm afraid the hardness process will be much more complicated than just
>>> quenching and tempering.
>>>
>>> Then I was thinking about 1045 steel but I'm not sure how good it would
>>> be
>>> for the cold forging process.
>>>
>>> Do you have any hints or advices about this?
>>>
>>> Thank you as always!
>>>
>>> Leonardo.
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>>
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel ports configuration

2018-07-11 Thread Gene Heskett
On Wednesday 11 July 2018 14:13:10 yomin estiven jaramillo munera wrote:

> Hi, Gene. we have decided to use the Mesa 5i25 for our application, in
> this case could you recommended us to use the standard profile or the
> low profile?, so i would like to known, how is the installation
> process of this card in the machine? thanks you.
>
First, you mentioned the PCI-e bus in your machine. The card that is 
virtually identical to the PCI 5i25, is the 6i25 in PCI-e form.  So that 
should solve one problem if your machine does not have both styles of 
slots available.

Second the std vs low profile is only in the cards back plate, and the 
choice is determined by your machine. If looking at the rear of the 
machine, the dummy card is around 4.5", thats a std profile, but its a 
low profile if only 3" and change.  I have in a pinch, made a plate, but 
it is a bit of cuss & cry sometimes. :)

> El mar., 10 de jul. de 2018 a la(s) 21:53, Gene Heskett (
>
> ghesk...@shentel.net) escribió:
> > On Tuesday 10 July 2018 20:13:27 yomin estiven jaramillo munera 
wrote:
> > > Hi guys, I need configure 2 parallel ports  PCI express (
> > > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?WCH) for a application of
> > > 6 axis. however I am having some problems with the recognition of
> > > parallel ports in Debian.
> > > Someone knows what can I do with that?
> > > I need that linuxcnc recognizes the 2 ports. but i must do a
> > > initial configuration from terminal.
> > > can you help me?
> >
> > Does this machine have a std pci slot? If it does, a Mesa 5i25 card
> > will give you a pair of parports, independent of the machines own
> > parport, and do it with more i/o bandwidth than you'll get from
> > adding another parport card. I have 2 machines setup with the 5i25,
> > and both work well. A 4 axis G0704, which uses both ports and and a
> > 7x12 lathe that so far is only using one of them.
> >
> > You can use 2 more or less std parport breakout boards, and I highly
> > recommend the SainSmart boards for that as they have no signal
> > distorting opto-isolators in any output. They do isolate the inputs
> > however, which limits the speed of any spindle encoders involved
> > unless the opto is snipped out of the circuit and bypassed in those
> > two inputs. I am an old C.E.T., so thats easy for me to do.
> >
> > I have no clue if Peter (mesanet) has a pci-express version of that
> > card. You might ask, or an old off lease Dell usually has a pair of
> > pci slots, and can be had for less than a 100 dollar bill from
> > places like pcliquidater.com.
> >
> > Another, more pricey way might be to use a 7i90HD and a trio of
> > 7i42TA's, which are required to protect the 3 volt circuitry of the
> > 7i90, which I am running a converted Sheldon 11x36 with, that gives
> > you 72 gpio's and several choices of FPGA configs. So I am doing
> > what needs to be done to run this lathe and still have around 25
> > gpio's I haven't used. This card can be driven from a parport, or
> > from an SPI, which I am doing from a raspi 3b on that machine.
> >
> > I hope this helps, yomin estiven jaramillo munera, where are you?
> >
> > --
> > Cheers, Gene Heskett
> > --
> > "There are four boxes to be used in defense of liberty:
> >  soap, ballot, jury, and ammo. Please use in that order."
> > -Ed Howdershelt (Author)
> > Genes Web page 
> >
> >
> > 
> >-- Check out the vibrant tech community on one of the world's
> > most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
>
> --
> Check out the vibrant tech community on one of the world's
> most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parallel ports configuration

2018-07-11 Thread yomin estiven jaramillo munera
Hi, Gene. we have decided to use the Mesa 5i25 for our application, in this
case could you recommended us to use the standard profile or the low
profile?, so i would like to known, how is the installation process of this
card in the machine? thanks you.

El mar., 10 de jul. de 2018 a la(s) 21:53, Gene Heskett (
ghesk...@shentel.net) escribió:

> On Tuesday 10 July 2018 20:13:27 yomin estiven jaramillo munera wrote:
>
> > Hi guys, I need configure 2 parallel ports  PCI express (
> > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?WCH) for a application of 6
> > axis. however I am having some problems with the recognition of
> > parallel ports in Debian.
> > Someone knows what can I do with that?
> > I need that linuxcnc recognizes the 2 ports. but i must do a initial
> > configuration from terminal.
> > can you help me?
>
> Does this machine have a std pci slot? If it does, a Mesa 5i25 card will
> give you a pair of parports, independent of the machines own parport,
> and do it with more i/o bandwidth than you'll get from adding another
> parport card. I have 2 machines setup with the 5i25, and both work well.
> A 4 axis G0704, which uses both ports and and a 7x12 lathe that so far
> is only using one of them.
>
> You can use 2 more or less std parport breakout boards, and I highly
> recommend the SainSmart boards for that as they have no signal
> distorting opto-isolators in any output. They do isolate the inputs
> however, which limits the speed of any spindle encoders involved unless
> the opto is snipped out of the circuit and bypassed in those two inputs.
> I am an old C.E.T., so thats easy for me to do.
>
> I have no clue if Peter (mesanet) has a pci-express version of that card.
> You might ask, or an old off lease Dell usually has a pair of pci slots,
> and can be had for less than a 100 dollar bill from places like
> pcliquidater.com.
>
> Another, more pricey way might be to use a 7i90HD and a trio of 7i42TA's,
> which are required to protect the 3 volt circuitry of the 7i90, which I
> am running a converted Sheldon 11x36 with, that gives you 72 gpio's and
> several choices of FPGA configs. So I am doing what needs to be done to
> run this lathe and still have around 25 gpio's I haven't used. This card
> can be driven from a parport, or from an SPI, which I am doing from a
> raspi 3b on that machine.
>
> I hope this helps, yomin estiven jaramillo munera, where are you?
>
> --
> Cheers, Gene Heskett
> --
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> Genes Web page 
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] So, how's Ethernet?

2018-07-11 Thread Eric Keller
Which Intel NUC did you get?  A couple of years ago I got a zotac box with
dual ethernet ports thinking that I might use it as either a router or to
drive an ethernet mesa board.  I think it will end up as a router.
Eric Keller
Boalsburg, Pennsylvania

On Wed, Jul 11, 2018 at 4:05 AM Sven Wesley  wrote:

> Yes, looks like your email with the link went to me and not to the list.
> Anyway, the Mesa card looks promising. Intel NUC and Mesa boards on the
> way!
>
> /S
>
> On Tue, Jul 10, 2018 at 5:14 PM Les Newell 
> wrote:
>
> > I beat you to it with the same link but it looks like my email went
> > directly to Sven, rather than to the list. For some reason when I reply
> > to this list the replies usually end up going direct to the sender
> > rather than to the list.
> >
> > Les
> >
> > On 10/07/2018 13:38, andy pugh wrote:
> > > On 10 July 2018 at 11:47, Sven Wesley  wrote:
> > >> You too late, Andy. ;)
> > > Too late in the sense that you have already bought the UC400 ?
> > >
> >
> >
> >
> >
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] So, how's Ethernet?

2018-07-11 Thread Sven Wesley
Yes, looks like your email with the link went to me and not to the list.
Anyway, the Mesa card looks promising. Intel NUC and Mesa boards on the way!

/S

On Tue, Jul 10, 2018 at 5:14 PM Les Newell 
wrote:

> I beat you to it with the same link but it looks like my email went
> directly to Sven, rather than to the list. For some reason when I reply
> to this list the replies usually end up going direct to the sender
> rather than to the list.
>
> Les
>
> On 10/07/2018 13:38, andy pugh wrote:
> > On 10 July 2018 at 11:47, Sven Wesley  wrote:
> >> You too late, Andy. ;)
> > Too late in the sense that you have already bought the UC400 ?
> >
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users