Re: [Emc-users] remote-halui.cc

2017-09-28 Thread theman whosoldtheworld
the previous my mail ... start with "really noti work for make my owns a new way..." is for reply to Nicklas. Thanks to Andy for the right link. 2017-09-28 13:48 GMT+02:00 theman whosoldtheworld : > really not ... i work for make my owns a new way ... actually i make

Re: [Emc-users] remote-halui.cc

2017-09-28 Thread theman whosoldtheworld
really not ... i work for make my owns a new way ... actually i make some work with modbus ... very nice result, but using halui as it is made I have no access to all command & status bit/info needed. Using axis remote is a beautiful solution ... for one machine that have a gui. So in my lost

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread andy pugh
On 26 September 2017 at 00:05, theman whosoldtheworld wrote: > Any how not find linuxcncrsh.cc file in linuxcnc-dev folder . It helps to know that linuxcnc used to be called emc, and most filenames were not changed when the name change was made.

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread Nicklas Karlsson
> >Have you seen: > >http://linuxcnc.org/docs/2.7/html/man/man1/linuxcncrsh.1.html > > > Yes I know, work but is not the best solution for control several machines. Do you know a better way to do it?

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread Sebastian Kuzminsky
On 09/25/2017 01:20 AM, theman whosoldtheworld wrote: actually debug messages is print to stdout ... and is quite simple print it on bus but for emcerror buffer is possible convert it onto a sor of register instead send everytime the long string messages? if yes there are database/file of

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread Sebastian Kuzminsky
On 09/26/2017 01:05 AM, theman whosoldtheworld wrote: Have you seen: http://linuxcnc.org/docs/2.7/html/man/man1/linuxcncrsh.1.html Yes I know, work but is not the best solution for control several machines. I try to make a remote

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread theman whosoldtheworld
>Have you seen: >http://linuxcnc.org/docs/2.7/html/man/man1/linuxcncrsh.1.html Yes I know, work but is not the best solution for control several machines. I try to make a remote interface using linuxcncshr but the result war not so

Re: [Emc-users] remote-halui.cc

2017-09-26 Thread theman whosoldtheworld
>Seems suitable to run machine from computer program, I guess it could be used to control several machines from a computer. these is the pourpose ... bkt 2017-09-26 6:31 GMT+02:00 Nicklas Karlsson : > > On 25 September 2017 at 00:20, theman whosoldtheworld > >

Re: [Emc-users] remote-halui.cc

2017-09-25 Thread Nicklas Karlsson
> On 25 September 2017 at 00:20, theman whosoldtheworld > wrote: > > hi at all, > > > > i try to manage halui.cc to perform a remote-halui.cc using ethernet/ip > > Have you seen: > http://linuxcnc.org/docs/2.7/html/man/man1/linuxcncrsh.1.html Seems suitable to run machine

Re: [Emc-users] remote-halui.cc

2017-09-25 Thread andy pugh
On 25 September 2017 at 00:20, theman whosoldtheworld wrote: > hi at all, > > i try to manage halui.cc to perform a remote-halui.cc using ethernet/ip Have you seen: http://linuxcnc.org/docs/2.7/html/man/man1/linuxcncrsh.1.html -- atp "A motorcycle is a bicycle with a

[Emc-users] remote-halui.cc

2017-09-25 Thread theman whosoldtheworld
hi at all, i try to manage halui.cc to perform a remote-halui.cc using ethernet/ip or powerlink or ethercat. My intent is to create a special ".ini" file for choose comunication type and insert comunication options. After these instead using HALUI = halui, write HALUI = remote-halui and go. I