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

2017-06-13 Thread theman whosoldtheworld
if you use your robot as ordinary probabily is not a good solution ... but if you use a group of robot as machinery and if the pilot of this group of robots is a user ... then that makes sense. Any how i start my homework next mouth ... I'll send you updates on which I can work/talk. bkt

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

2017-06-13 Thread Nicklas Karlsson
I also have a few robots, ordinary 6 axes. It must make sense to run the robots without an ordinary GUI, connect remotely with a GUI then programming. 2017-06-13 9:09 GMT+02:00 theman whosoldtheworld : > @Niklas robots is the first candidate in my case Also because

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

2017-06-13 Thread theman whosoldtheworld
@Niklas robots is the first candidate in my case Also because with linuxcnc more than 9 axes you can not drive ... @Chris ... real Good Job. bkt 2017-06-12 20:09 GMT+02:00 Nicklas Karlsson : > On Mon, 12 Jun 2017 18:22:07 +0200 > theman whosoldtheworld

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

2017-06-12 Thread Chris Morley
probably put it in master soon... Chris m From: andy pugh <bodge...@gmail.com> Sent: June 12, 2017 9:26 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] c++ gui module On 11 June 2017 at 22:19, theman whosoldtheworld <bleachk...@gmail.c

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

2017-06-12 Thread Nicklas Karlsson
On Mon, 12 Jun 2017 18:22:07 +0200 theman whosoldtheworld wrote: > I have already seen the repository, it can be a way to get to know better > but pyqt is not qt c++ ... it does not change much to use py or pyqt > ... said this is a great job. > > Any how my intention

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

2017-06-12 Thread theman whosoldtheworld
I have already seen the repository, it can be a way to get to know better but pyqt is not qt c++ ... it does not change much to use py or pyqt ... said this is a great job. Any how my intention is not to make a classic gui for Lcnc local machine ... I find thay in local pc Lcnc is perfect as

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

2017-06-12 Thread andy pugh
On 11 June 2017 at 22:19, theman whosoldtheworld wrote: > As you said, me too I try is little bit hard use qt c++ program instead > Lcnc c/c++ for driving servos machines > Not 100% relevant to this discussion, but related: There has been some work done on integrating QT

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

2017-06-12 Thread theman whosoldtheworld
thanks.. bkt 2017-06-12 0:47 GMT+02:00 Nicklas Karlsson : > I read and it mostly seems to be about security. Realtime scheduling make > sense for every task which is periodic or may be treated as a periodic > task. A really good example is a serial receive buffer

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

2017-06-11 Thread Nicklas Karlsson
On Sat, 10 Jun 2017 22:48:47 +0200 theman whosoldtheworld wrote: > ... thanks for your advice ... but there are 3-4 solution for these things > > But at present I am more concerned with understanding the use of various > Lcnc files than any other. The lcnc files are a

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

2017-06-10 Thread Nicklas Karlsson
On Sat, 10 Jun 2017 22:48:47 +0200 theman whosoldtheworld wrote: > ... thanks for your advice ... but there are 3-4 solution for these things > > For general information, QT5.9 has been released in recent weeks with > security rt operations certified to European

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

2017-06-10 Thread Nicklas Karlsson
On Sat, 10 Jun 2017 22:48:47 +0200 theman whosoldtheworld wrote: > ... thanks for your advice ... but there are 3-4 solution for these things > > But at present I am more concerned with understanding the use of various > Lcnc files than any other. > For general

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

2017-06-10 Thread theman whosoldtheworld
sorry : certifiable instad certified terms errore. btk 2017-06-10 22:48 GMT+02:00 theman whosoldtheworld : > ... thanks for your advice ... but there are 3-4 solution for these things > > But at present I am more concerned with understanding the use of various >

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

2017-06-10 Thread theman whosoldtheworld
... thanks for your advice ... but there are 3-4 solution for these things But at present I am more concerned with understanding the use of various Lcnc files than any other. For general information, QT5.9 has been released in recent weeks with security rt operations certified to European

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

2017-06-09 Thread Nicklas Karlsson
> 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 ... If you work with hardware SPI might

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

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

2017-06-07 Thread Jeff Epler
> RCS_STAT_CHANNEL *c = > new RCS_STAT_CHANNEL(emcFormat, "emcStatus", "xemc", file); The parameter "xemc" here is a mostly-meaningless string that needs to match the "name" column of an "emcStatus" line in the linuxcnc.nml file. You can think of it as just meaning "the standard name

[Emc-users] c++ gui module

2017-06-07 Thread theman whosoldtheworld
hi, into /home/linuxcnc-dev/src/emc/usr_intf/axis/extension ... i read these: static int Stat_init(pyStatChannel *self, PyObject *a, PyObject *k) { char *file = get_nmlfile(); if(file == NULL) return -1; RCS_STAT_CHANNEL *c = new RCS_STAT_CHANNEL(emcFormat, "emcStatus",