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.
https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/usr_intf/emcrsh.cc
Also
https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/usr_intf/emcsh.cc
(Which may be on the way out, as I no longer see a manpage for it)

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


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?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


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 standard error messages? How Lcnc generate error-messages?


The messages in the emcError buffer are arbitrary strings, generated on 
the fly.  There is no registry of pre-defined strings.


See for example:

https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/task/emctaskmain.cc#L195


--
Sebastian Kuzminsky

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


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 interface using linuxcncshr but the result war not
so nice ...
Any how not find linuxcncrsh.cc file in linuxcnc-dev folder  maybe
reading that code can help me to midufy correctly remote-halui.cc


It's called emcrsh.cc for historical reasons.

It's in src/emc/usr_intf/:

https://github.com/LinuxCNC/linuxcnc/blob/master/src/emc/usr_intf/emcrsh.cc


--
Sebastian Kuzminsky

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


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 nice ...
Any how not find linuxcncrsh.cc file in linuxcnc-dev folder  maybe
reading that code can help me to midufy correctly remote-halui.cc

bkt

2017-09-26 9:00 GMT+02:00 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
>> >  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 from computer program, I guess it could be
>> used to control several machines from a computer.
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


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
> >  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 from computer program, I guess it could be
> used to control several machines from a computer.
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users