Rockhopper-Webserver für LinuxCNC
21 Dec 2023 16:32 #288770
by Muecke
Rockhopper-Webserver für LinuxCNC was created by Muecke
Hallo zusammen,
beim Herumstöbern und Lesen habe ich folgendes Tool gefunden.
Rockhopper-Webserver für LinuxCNC
Jedoch ist dieser Artikel von 2013, das ist somit schon 10 Jahre alt.
Meine Frage, wie aktuell ist das noch? Oder ist das noch eine alte Software, die heute so nicht mehr angewendet werden kann, sollte?
Ich habe mit Linux so meine Probleme, da es nicht wie bei WINDOWS einfach nur Exe Datei sind, die sich installieren, sondern man selbst noch einiges machen muss. Und ich das immer nicht so einfach hinbekomme, daher die Frage vorab. Ob sich der aufwand, lohnen würde.
gruß Mücke
beim Herumstöbern und Lesen habe ich folgendes Tool gefunden.
Rockhopper-Webserver für LinuxCNC
Jedoch ist dieser Artikel von 2013, das ist somit schon 10 Jahre alt.
Meine Frage, wie aktuell ist das noch? Oder ist das noch eine alte Software, die heute so nicht mehr angewendet werden kann, sollte?
Ich habe mit Linux so meine Probleme, da es nicht wie bei WINDOWS einfach nur Exe Datei sind, die sich installieren, sondern man selbst noch einiges machen muss. Und ich das immer nicht so einfach hinbekomme, daher die Frage vorab. Ob sich der aufwand, lohnen würde.
gruß Mücke
Please Log in or Create an account to join the conversation.
21 Dec 2023 17:04 - 21 Dec 2023 17:09 #288773
by spicer
Replied by spicer on topic Rockhopper-Webserver für LinuxCNC
Die Installation sollte eigentlich so wie beschrieben funktionieren!
Installation:
Download source from github. Run:
git clone git://github.com/MachineryScience/Rockhopper.git
The Rockhopper directory can be placed anywhere on your system that you have permissions to access.
The following dependencies are needed to be installed separately:
tornado web server:
Download from www.tornadoweb.org/
Follow instructions in file to install tornado libraries
graphviz:
sudo apt-get install graphviz
pygraphviz:
sudo apt-get install python-pygraphviz
Kannst sonst ggf. direkt von da downloaden:
github.com/MachineryScience/Rockhopper
Das ist möglicherweise in Python2 geschrieben. Wenn das nicht installiert hast, dann mit
sudo apt install python2-minimal
installieren. Siehe dazu: linux.how2shout.com/how-to-install-pytho...on-ubuntu-20-04-lts/
Installation:
Download source from github. Run:
git clone git://github.com/MachineryScience/Rockhopper.git
The Rockhopper directory can be placed anywhere on your system that you have permissions to access.
The following dependencies are needed to be installed separately:
tornado web server:
Download from www.tornadoweb.org/
Follow instructions in file to install tornado libraries
graphviz:
sudo apt-get install graphviz
pygraphviz:
sudo apt-get install python-pygraphviz
Kannst sonst ggf. direkt von da downloaden:
github.com/MachineryScience/Rockhopper
Das ist möglicherweise in Python2 geschrieben. Wenn das nicht installiert hast, dann mit
sudo apt install python2-minimal
installieren. Siehe dazu: linux.how2shout.com/how-to-install-pytho...on-ubuntu-20-04-lts/
Last edit: 21 Dec 2023 17:09 by spicer.
The following user(s) said Thank You: Muecke
Please Log in or Create an account to join the conversation.
21 Dec 2023 18:21 #288775
by Muecke
Replied by Muecke on topic Rockhopper-Webserver für LinuxCNC
OK, hat sich in den 10 Jahren nicht auch einiges an HAL und den Konfigurationen geändert?
Und ist das Rockhopper noch dafür ausgelegt?
Und ist das Rockhopper noch dafür ausgelegt?
Please Log in or Create an account to join the conversation.
23 Dec 2023 10:41 #288888
by andypugh
Replied by andypugh on topic Rockhopper-Webserver für LinuxCNC
ONe area where Rockhopper might struggle is spindle control, as the NML message structure changed to support multiple spindles.
But that is probably not hard to fix.
But that is probably not hard to fix.
The following user(s) said Thank You: Muecke
Please Log in or Create an account to join the conversation.
24 Dec 2023 10:21 #288984
by Muecke
Replied by Muecke on topic Rockhopper-Webserver für LinuxCNC
Wenn es nur das ist, ist das für mich kein Problem, weil ich an meiner Maschine keine Spindel verwende.
Ich werde es die Tage ausprobieren und sehen, ob ich damit zurechtkomme.
If it's just that, it's not a problem for me because I don't use a spindle on my machine.
I'll try it out over the next few days and see if I get on with it.
Ich werde es die Tage ausprobieren und sehen, ob ich damit zurechtkomme.
If it's just that, it's not a problem for me because I don't use a spindle on my machine.
I'll try it out over the next few days and see if I get on with it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds