[Emc-developers] halcompile error /usr/bin/x86_64-linux-gnu-ld: cannot find -lieee

2018-05-13 Thread Curtis Dutton
I'm encountering this error while trying to halcompile a user component. Branch: Master Running in place Currently on Ubuntu 18.04 LTS Even trying to compile rand.comp example from the halcompiler documentation gives me this error. Curiously I can run halcompile rand.comp then halcompile

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread Gene Heskett
On Sunday 13 May 2018 17:33:44 andy pugh wrote: > On 13 May 2018 at 19:43, Gene Heskett wrote: > > But I've forgotten how to get the reciprocal out of a mult2! > > You need to use the "invert" function to get a reciprocal. This is at the output of the mult2? Exactly what

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread andy pugh
On 13 May 2018 at 19:43, Gene Heskett wrote: > But I've forgotten how to get the reciprocal out of a mult2! You need to use the "invert" function to get a reciprocal. I keep considering making an arbitrary-maths function. -- atp "A motorcycle is a bicycle with a

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread Gene Heskett
On Sunday 13 May 2018 12:24:50 Gene Heskett wrote: > On Sunday 13 May 2018 11:08:13 andy pugh wrote: > > On 13 May 2018 at 14:21, Gene Heskett wrote: > > > how do I get a #defined numerical > > > value into hal to be used as the scale modules .gain input? > > > > M67 or M68

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread Gene Heskett
On Sunday 13 May 2018 11:08:13 andy pugh wrote: > On 13 May 2018 at 14:21, Gene Heskett wrote: > > how do I get a #defined numerical > > value into hal to be used as the scale modules .gain input? > > M67 or M68 Thanks Andy. Reading up on them now, but are there some

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread Gene Heskett
On Saturday 12 May 2018 14:04:27 Gene Heskett wrote: > Greetings all; > > Ping! Or is this not possible? > > contains the value of "k" as in the g33.1's k? I'd assume the initial > code scan as the g-code is loaded, records that k someplace. > > I am, if I can obtain that value, going to expand

Re: [Emc-developers] What numbered variable in the #5000 range ...

2018-05-13 Thread Gene Heskett
On Saturday 12 May 2018 14:04:27 Gene Heskett wrote: > Greetings all; > > Ping! Or is this not possible? > > contains the value of "k" as in the g33.1's k? I'd assume the initial > code scan as the g-code is loaded, records that k someplace. > > I am, if I can obtain that value, going to expand