Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Dave Caroline
If you look at an old swiss cam auto then the concept of interleaved
moves was exactly how they optimised the speed of the cycle.

On my Bechler the tooling is on separate slides with accessory live
axes opposite the spindle.

Dave Caroline

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Todd Zuercher
Sounds like a pain to set up.  

I think 2 separate controls running separate programs, synchronized with 
digital i/o, might be simpler and have more potential. 
 
- Original Message -
From: "andy pugh" 
To: "Enhanced Machine Controller (EMC)" 
Sent: Monday, December 5, 2016 1:02:59 PM
Subject: Re: [Emc-users] Swiss Type Lathe-Turn Machine

On 5 December 2016 at 16:11, Ralph Stirling
 wrote:
> Sounds like a fun project.  I've thought for a long time that a swiss
> machine with a dead control but good iron would be a neat challenge
> for LinuxCNC.

Considering that a Swiss Lathe is intended for making parts in the
thousands, it is probably practical to write optimised G-code that can
handle breaking up and interleaving moves.

Imagine a time-line of moves, you break things up into sections at the
points where any axis starts or stops and use G93 inverse-time-mode to
make the segments take the right length of time.

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread andy pugh
On 5 December 2016 at 16:11, Ralph Stirling
 wrote:
> Sounds like a fun project.  I've thought for a long time that a swiss
> machine with a dead control but good iron would be a neat challenge
> for LinuxCNC.

Considering that a Swiss Lathe is intended for making parts in the
thousands, it is probably practical to write optimised G-code that can
handle breaking up and interleaving moves.

Imagine a time-line of moves, you break things up into sections at the
points where any axis starts or stops and use G93 inverse-time-mode to
make the segments take the right length of time.

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Ralph Stirling
I believe the Machinekit people have the LinuxCNC code reworked
to the point they can have multiple instances running together, but
they still have a lot of other rough edges.  For now, probably two
CPU's would be advisable.  The new option of running LinuxCNC on
ARM's, such as the RaspberryPi 3 makes this a reasonable proposition.
Two Rpi3's and two Mesa 7I90's would still be under $200.

Sounds like a fun project.  I've thought for a long time that a swiss
machine with a dead control but good iron would be a neat challenge
for LinuxCNC.

-- Ralph

From: Shabbir Hussain [s_hussai...@yahoo.com]
Sent: Monday, December 5, 2016 6:49 AM
To: emc-users@lists.sourceforge.net
Subject: [Emc-users] Swiss Type Lathe-Turn Machine

I have got a machine equipped with two spindles. Spindle 1 has gang tools which 
can move in X,Y plain (Y axis to select tool) and Bar comes out as Z axis. 
Second spindle is mounted on moving platform (table X2, Z2 axis). Two or Three 
set of tools are fixed on the side which can be used with spindle 2. X,Y and Z 
axis are independently working from X2 and Z2. The only synchronized move is to 
get work piece from spindle 1 to spindle 2 while both are rotating. The picture 
for the machine axis can be seen at
https://mega.nz/#!dJd00QAb!Nd0CIat6Rw4E1rVZAdN8QgfBWkcJqptRk8xossyA86Q



In my opinion the set up needs TWO independent interpreters etc. so that X,Y,Z 
and X2,Z2 can be independently running G-Code files.
Can someone suggest that LinuxCNC can handle this type of configurations or any 
other suggestion may be help full. The original control on the machine was 
MELDAS (Mitsubishi) and drives are analog Mitsubishi.

Thanks
Shabbir Hussain
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Chris Morley

Michael had a branch that allowed multiple linuxcncs on one computer 
iirc...look on tube. might be the sane branch that had jog while paused code.
Chris M

- Reply message -
From: "andy pugh" 
To: "Shabbir Hussain" , "Enhanced Machine Controller 
(EMC)" 
Subject: [Emc-users] Swiss Type Lathe-Turn Machine
Date: Mon, Dec 5, 2016 7:50 AM



On 5 December 2016 at 14:49, Shabbir Hussain  wrote:
> In my opinion the set up needs TWO independent interpreters etc. so that 
> X,Y,Z and X2,Z2 can be independently running G-Code files.

If you need truly independent motion, then that it probably correct. I
think that this means two independent PCs, though it _might_ be
possible to have two separate LinuxCNC instances with separate
shared-memory areas.

If almost-independent is good enough (and it might well be) then you
can consider breaking moves in one axis to start another axis moving.

LinuxCNC can drive up to 9 axes, but they do all move in a coordinated way.

Another possibility for things like a cut-off slide would be to
fire-off instances of the simple_tp HAL component.
http://linuxcnc.org/docs/2.7/html/man/man9/simple_tp.9.html

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] installation

2016-12-05 Thread Bart Winkler
Andy,

I misread the guide.  I installed the package with the live CD in section
3.4 and then went on to section 3.7.1, thinking I was supposed to do that
in addition, when I should have been done. I will just start over.  Thank
you for your time.

Bart

On Mon, Dec 5, 2016 at 11:31 AM, Bart Winkler  wrote:

> Andy,
>
> Thank you for looking at this.  The link is http://linuxcnc.org/docs/2.7/
> pdf/LinuxCNC_Getting_Started.pdf.
> John T. has the same thing on his website.
>
> Thanks,
> Bart
>
> On Mon, Dec 5, 2016 at 5:09 AM, andy pugh  wrote:
>
>> On 5 December 2016 at 00:33, Bart Winkler  wrote:
>> > I am attempting to follow the installation instructions in the quick
>> start
>> > guide.
>> >
>> > I was supposed to mark linux-image-3.2-4-686-pae and linux-image-686-pae
>> > for
>> > complete removal in synaptic package manager.
>>
>> Can you give us a link to the quick-start guide that you are following?
>>
>> --
>> 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
>>
>> 
>> --
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Gene Heskett
On Monday 05 December 2016 10:13:14 Dave Caroline wrote:

> Horribly broken web page javascript I see a blank white page
>
> Dave Caroline

I've seen it, Dave. but had to download it (I use chrome as the browser) 
and used kview to see it.  And I do not know enough to comment on his 
question.

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 

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] installation

2016-12-05 Thread andy pugh
On 5 December 2016 at 16:31, Bart Winkler  wrote:

> Thank you for looking at this.  The link is
> http://linuxcnc.org/docs/2.7/pdf/LinuxCNC_Getting_Started.pdf.
> John T. has the same thing on his website.

Did step 5 succeed? It seem possible that the system is refusing to
uninstall the currently-running kernel.

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] installation

2016-12-05 Thread Bart Winkler
Andy,

Thank you for looking at this.  The link is
http://linuxcnc.org/docs/2.7/pdf/LinuxCNC_Getting_Started.pdf.
John T. has the same thing on his website.

Thanks,
Bart

On Mon, Dec 5, 2016 at 5:09 AM, andy pugh  wrote:

> On 5 December 2016 at 00:33, Bart Winkler  wrote:
> > I am attempting to follow the installation instructions in the quick
> start
> > guide.
> >
> > I was supposed to mark linux-image-3.2-4-686-pae and linux-image-686-pae
> > for
> > complete removal in synaptic package manager.
>
> Can you give us a link to the quick-start guide that you are following?
>
> --
> 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
>
> 
> --
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Use Fanuc Servos & Amps with EMC2

2016-12-05 Thread Greg Bernard
Jon Elson has hardware to do just that: 
 Pico Systems :
  
|  
|   |  
Pico Systems :
 Pico Systems : - Analog Servo Interface (PPMC),Accessories,PWM Servo 
Systems,Stepper Controllers,BeagleBone,  |  |

  |

 
+++
"Anyone who believes exponential growth can go on forever in a finite world is 
either a madman or an economist."
        -Kenneth Boulding, economist
Corporations are NOT people and money is NOT speech!

 
  From: Steve from Tube Gauge 
 To: emc-users@lists.sourceforge.net 
 Sent: Monday, December 5, 2016 9:35 AM
 Subject: [Emc-users] Use Fanuc Servos & Amps with EMC2
   
Hi:
 
Is there a simple solution that some one has developed allowing EMC2 to connect 
to the Fanuc  drives and red cap motors?  A MESA board or something like that 
that could be wired inbetween like a converter?   I was looking through the 
achieves and noticed lots of issues but stopped after reading the 23rd entry of 
over 1200 due to brain overload. 
 
If I was understanding the notes correctly it seems like Fanuc has their 
proprietary communications system that isn't easy to interface to the standard 
+- 10 VDC signal with incremental encoder feed back. 
 
I am looking at a late 80's machine with an 0M control that could be ideal for 
an inexpensive retrofit if the motors and amps can remain. 
 
Thanks for your help inadvance. 
 
Best regards,

Steve Van Der Loo

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


   
 
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Use Fanuc Servos & Amps with EMC2

2016-12-05 Thread Peter C. Wallace
On Mon, 5 Dec 2016, Steve from Tube Gauge wrote:

> Date: Mon, 05 Dec 2016 10:35:12 -0500
> From: "[utf-8] Steve from Tube Gauge" 
> Reply-To: "Enhanced Machine Controller (EMC)"
> 
> To: emc-users@lists.sourceforge.net
> Subject: [Emc-users] Use Fanuc Servos & Amps with EMC2
> 
> Hi:

>Is there a simple solution that some one has developed allowing EMC2 to 
>connect to the Fanuc drives and red cap motors?  A MESA board or something 
>like that that could be wired inbetween like a converter?  I was looking 
>through the achieves and noticed lots of issues but stopped after reading the 
>23rd entry of over 1200 due to brain overload.
> 
>If I was understanding the notes correctly it seems like Fanuc has their 
>proprietary communications system that isn't easy to interface to the 
>standard 
>+- 10 VDC signal with incremental encoder feed back.
> 
>I am looking at a late 80's machine with an 0M control that could be ideal 
>for 
>an inexpensive retrofit if the motors and amps can remain.
> 
>Thanks for your help inadvance.
> 
>Best regards,
>
>Steve Van Der Loo


It depends on the vintage of the equipment, of your motor drives part number 
ends in 6057 or less, you have a analog +-10V drive which is easy to 
interface, but if your drives part number ends in 6058 or greater, you have a 
digital drive (PWM from controller, 2 analog current feedback channels from 
drive = tough to integrate)


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Use Fanuc Servos & Amps with EMC2

2016-12-05 Thread Steve from Tube Gauge
Hi:
 
Is there a simple solution that some one has developed allowing EMC2 to connect 
to the Fanuc  drives and red cap motors?  A MESA board or something like that 
that could be wired inbetween like a converter?   I was looking through the 
achieves and noticed lots of issues but stopped after reading the 23rd entry of 
over 1200 due to brain overload. 
 
If I was understanding the notes correctly it seems like Fanuc has their 
proprietary communications system that isn't easy to interface to the standard 
+- 10 VDC signal with incremental encoder feed back. 
 
I am looking at a late 80's machine with an 0M control that could be ideal for 
an inexpensive retrofit if the motors and amps can remain. 
 
Thanks for your help inadvance. 
 
Best regards,

Steve Van Der Loo

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread andy pugh
On 5 December 2016 at 14:49, Shabbir Hussain  wrote:
> In my opinion the set up needs TWO independent interpreters etc. so that 
> X,Y,Z and X2,Z2 can be independently running G-Code files.

If you need truly independent motion, then that it probably correct. I
think that this means two independent PCs, though it _might_ be
possible to have two separate LinuxCNC instances with separate
shared-memory areas.

If almost-independent is good enough (and it might well be) then you
can consider breaking moves in one axis to start another axis moving.

LinuxCNC can drive up to 9 axes, but they do all move in a coordinated way.

Another possibility for things like a cut-off slide would be to
fire-off instances of the simple_tp HAL component.
http://linuxcnc.org/docs/2.7/html/man/man9/simple_tp.9.html

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Dave Caroline
Horribly broken web page javascript I see a blank white page

Dave Caroline

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Swiss Type Lathe-Turn Machine

2016-12-05 Thread Shabbir Hussain
I have got a machine equipped with two spindles. Spindle 1 has gang tools which 
can move in X,Y plain (Y axis to select tool) and Bar comes out as Z axis. 
Second spindle is mounted on moving platform (table X2, Z2 axis). Two or Three 
set of tools are fixed on the side which can be used with spindle 2. X,Y and Z 
axis are independently working from X2 and Z2. The only synchronized move is to 
get work piece from spindle 1 to spindle 2 while both are rotating. The picture 
for the machine axis can be seen at
https://mega.nz/#!dJd00QAb!Nd0CIat6Rw4E1rVZAdN8QgfBWkcJqptRk8xossyA86Q



In my opinion the set up needs TWO independent interpreters etc. so that X,Y,Z 
and X2,Z2 can be independently running G-Code files.
Can someone suggest that LinuxCNC can handle this type of configurations or any 
other suggestion may be help full. The original control on the machine was 
MELDAS (Mitsubishi) and drives are analog Mitsubishi.

Thanks
Shabbir Hussain
--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] installation

2016-12-05 Thread andy pugh
On 5 December 2016 at 00:33, Bart Winkler  wrote:
> I am attempting to follow the installation instructions in the quick start
> guide.
>
> I was supposed to mark linux-image-3.2-4-686-pae and linux-image-686-pae
> for
> complete removal in synaptic package manager.

Can you give us a link to the quick-start guide that you are following?

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

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users