Re: [Machinekit] Re: homing of X axis causes "joint 0 on limit switch error"

2019-08-21 Thread Klemen Živkovič
To unsubscribe from this group and all its topics, send an email to >>> machi...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/machinekit/e52adf48-2a4f-4eb2-bf1b-615648763e56%40googlegroups.com >>> <htt

Re: [Machinekit] Re: homing of X axis causes "joint 0 on limit switch error"

2019-08-21 Thread Klemen Živkovič
email to > machinekit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/machinekit/e52adf48-2a4f-4eb2-bf1b-615648763e56%40googlegroups.com > <https://groups.google.com/d/msgid/machinekit/e52adf48-2a4f-4eb2-bf1b-615648763e56%40

Re: [Machinekit] Re: Improving a CNC plasma cutter with machinekit, BBB and

2017-10-26 Thread Klemen Živkovič
Yes it is software thc. Check my repo https://github.com/zhivko/machinekit. In my config closed loop stays between stepper and stepper driver. Encoder signals of loop are not forwarded to beaglebone and mk in any way, so it is practically same configuration as yours. regards Klemen On Wed, Oct

Re: [Machinekit] Problems with integrating Machinekit BBB into CNC machine

2017-05-24 Thread Klemen Živkovič
then you use G17 without specifiying coordinate. I just dont have time to bissect this line and to know what is your intention selecting plane etc... regards On Wed, May 24, 2017 at 9:26 AM, Klemen Živkovič wrote: > I tried running your program in my machine. > Here is whole video: &

Re: [Machinekit] Problems with integrating Machinekit BBB into CNC machine

2017-05-24 Thread Klemen Živkovič
I tried running your program in my machine. Here is whole video: https://youtu.be/0D18FS9kNYU I didn't examined logs but execution just stops in line 16 (N118). How did you initialized coordinate sistem? I see no G92 lines at begining... Also in N102 You start with G0 that is rapid move and than

Re: [Machinekit] CRAMPS kicad errors

2017-05-23 Thread Klemen Živkovič
I checked on Farnell and see that this N channel fet was removed from production (oops), so alternative they offer me is: NX7002AK. Will this be OK ? Ok now I understand estop logic ;) regards On Fri, May 19, 2017 at 4:19 PM, Charles Steinkuehler < char...@steinkuehler.net> wrote: > On 5/19/2017

Re: [Machinekit] Problems with integrating Machinekit BBB into CNC machine

2017-05-18 Thread Klemen Živkovič
You posted log from many different days... but looking at your log there is two lines for example: May 13 17:39:26 beaglebone msgd:0: zeroconf: registered 'Log service on beaglebone.local pid 1402' _machinekit._tcp 0 TXT "uuid=a42c8c6b-4025-4f83- ba28-dad21114744a" "instance=581531b2-37f2-11e7-b18

Re: [Machinekit] Re: de0 nano soc for MK

2017-02-14 Thread Klemen Živkovič
With SIM it's same: machinekit@mksocfpga:~/git/machinekitOff/src$ DEBUG=5 machinekit@mksocfpga:~/git/machinekitOff/src$ machinekit ~/git/machinekitOff/configs/hm2-soc-stepper/5i25-socfpga.ini MACHINEKIT - 0.1 Machine configuration directory is '/home/machinekit/git/machinekitOff/configs/hm2-soc-st

Re: [Machinekit] Re: de0 nano soc for MK

2017-02-14 Thread Klemen Živkovič
Yes - it's part of documentation :) (http://www.machinekit.io/docs/developing/machinekit-developing/) On Tue, Feb 14, 2017 at 5:58 PM, Charles Steinkuehler < char...@steinkuehler.net> wrote: > Did you run: > > sudo make setuid > > ...after "make -j2" completed? > > On 2/14/2017 10:51 AM, Klemen

Re: [Machinekit] de0 nano soc for MK

2017-01-30 Thread Klemen Živkovič
Sorry guys - false alarm - this guy just sent me email: he has mix it up with with the SoCKit. On Mon, Jan 30, 2017 at 1:29 PM, Klemen Zhivko wrote: > The guy from elca.de told me that: > https://www.altera.com/solutions/partners/partner- > profile/terasic-inc-/board/atlas-soc-kit-de0-nano-soc-k

Re: [Machinekit] Improving a CNC plasma cutter with machinekit, BBB and

2016-10-27 Thread Klemen Živkovič
OK I will go then for PRU encoder. I tried to find example in https://github.com/machinekit/machinekit/blob/master/configs/ARM/BeagleBone/CRAMPS/CRAMPS.hal but I could not find it and I cannot see how it should be configured. Any example? On Thu, Oct 27, 2016 at 4:15 PM, Charles Steinkuehler < ch

Re: [Machinekit] Improving a CNC plasma cutter with machinekit, BBB and

2016-10-07 Thread Klemen Živkovič
Oh I see on cramps schematics ( http://reprap.org/wiki/File:CRAMPS.v2.1.sch.pdf) that P503 signals are all pulled up to 5V so for transfer it would be better to use GND instead CRAMPS_5V. On Fri, Oct 7, 2016 at 10:28 AM, Klemen Zhivko wrote: > OK got answered on linuxcnc forum that: > > " > For