LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.8k stars 1.15k forks source link

Docs: Add remote control #1950

Open silopolis opened 2 years ago

silopolis commented 2 years ago

Create a page about means and how to remote control LinuxCNC

Please put valuable informations and pointers in comments.

c-morley commented 2 years ago

You can use ZMQ to control qtvcp screens remotely in principle. I have used it for iter-process comunication on one set up. axis has axis-remote.

petterreinholdtsen commented 2 years ago

[Jérémie Tarot]

Create a page about means and how to remote control LinuxCNC

There is this frontend:

[DISPLAY] DISPLAY = linuxcncrsh

It listen on TCP port 5007 and accept commands like 'set machine on' and 'set mdi g0x0'. No idea if it is only used for testing.

-- Happy hacking Petter REinholdtsen