Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread Danny Miller
I'm a bit confused. How do you get branched versions, and which one? When you say "something other than", is this a branch from 2.7.4 PRTK? I can't use a non-PRTK branch here. Danny On 3/31/2016 11:13 AM, dan...@austin.rr.com wrote: > But wouldn't that break the ability to home the gantry's

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread Danny Miller
com> > To: Enhanced Machine Controller (EMC) <emc-users@lists.sourceforge.net> > Cc: Dewey Garrett <dgarr...@panix.com> > Sent: Thursday, March 31, 2016 10:13 AM > Subject: Re: [Emc-users] XHC-HB04 on LinuxCNC > > But wouldn't that break the abili

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread Gregg Eshelman
t;dan...@austin.rr.com" <dan...@austin.rr.com> To: Enhanced Machine Controller (EMC) <emc-users@lists.sourceforge.net> Cc: Dewey Garrett <dgarr...@panix.com> Sent: Thursday, March 31, 2016 10:13 AM Subject: Re: [Emc-users] XHC-HB04 on LinuxCNC But wouldn't that break the abilit

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread andy pugh
On 31 March 2016 at 17:13, wrote: > But wouldn't that break the ability to home the gantry's sides independently? No. Read the manpage. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses,

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread dannym
But wouldn't that break the ability to home the gantry's sides independently? That's a huge problem. The gantry isn't going to align itself. A relevant point of the context here is this is going into a community shop, with a constant stream of new users with very limited supervision. So

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread andy pugh
On 31 March 2016 at 16:34, wrote: > Pardon my ignorance, but what does "branch" mean here? I have LinuxCNC 2.7.4 > with Preempt-RT kernel support. Would this mean going with something other > than that? Yes, it would mean going with a development version of LinuxCNC

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread dannym
Pardon my ignorance, but what does "branch" mean here? I have LinuxCNC 2.7.4 with Preempt-RT kernel support. Would this mean going with something other than that? That's a nonstarter. Danny Dewey Garrett wrote: > As mentioned, you might want to try the

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread Dewey Garrett
As mentioned, you might want to try the joints_axes12 branch. (See below for example xyzx sim configurations in joints_axes12.) All recent mainline branches (e.g., 2.6.x, 2.7.x, master) support JOG_CONT and JOG_INCR modes as used by 1) the axis gui for keyboard jogging and 2) halui pins with

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-30 Thread Sebastian Kuzminsky
On 03/30/2016 05:04 PM, andy pugh wrote: > On 30 March 2016 at 10:12, andy pugh wrote: > >> joints_axes is probably the best solution, but you could try: > > Just as confirmation that joints_axes12 allows world-mode jogging: >

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-30 Thread andy pugh
On 30 March 2016 at 10:12, andy pugh wrote: > joints_axes is probably the best solution, but you could try: Just as confirmation that joints_axes12 allows world-mode jogging: http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commitdiff;h=55440f8 But in your situation the

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-30 Thread andy pugh
On 30 March 2016 at 08:00, Danny Miller wrote: > Huh... XHC jogging doesn't work for the unlinked Y or Z axes though. It's a non-trivial kinematics / World-mode limitation, nothing to do with linked axes as such. > Yes I do have independent homing switches to avoid the

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-30 Thread Danny Miller
Huh... XHC jogging doesn't work for the unlinked Y or Z axes though. Yes I do have independent homing switches to avoid the "racking" problem. The gantry moves just find with G-codes and keyboard jog and +/- in World Mode. I'm confused how XHC could be any different. Danny On 3/29/2016 4:49

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-29 Thread andy pugh
On 29 March 2016 at 07:34, Danny Miller wrote: > 1. xhc has no effect in World mode at all. Either the XYZ page or when > you select MDI Which version of LinuxCNC are you using? In 2.7 incremental jogging (which I think includes wheel jogging) is not supported, as

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-29 Thread Danny Miller
OK, what I have is: 1. xhc LCD reads coords 2. xhc moves axes slowly in Joint mode, the selector knob sets the axes. What doen't work: 1. xhc has no effect in World mode at all. Either the XYZ page or when you select MDI. 2. The step speed has no effect even when it does step, in Joint

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread andy pugh
On 28 March 2016 at 16:11, wrote: > > So it is only possible to include one .hal file? No, you can have several. They should be listed in the [HAL] section of your INI file. http://linuxcnc.org/docs/2.7/html/config/ini-config.html#_hal_section The error sounds like you

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread dannym
What's this stuff about "missing wires"?I'm a bit confused what it's trying to use that isn't part of a basic config. So it is only possible to include one .hal file? I have one already obviously, then the XHC instructions say to include this xhc_hb04.hal file, which threw an error

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread Sebastian Kuzminsky
On 03/28/2016 01:20 AM, Danny Miller wrote: > Anyhow, trying to get it to work on 2.7.4, using > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Using_A_XHC-HB04_Wireless_MPG_Pendant There's a sample config shipped with 2.7.4, called sim/axis/xhc-hb04. Give that a try, then read the config to see how

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread John Alexander Stewart
Danny, have one, have homing, zeroing axes, GOTO zero, manual spindle machining spindle and feed speeds. Not near machine ATM, but can send config files if you wish later. Keep at it, it works well with linuxcnc --

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread andy pugh
On 28 March 2016 at 08:20, Danny Miller wrote: > Had the problem where HOME_SEQUENCE isn't specified, ok. > > I did get a LOT of errors about pins either conflicting or not > existing. I'm confused but commented line after line out. Every time you comment-out a line you

[Emc-users] XHC-HB04 on LinuxCNC

2016-03-28 Thread Danny Miller
I do like this pendant. I used it under Mach3 with mixed success- it was essential to have SOMETHING on a large router where you're away from the keyboard, but it was kind of a mess the way it responded (and the driver was closed-source). Anyhow, trying to get it to work on 2.7.4, using