Skip to content

Running the EMCApplication atop the Machinekit-HAL backend #1

Open
@cerna

Description

This is preview/beta version

This repository is (somewhat working) culmination of long-standing discussions and struggles to get the Enhanced Motion Controller from LinuxCNC to run with Machinekit-HAL backend. (Most recently discussed in issue machinekit/machinekit-hal#267.)

Given the fact that most work in Machinekit went to the portion which then became the Machinekit-HAL and the CNC portion which consists of the Machinekit-CNC package started to rot away, porting the actively developed EMC was termed as the best option in the short run.

(This doesn't mean that the Machinekit-CNC project is dead. It is very much alive for anybody willing to spend the time and do some development. This is just another option to the myriad of others which can run atop the Machinekit-HAL.)

Current status can be previewed in Docker container with the following commands:

docker run --rm -it -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev/dri:/dev/dri debian:buster
apt update
apt install sudo curl
echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers
adduser mk
su mk
curl -1sLf \
  'https://dl.cloudsmith.io/public/machinekit/machinekit/cfg/setup/bash.deb.sh' \
  | sudo -E bash
curl -1sLf \
  'https://dl.cloudsmith.io/public/machinekit/machinekit-hal/cfg/setup/bash.deb.sh' \
  | sudo -E bash
curl -1sLf \
  'https://dl.cloudsmith.io/public/machinekit/emcapplication/cfg/setup/bash.deb.sh' \
  | sudo -E bash
sudo apt install emcapplication
sudo -i
echo -e 'ANNOUNCE_IPV4=0\nANNOUNCE_IPV6=0' >> /etc/machinekit/machinekit.ini
exit
linuxcnc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions