Re: [Machinekit] Re: how to add toolchanger funtion to BBB with Xylotex cape

2016-12-06 Thread Mike Ross
By defining the axis as a LINEAR axis in the ini, and by messing just a little with toolchanger.comp (removed the adjusting for greater than 360 degrees - just let it accumulate) I am able to get repeatable tool changes for hundreds of tool changes - more than I expect would ever happen in a

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread DaBit
> >No, I don't think anyone is interested in being judged in comparison to > linuxcnc (or Mach for that matter) > >You can diff the repos and look at the documentation for specific > features / differences. > > It is not about 'being judged'. It is about 'what advantages would MachineKit

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Andreas Pettersson
As of know im trying to couple a lattepanda with a 7i46E card instead of having to rely on several mesa boards as in my servo setup (6i25+7i77+7i84). The test bed is just a plasma table wit 3 stepper motors.. nothing fancy.. and it will see its fair share of time ouside in the rain.. thats why

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Charles Steinkuehler
On 12/6/2016 6:18 AM, Andreas Pettersson wrote: > I see, i actually thought it replaced both the host card and the > daughter card and didnt run an OS. > That after reading repo readmes and some of the issues i was linked to > before. > > So it would still need an external daughter card. Still

[Machinekit] Re: running ngc code without gui

2016-12-06 Thread andreas
I found when doing something similar that linuxcncrsh display is quite convenient for this. Its a telnet client so you could easily just login and start a loop of a given set of gcode. And if you are little fiddly its not that hard to create a telnet client over ajax and javascript and run on

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Andreas Pettersson
I see, i actually thought it replaced both the host card and the daughter card and didnt run an OS. That after reading repo readmes and some of the issues i was linked to before. So it would still need an external daughter card. Still that is quite interesting. if one could save on buying

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread schoone...@btinternet.com
On 06/12/16 11:00, Andreas Pettersson wrote: Thats just incredible cool. Gonna have to dig out my DE0-Nano-Soc card out of the electronics bin then.. Thought it was just acting like a IO card or similar like attaching an Arduino.

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Bas de Bruijn
> On 06 Dec 2016, at 12:29, Mathias Giacomuzzi wrote: > > So the goal of that DE0-Nano-Soc is a replacement for BBB and CRAMPs as an > example? No, this not a replacement. It’s just another example of hardware from which you can run Machinekit. The biggest “difference” if

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Andreas Pettersson
thats is a relevant question.. i havent got that far.. but that thing runs machinekit and a drummed down version of debian im guessing with a custom kernel?! It's not acting as an addon board no?! // A Den 2016-12-06 kl. 12:29, skrev Mathias Giacomuzzi: So the goal of that DE0-Nano-Soc is a

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Mathias Giacomuzzi
So the goal of that DE0-Nano-Soc is a replacement for BBB and CRAMPs as an example? -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Andreas Pettersson
Thats just incredible cool. Gonna have to dig out my DE0-Nano-Soc card out of the electronics bin then.. Thought it was just acting like a IO card or similar like attaching an Arduino. But if it can act as the 7i76 or 7i77 cards and a generic 5i25.. that makes alot more sense then.. because

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread schoone...@btinternet.com
On 06/12/16 10:30, Andreas Pettersson wrote: I just assumed someone would know.. Someone did the changes. Best thing i've seen so far in the code seems to be memory management and middlware changes. Making it more reliable and im

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread Andreas Pettersson
I just assumed someone would know.. Someone did the changes. Best thing i've seen so far in the code seems to be memory management and middlware changes. Making it more reliable and im guessing fast. It was way less dependencies when compiling from source as well thats nice. didnt have to go

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread schoone...@btinternet.com
On 06/12/16 10:05, Andreas Pettersson wrote: Well the intention is not to judge anything in comparison.. Both has their own good and bad sides im guessing. Would still be interesting out of a feature perspective to know what

Re: [Machinekit] What is the big diff between Machinekit and LinuxCNC.

2016-12-06 Thread schoone...@btinternet.com
On 05/12/16 22:24, andr...@roughedge.se wrote: Is there a good page for illuminating the differences between linuxcnc and machinekit.. how far apart are they these days since the first fork ?? No, I don't think