Re: [Emc-users] integrator manual

2014-07-17 Thread Philipp Burch
Thanks. But I guess I don't need to look at it any further, as your problems should be sorted out by now. Congratulations ;) Cheers, Philipp On 17.07.2014 22:28, a k wrote: > http://pastebin.com/V29PaJrC > > > On Thu, Jul 17, 2014 at 12:09 PM, Philipp Burch wrote: > >> Strange. Please try the

Re: [Emc-users] integrator manual

2014-07-17 Thread a k
http://pastebin.com/V29PaJrC On Thu, Jul 17, 2014 at 12:09 PM, Philipp Burch wrote: > Strange. Please try the following: > > 1. Uncomment the code in HAL, so that you can start LinuxCNC. > 2. While it is running (you don't need to load a file or move the axes > or anything) fire up a terminal (

Re: [Emc-users] integrator manual

2014-07-17 Thread Philipp Burch
Strange. Please try the following: 1. Uncomment the code in HAL, so that you can start LinuxCNC. 2. While it is running (you don't need to load a file or move the axes or anything) fire up a terminal (usually Ctrl+Shift+T) and paste the following command (without the $ at the beginning): $ halcmd

Re: [Emc-users] integrator manual

2014-07-17 Thread a k
It working problem was space before and after sign<= home switch are working on all axis thank you to all help aram On Thu, Jul 17, 2014 at 11:43 AM, a k wrote: > i use > > > > > # Read home switch inputs from I/O card. > net x-home-sw <= hm2_5i20.0.gpio.026.in > net y-home-sw <= h

Re: [Emc-users] integrator manual

2014-07-17 Thread a k
i use > # Read home switch inputs from I/O card. net x-home-sw <= hm2_5i20.0.gpio.026.in net y-home-sw <= hm2_5i20.0.gpio.030.in net z-home-sw <= hm2_5i20.0.gpio.034.in and this # Connect home switch nets to motion. net x-home-sw => axis.0.home-sw-in net y-home-sw => axis.1.home-sw-in net z-

Re: [Emc-users] integrator manual

2014-07-17 Thread Ed Nisley
On 07/16/2014 04:35 PM, a k wrote: > I did input >> ># Read home switch inputs from I/O card. > net x-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.026.in > net y-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.030.in > net z-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.034.in Did you change the *example* HOSTMOT2 a

Re: [Emc-users] integrator manual

2014-07-17 Thread Peter C. Wallace
On Thu, 17 Jul 2014, a k wrote: Date: Thu, 17 Jul 2014 02:12:50 -0700 From: a k Reply-To: "Enhanced Machine Controller (EMC)" To: "Enhanced Machine Controller (EMC)" Subject: Re: [Emc-users] integrator manual i found this 18.6 HostMot2 Functions ?? hm2_..read_

Re: [Emc-users] integrator manual

2014-07-17 Thread Dave Cole
I thought it always told you the line number in the file where the problem occurred. Do you have over 2000 lines in your hal file? Dave On 7/16/2014 4:35 PM, a k wrote: > I did input > >> # Read home switch inputs from I/O card. > net x-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.026.in > net y-home

Re: [Emc-users] integrator manual

2014-07-17 Thread a k
i found this 18.6 HostMot2 Functions • hm2_..read_gpio - Read the GPIO input pins only. (This function is not available on the 7i43 due to limitations of the EPP bus.) • hm2_..write_gpio - Write the GPIO control registers and output pins only. (This function is not available on the 7i43 due to li

Re: [Emc-users] integrator manual

2014-07-16 Thread a k
I did input > # Read home switch inputs from I/O card. net x-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.026.in net y-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.030.in net z-home-sw <= hm2_[HOSTMOT2](BOARD).0.gpio.034.in and this # Connect home switch nets to motion. net x-home-sw => axis.0.home-sw-in

Re: [Emc-users] integrator manual

2014-07-16 Thread Philipp Burch
Hi Aram! On 16.07.2014 21:30, a k wrote: > Hi Philipp > About > > -- -- -- > # Read home switch inputs from I/O card. > net x-home-sw <= m5i20.0.in-02 > net y-home-sw <= m5i20.0.in-06 > net z-home-sw <= m5i20.0.in-10 > > # Connect home switch nets to motion. > net

Re: [Emc-users] integrator manual

2014-07-16 Thread a k
wrote: > On Wed, 16 Jul 2014, a k wrote: > > > Date: Wed, 16 Jul 2014 11:32:33 -0700 > > From: a k > > Reply-To: "Enhanced Machine Controller (EMC)" > > > > To: "Enhanced Machine Controller (EMC)" > > > Subject: Re: [Emc-users] i

Re: [Emc-users] integrator manual

2014-07-16 Thread Peter C. Wallace
On Wed, 16 Jul 2014, a k wrote: > Date: Wed, 16 Jul 2014 12:30:48 -0700 > From: a k > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] int

Re: [Emc-users] integrator manual

2014-07-16 Thread a k
Hi Philipp About -- -- -- # Read home switch inputs from I/O card. net x-home-sw <= m5i20.0.in-02 net y-home-sw <= m5i20.0.in-06 net z-home-sw <= m5i20.0.in-10 # Connect home switch nets to motion. net x-home-sw => axis.0.home-sw-in net y-home-sw => axis.1.home-sw-

Re: [Emc-users] integrator manual

2014-07-16 Thread Peter C. Wallace
On Wed, 16 Jul 2014, Peter C. Wallace wrote: > Date: Wed, 16 Jul 2014 11:42:23 -0700 (PDT) > From: Peter C. Wallace > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] integrator manu

Re: [Emc-users] integrator manual

2014-07-16 Thread Philipp Burch
Hi Aram! On 16.07.2014 20:32, a k wrote: > my machine wired --x home (m5i20.0.in-02) pin 02 > y home pin 06 > z home pin 10 > > should i physically rewire all to pin 25 > or i can redirect pins 02 06 and 10 to pin 25? > If those pins are all inputs, then you don't need to rewire anything. Pin 2

Re: [Emc-users] integrator manual

2014-07-16 Thread Peter C. Wallace
On Wed, 16 Jul 2014, a k wrote: > Date: Wed, 16 Jul 2014 11:32:33 -0700 > From: a k > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] integrator manual > > my machine wired --x

Re: [Emc-users] integrator manual

2014-07-16 Thread a k
my machine wired --x home (m5i20.0.in-02) pin 02 y home pin 06 z home pin 10 should i physically rewire all to pin 25 or i can redirect pins 02 06 and 10 to pin 25? On Tue, Jul 15, 2014 at 3:29 PM, Dave Cole wrote: > Yes... > > Doing that is very common on small machines. > > Dave > > On 7/15

Re: [Emc-users] integrator manual

2014-07-15 Thread Dave Cole
Yes... Doing that is very common on small machines. Dave On 7/15/2014 5:26 PM, a k wrote: > to be sure --HOME_SEQUENCE 0|1|2|3 > 0|1|2|3- this set sequence for axis? > like 0-x first, 1-y second etc? > > > On Tue, Jul 15, 2014 at 2:16 PM, Gene Heskett wrote: > >> On Tuesday 15 July 20

Re: [Emc-users] integrator manual

2014-07-15 Thread a k
to be sure --HOME_SEQUENCE 0|1|2|3 0|1|2|3- this set sequence for axis? like 0-x first, 1-y second etc? On Tue, Jul 15, 2014 at 2:16 PM, Gene Heskett wrote: > On Tuesday 15 July 2014 15:38:42 a k did opine > And Gene did reply: > > about code > > from hal > > > > > > net home-switch <

Re: [Emc-users] integrator manual

2014-07-15 Thread a k
about 3.9. HOME_SEQUENCE the single way - wiring to one pin can be done if there will be enforced sequence --- first home X, second home Y and third home Z. To guaranty that one axis at the any given moment can be homed if so than how do that? option only 0 and 1 how to mark each axis - there are

Re: [Emc-users] integrator manual

2014-07-15 Thread Gene Heskett
On Tuesday 15 July 2014 15:38:42 a k did opine And Gene did reply: > about code > from hal > > > net home-switch <= hm2_[HOSTMOT2](BOARD).0.gpio.025.in_not > net home-switch => axis.0.home-sw-in > net home-switch => axis.1.home-sw-in > net home-switch => axis.2.home-sw-in > //

Re: [Emc-users] integrator manual

2014-07-15 Thread John Thornton
http://www.linuxcnc.org/docs/2.6/html/config/ini_homing.html#_home_is_shared On 7/15/2014 2:38 PM, a k wrote: > about code > from hal > > > net home-switch <= hm2_[HOSTMOT2](BOARD).0.gpio.025.in_not > net home-switch => axis.0.home-sw-in > net home-switch => axis.1.home-sw-in > net home-switch =>

Re: [Emc-users] integrator manual

2014-07-15 Thread Philipp Burch
Hi Aram! On 15.07.2014 21:38, a k wrote: > about code > from hal > > > net home-switch <= hm2_[HOSTMOT2](BOARD).0.gpio.025.in_not > net home-switch => axis.0.home-sw-in > net home-switch => axis.1.home-sw-in > net home-switch => axis.2.home-sw-in > / > interes

Re: [Emc-users] integrator manual

2014-07-15 Thread a k
about code from hal net home-switch <= hm2_[HOSTMOT2](BOARD).0.gpio.025.in_not net home-switch => axis.0.home-sw-in net home-switch => axis.1.home-sw-in net home-switch => axis.2.home-sw-in / interesting explanation about pin connection each of the three

Re: [Emc-users] integrator manual

2014-07-15 Thread Gene Heskett
On Tuesday 15 July 2014 10:03:52 Ed Nisley did opine And Gene did reply: > > I M does not shows any working sample > > Here's how I did it for my little Sherline mill... > > Modify the Sherline control box to accept the wiring. This is an > example for the tool length probe line, but the same thi

Re: [Emc-users] integrator manual

2014-07-15 Thread Ed Nisley
> I M does not shows any working sample Here's how I did it for my little Sherline mill... Modify the Sherline control box to accept the wiring. This is an example for the tool length probe line, but the same thing happened for the home switch input: http://softsolder.com/2010/04/11/sherline-t

Re: [Emc-users] integrator manual

2014-07-15 Thread John Thornton
Aram, Big Picture: home switch connect home pin IM detail much problem cause try Mach agenda none On 7/14/2014 4:36 PM, a k wrote: >want to address to those who put together --integrator manual--I M > > > > i search in it for home homing - and I M provides only separate blocks and > never

[Emc-users] integrator manual

2014-07-14 Thread a k
want to address to those who put together --integrator manual--I M i search in it for home homing - and I M provides only separate blocks and never show main plan - skeleton to where need to add those building blocks. I M does not shows any working sample - like for homing -- as an example

Re: [Emc-users] Integrator manual

2010-03-25 Thread Alex Joni
: Thursday, March 25, 2010 3:06 PM Subject: Re: [Emc-users] Integrator manual > Can all please take note: the Integrators (pdf) manual link on the main > linuxcnc.org website is out of date. > > The latest manual is at linuxcnc.org/docs/devel/. It has the latest info > on > Hos

Re: [Emc-users] Integrator manual

2010-03-25 Thread Rudy du Preez
Can all please take note: the Integrators (pdf) manual link on the main linuxcnc.org website is out of date. The latest manual is at linuxcnc.org/docs/devel/. It has the latest info on Hostmot2 for instance. Rudy __ Information from ESET Smart Security, version of virus signature data