Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-26 Thread theman whosoldtheworld
thanks for your feedback ... but my intention is only use part of code of xemc for create my own gui in c++. Not shure for use xemc stand alone. Actually I have some success on my code ... but thanks for the advice. regards bkt Il giorno lun 17 set 2018 alle ore 16:36 Kurt Jacobson < kurtcjacob..

Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-17 Thread Kurt Jacobson
The problem you will run into trying to use xemc on 2.8 is that it does not support the separation of joint/axes. I believe it was removed because it was deemed not worth the effort to update. Cheers, Kurt On Sep 10 2018, at 1:26 pm, theman whosoldtheworld wrote: > > yes is pyton all new gui .

Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-10 Thread theman whosoldtheworld
yes is pyton all new gui my choice about c++ qt gui, is because not know python ... and unfortunately not have the time to study it ... but in your opinion if copy/paste the old xemc.cc and related file it run on 2.7/2.8 master ?? Il giorno lun 10 set 2018 alle ore 15:37 andy pugh ha scritto

Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-10 Thread andy pugh
On Mon, 10 Sep 2018 at 14:23, theman whosoldtheworld wrote: > but ... The big question before to start ... Is there any reason, which I > do not see now, so it is not recommended to use xemc as a basis for my > project?? If it is closer to what you intend than any existing UI then it might be a

Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-10 Thread theman whosoldtheworld
Sorry you are in right IS MY ERROR the right file is emccfg.h and emcglb.h and nml_io.hh so i find it on my linuxcnc-dev folder ... Real sorry Not copy the xemc.cc fine in 2.8 Lcnc yet and so not test it but as I see all these file is the same to the last 2.6 version (when xemc was a

Re: [Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-10 Thread andy pugh
On Sat, 8 Sep 2018 at 09:30, theman whosoldtheworld wrote: > in my linuxcnc-dev folder not found : emcglb.hh, emccfg.hh, nml_io.hh only Are you sure about the first two? I can find emcglb.h and emccfg.h but not the .hh xemc.cc references the .h files. nml_io.hh is in src/libnml/nml/nml_oi.hh -

[Emc-developers] xemc not supported from 2.7 ... but can run on 2.7/2.8?? why not?

2018-09-08 Thread theman whosoldtheworld
Fron long time I search for time to study better exchange signal from NML to gui for make my own GUI on c++ QT5 or QML java I have some instructions from Sebastian Kuminzky (very thanks) but at leas I have no time to study and develop these things. Recentely I have some time and i study xemc.c