On Monday 04 July 2016 08:10:13 andy pugh wrote: > On 4 July 2016 at 12:52, Juergen Gnoss <[email protected]> wrote: > > Whao, I didn't know there are tools like gschem or eagle libs for > > lcnc. > > Also have a look at Rockhopper: > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Rockhopper_Web_Server > Specifically the HAL Graph tab.
I did a git clone of the latest on the G0704 machine, then wrote this 2 line bashy thing so I didn't have to remember its launching syntax. Assuming cd'd to the Rockhopper directory: ----------------------------- #!/bin/bash python LinuxCNCWebSktSvr.py /home/gene/linuxcnc/configs/GO704fast/GO704fast.ini ----------------------------- works fine, but I have to use a kill -9 to stop it. A command line ctrl+c is acknowledged as a keyboard interrupt but doesn't stop it. Best way to make it stop painlessly? Thanks. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
