[Emc-users] OT: motor usage

2018-10-02 Thread Roland Jollivet
Hi All

I have had this monster servo motor (and drive) collecting dust for a few
years, and still trying to figure out a use for it.
If only the speed was a lot higher, it would be an awesome spindle motor
for rigid tapping.
It has an encoder and brake on it.

Anyone got any novel ideas on what to use it for? Probably the best bet is
to exchange/sell it.

motor label:
http://imgbox.com/DXq54jnd

matchbox is for scale;
http://imgbox.com/uC6Q18mb

Regards
Roland




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] using Screw Comp file are values interpolated question

2018-10-02 Thread Jon Elson

On 10/02/2018 06:24 PM, robert - Innovative-RC wrote:
Does any one know if the points inbetween nominal values 
are interpolated or not in a screw comp table?


ie if i have 10mm nominal and 20mm nominal with correction 
values. would say 15mm travel become an interpolated value 
for screw comp?



Yes, the correction is interpolated between specified points 
in the comp table.


Jon


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] using Screw Comp file are values interpolated question

2018-10-02 Thread robert - Innovative-RC
Does any one know if the points inbetween nominal values are 
interpolated or not in a screw comp table?


ie if i have 10mm nominal and 20mm nominal with correction values. would 
say 15mm travel become an interpolated value for screw comp?



i had a look in motion.c , control.c and command.c

but i was unable to decide for my self maybe someone thats more able to 
read and understand the code can tell me for sure.


i did see a slope value get worked out in command.c

/* calculate slopes from previous entry to the new one */


thanks, rob



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] QtDro Qt5 c++ upgrade/study need help for two error

2018-10-02 Thread Przemek Klosowski
On Tue, Oct 2, 2018 at 12:30 PM theman whosoldtheworld
 wrote:
>
> I'm trying to study QtDro and upgrade to the new QT5.11 both in the
> linking library version
> and in the included library version.
>
> Unfortunately I run into two errors that I can not understand:
>
> -1- Inifile inifile; -> inifile is not declared in these scope ... why?
> -2- EMC_NMLFILE is not declared in this scope ... why?

I am not familiar with this software, but just on general principle,
you are missing the definitions of the type/class Infiile and the
defined symbol EMC_NMLFILE.
what I'd do is find where they are---e.g.
grep -r EMC_NMLFILE ~
Hopefully this will find the files that define them, and then you'll
just add them to the compile options. Not LIBS though---it probably
should be something like INCLUDES or some such.

>
> in my .pro file I add the right
> LIBS += home/mypc/linuxcnc-dev/include
> LIBS += home/mypc/linuxcnc-dev/src
> LIBS += home/mypc/linuxcnc-dev/lib ... etc etc
>
> so the library and class added in #incluse become from righ path
>
>  ...
>
>
>
> thanks for every suggest
> bkt
>
>
> https://drive.google.com/open?id=1c6NW9mQN2ypxXtPiCujofYd6zO2SUpnm
> https://drive.google.com/open?id=1pvjWwnKTr2xjkY8OTMTlUUkBJsczP2QH
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] QtDro Qt5 c++ upgrade/study need help for two error

2018-10-02 Thread theman whosoldtheworld
I'm trying to study QtDro and upgrade to the new QT5.11 both in the
linking library version
and in the included library version.

Unfortunately I run into two errors that I can not understand:

-1- Inifile inifile; -> inifile is not declared in these scope ... why?
-2- EMC_NMLFILE is not declared in this scope ... why?

in my .pro file I add the right
LIBS += home/mypc/linuxcnc-dev/include
LIBS += home/mypc/linuxcnc-dev/src
LIBS += home/mypc/linuxcnc-dev/lib ... etc etc

so the library and class added in #incluse become from righ path

 ...



thanks for every suggest
bkt


https://drive.google.com/open?id=1c6NW9mQN2ypxXtPiCujofYd6zO2SUpnm
https://drive.google.com/open?id=1pvjWwnKTr2xjkY8OTMTlUUkBJsczP2QH

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users