Re: [Emc-users] c++ gui module

2017-06-08 Thread theman whosoldtheworld
Sebastian thanks a lot Niklas sorry not understand very well with Lcnc I have just run some scara, delta and antrophomorphic 6ax robot ... my first step is ok. Now I plan to make a good non Gui rt-ethernet or some field bus rt interface + a multiple machine control Gui interface ... qt5

Re: [Emc-users] c++ gui module

2017-06-08 Thread theman whosoldtheworld
Yes, these is a big help ... thanks bkt 2017-06-08 20:08 GMT+02:00 Sebastian Kuzminsky : > On 06/08/2017 06:44 AM, theman whosoldtheworld wrote: > >> So these is the basic struct for realize a non gui interface ... I think >> the emcmodule.cc file is the basic basic approach.

Re: [Emc-users] c++ gui module

2017-06-08 Thread Nicklas Karlsson
> # Use this NML config on the computer running the realtime parts of emc2 > # in a networked system. The host address should point to the computer > # running the GUI (although this is not critical). > # Change the NML_FILE in emc.ini to server.nml. > # Start emc2 normally, and then run the GUI

Re: [Emc-users] c++ gui module

2017-06-08 Thread Sebastian Kuzminsky
On 06/08/2017 06:44 AM, theman whosoldtheworld wrote: So these is the basic struct for realize a non gui interface ... I think the emcmodule.cc file is the basic basic approach. Is my thinking correct? (these code become from emcmodule.cc) struct CIniFile { IniFile *i; }; struct

Re: [Emc-users] c++ gui module

2017-06-08 Thread theman whosoldtheworld
# Use this NML config on the computer running the realtime parts of emc2 # in a networked system. The host address should point to the computer # running the GUI (although this is not critical). # Change the NML_FILE in emc.ini to server.nml. # Start emc2 normally, and then run the GUI client. so

Re: [Emc-users] c++ gui module

2017-06-08 Thread Jeff Epler
[on editing .nml files and using "REMOTE" shared memory segments] Hardly anyone does this sort of thing in practice, so changing the .nml file in this way is "untested at best". You may end up debugging code you're not really interested in debugging. However, in our master branch,

Re: [Emc-users] c++ gui module

2017-06-08 Thread theman whosoldtheworld
Thanks Jeff. so I can modify linuxcnc.nml (37-38-39 row) in these manner: P myUI emcCommand LOCAL localhost W 0 10.00 10 P myUI emcStatus LOCAL localhost R 0 10.00 10 P myUI emcError LOCAL