6 wires. Looks like a normal 3 phase motor terminal block but windings 
differ.Thanks Andy


Sent from my Samsung device

-------- Original message --------
From: [email protected] 
Date: 19/07/2017  18:27  (GMT+02:00) 
To: [email protected] 
Subject: Emc-users Digest, Vol 135, Issue 59 

Send Emc-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/emc-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Emc-users digest..."


Today's Topics:

   1. NML communication (Nicklas Karlsson)
   2. Re: NML communication (Sebastian Kuzminsky)
   3. Re: NML communication (Nicklas Karlsson)
   4. Hermle spindle motor (Johann Beukes)
   5. LinuxCNC 2.7.10 is out (Sebastian Kuzminsky)
   6. Re: Hermle spindle motor (andy pugh)


----------------------------------------------------------------------

Message: 1
Date: Wed, 19 Jul 2017 16:26:50 +0200
From: Nicklas Karlsson <[email protected]>
To: [email protected]
Subject: [Emc-users] NML communication
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII

I have arrived at a point there I am starting to think about splitting linuxcnc 
in two, one for real time and the other for GUI. I know it have been up before 
not to long time ago. I guess move EMCMOT and below is what I start with but 
EMCTASK I am a little bit unsure about. 

Do anybody have experience of suggestions for this?


Nicklas Karlsson



------------------------------

Message: 2
Date: Wed, 19 Jul 2017 08:47:57 -0600
From: Sebastian Kuzminsky <[email protected]>
To: "Enhanced Machine Controller (EMC)"
        <[email protected]>
Subject: Re: [Emc-users] NML communication
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed

On 07/19/2017 08:26 AM, Nicklas Karlsson wrote:
> I have arrived at a point there I am starting to think about
> splitting linuxcnc in two, one for real time and the other for GUI. I
> know it have been up before not to long time ago. I guess move EMCMOT
> and below is what I start with but EMCTASK I am a little bit unsure
> about.
>
> Do anybody have experience of suggestions for this?

LinuxCNC already is split this way, though in practice almost(?) 
everyone runs the realtime part and the non-realtime part on the same 
machine.

This diagram shows where the realtime/non-realtime split is:

http://linuxcnc.org/docs/2.7/html/code/code-notes.html#_architecture_overview

That diagram is a little outdated; it is from before HAL.

HAL spans the divide and lets realtime and non-realtime components talk 
to each other easily.

HAL is currently not network-transparent, so components on one computer 
can't make HAL net connections to components on a different computer. 
This may or may not be an obstacle for your use case.


-- 
Sebastian Kuzminsky



------------------------------

Message: 3
Date: Wed, 19 Jul 2017 17:47:59 +0200
From: Nicklas Karlsson <[email protected]>
To: "Enhanced Machine Controller \(EMC\)"
        <[email protected]>
Subject: Re: [Emc-users] NML communication
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII

> ...
> HAL spans the divide and lets realtime and non-realtime components talk 
> to each other easily.
> 
> HAL is currently not network-transparent, so components on one computer 
> can't make HAL net connections to components on a different computer. 
> This may or may not be an obstacle for your use case.

It is an obstacle since I intend to put them on different computers.


Nicklas Karlsson



------------------------------

Message: 4
Date: Wed, 19 Jul 2017 18:10:12 +0200
From: Johann Beukes <[email protected]>
To: [email protected]
Subject: [Emc-users] Hermle spindle motor
Message-ID:
        <CALoPu-RtOVhw0Y=i+ukgwakspzogbt2+kqetqfwm7knpuif...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Hi Guys
I have a Hermle milling machine in the refurb process. I battle with the
vertical spindle motor wiring as the windings give weird readings. Must be
a two or 3 speed motor. Can someo e help me please?
Thanks


------------------------------

Message: 5
Date: Wed, 19 Jul 2017 10:17:24 -0600
From: Sebastian Kuzminsky <[email protected]>
To: "Enhanced Machine Controller (EMC)"
        <[email protected]>,      EMC developers
        <[email protected]>
Subject: [Emc-users] LinuxCNC 2.7.10 is out
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

LinuxCNC 2.7.10 is out.  This one's a relatively boring stable release.
A few minor bugs have been fixed, but the real highlights are:

   * full support for Debian Stretch (uspace realtime with RT-Preempt)
   * support for Mesa 7i93 Hostmot2 Ethernet board
   * support for Huanyang GT-series VFDs


Thanks to the folks who contributed patches and fixes for this release:

   * Andy Pugh
   * Jeff Epler
   * John Thornton
   * Norbert Schechner
   * Sebastian Kuzminsky


And of course, as always, thanks to everyone helping
out in the forums, mailing list, and on IRC,
and to everyone who took the time to open
issues on github.


The full changelog:

   * docs: document [EMCMOT]COMM_TIMEOUT
   * docs: teach buildsystem to generate manpages from asciidoc source
   * docs: add info about the Touchy radio buttons
   * docs: improve some hm2_bspi manpages

   * gmoccapy: added Num_Pad jogging
   * image-to-gcode: work around gratuitous breakage in PIL

   * GladeVCP: don't exit if CombiDRO fails to poll status

   * hy_vfd: add --motor-poles, to set PD143
   * hy_vfd: add --base-frequency to set PD004 on the VFD
   * hy_vfd: document PD004/base-freq better in the manpage
   * hy_vfd: fix some typos in --help output and comments

   * add a driver for the Huanyang GT series VFD

   * hm2_eth: add support for Mesa 7i93 AnyIO ethernet board
   * hm2_sserial: Fix a bug where the second port would not work if the
       first was disabled

   * gcodemodule: make interp really close part program
   * pluto: use rtapi's fabs() instead of the kernel's abs()
   * steptest: don't change position-cmd when not running

   * uspace: find top online CPU

   * tests: make timeouts simpler & smarter in halui/jogging test

   * build: fix building linuxcnc.1 when docs not requested
   * build: don't fail when requested not to build documentation
   * build: ensure asciidoc manpages are built before checklink is run
   * build: build-depend on asciidoc-dblatex on debian stretch
   * build: on Debian Stretch and newer, depend on gstreamer 1.0
   * build: add debian/configure stanza for debian stretch
   * build: rename the GS2 VFD Makefile variables for clarity


-- 
Sebastian Kuzminsky



------------------------------

Message: 6
Date: Wed, 19 Jul 2017 17:26:13 +0100
From: andy pugh <[email protected]>
To: "Enhanced Machine Controller (EMC)"
        <[email protected]>
Subject: Re: [Emc-users] Hermle spindle motor
Message-ID:
        <can1+yzwp73oqy0sr5p+ogcfcwcorgkohxhzf3ndocdgjspu...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

On 19 July 2017 at 17:10, Johann Beukes <[email protected]> wrote:

> I have a Hermle milling machine in the refurb process. I battle with the
> vertical spindle motor wiring as the windings give weird readings. Must be
> a two or 3 speed motor. Can someo e help me please?

How many wires?

Does it appear to match any of these diagrams?
http://www.practicalmachinist.com/vb/transformers-phase-converters-and-vfd/multi-speed-motor-connections-102289/

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

------------------------------

Subject: Digest Footer

_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users


------------------------------

End of Emc-users Digest, Vol 135, Issue 59
******************************************
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to