Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-15 Thread Mark Wendt
On Sun, Sep 14, 2014 at 3:29 PM, Marius Alksnys marius.alks...@gmail.com wrote: I strongly disagree with you from two points of view: 1. freedom - the component is great and it would be even greater with a bit more freedom. 2. In my opinion, control has to be fast and simple. And user /

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-15 Thread John Alexander Stewart
Mark, et al: On Mon, Sep 15, 2014 at 5:12 AM, Mark Wendt wendt.m...@gmail.com wrote: Buttons? We don't need no steenkin' buttons! Increment, decrement, all on one knob. ;-) http://www.automationtechnologiesinc.com/products-page/mpgs/mpg2-pendant I have one of these connected to one of

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-15 Thread Mark Wendt
On Mon, Sep 15, 2014 at 7:47 AM, John Alexander Stewart ivatt...@gmail.com wrote: Mark, et al: On Mon, Sep 15, 2014 at 5:12 AM, Mark Wendt wendt.m...@gmail.com wrote: Buttons? We don't need no steenkin' buttons! Increment, decrement, all on one knob. ;-)

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-14 Thread Marius Alksnys
I strongly disagree with you from two points of view: 1. freedom - the component is great and it would be even greater with a bit more freedom. 2. In my opinion, control has to be fast and simple. And user / customer is always right. At least almost. And when he brakes something due to what he

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-14 Thread Dewey Garrett
ok -- i updated git master to add a pin: xhc-hb04.stepsize-down I investigated adding arbitrary sequences but the display only seems to support certain numbers displayed in the increment position. So, I also added a few additional sequences. Details at:

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-14 Thread Pete Matos
Nice thanks man I don't have the pendant just yet but I plan to get one as soon as I can swing one. Hopefully soon. It's something I have been wanting for the vmc for awhile now. Appreciate your work on implementation into Linux cnc. Peace Pete On Sunday, September 14, 2014, Dewey Garrett

[Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Marius Alksnys
XHC HB04 pendant has hal pin step-up, while it is more convienient way to approach some position by stepping increment down. How to change this? -- Want excitement? Manually upgrade your production database. When you

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread David Armstrong
the only reference i can find to stepsize is in the ini step= xhc-hb04.stepsize-up i cannot find a reference to stepsize in either of the tcl files either , i dont think it's going to be as easy as changing to stepsize-down so we shall await Dewey's thoughts On 13 September 2014

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Pete Matos
This Pendant looks very promising and I am pleased to find that the LinuxCNC Gods have smiled upon it and tried to integrate it. I am wondering how you guys find the quality of this unit. I am also wondering about the wireless nature of the unit. Do you find it works pretty well immediately etc?

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread David Armstrong
the only difference is in the wireless , other than that they are identical iv'e had mine for about 6 weeks ( hb04 ) and it works fine . given one niggle , the update of the lcd can at times , be slightly delayed but give it half a sec to settle and it's fine . iv'e not had any problems , the

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Pete Matos
Dave, Thank you for the review of the pendant. Can you clarify the comment about the indent click? What do you mean here. MPG's all have clicks that determine the step what do you mean indent click? what features other than just axis select, step distance select and MPG movement have you

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread David Armstrong
Pete, no the unit is quite solid , like i said as far as the indent click it's probably because i'm used to the more expensive MPG's , it's fine the unit switches on by the silver button as a precaution more of a inbuilt safety , the unit is configurable so if you want to make a button do anything

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Pete Matos
excellent thanks for the detailed information.. Pete On Sat, Sep 13, 2014 at 11:10 AM, David Armstrong cncbas...@gmail.com wrote: Pete, no the unit is quite solid , like i said as far as the indent click it's probably because i'm used to the more expensive MPG's , it's fine the unit

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Dewey Garrett
XHC HB04 pendant has hal pin step-up, while it is more convienient way to approach some position by stepping increment down. The hal component (src/hal/components/xhc-hb04.cc) provides hal pins for button-step (output) and stepsize-up (input) that are conventionally connected with the signal

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Pete Matos
Agreed that sounds like the right approach to me. Does it reference the step settings we have in hal or does it override them for those that you spec'd in that posting? I have only .01, .001, and .0001 right now and honestly I like that simply because of the speed in transitioning thru the

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Dewey Garrett
There are example configs for the xhc-hb04 (linuxcnc 2.6) in configs/sim/axis/xhc-hb04 Some overall documentaion (same as provided using the config picker):