Re: [Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-24 Thread Simon Mali
I have tried with this path and pendant starts to work: /usr/share/linuxcnc/examples/sample-configs/sim/axis/xhc-hb04/xhc-hb04-layout2.ini Now is the next step to integrate my project into this project or vice versa? What do you recommend? @Bas de Bruijn: Thank you for your support. --

Re: [Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-30 Thread Simon Mali
I have managed to import xhc-hb04 pendant into my project. Everything works as expected. @Schooner: Thank you very much for your help! -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are

[Machinekit] Re: Not sure but i think i am going back to Mach3 Sadly

2017-03-30 Thread Simon Mali
Hello all A few questions: @Charles Steinkuehler: you have said following: *For any serious machines, it's hard to beat a mini-itx motherboard and a low-end FPGA card*. Which low-end FPGA card do you recommend for this task? And are supported from machinekit or/and Mach3 software. @Franco

Re: [Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-19 Thread Simon Mali
With this correction: 92 92 proc pin_exists {name} { 93 - set line [show pexists $name] 94 - if {"$line" != "Exists"} { 95 -puts stderr "FAILED: show pexists $name, returned $line" 93 + set line [show pin $name] 94 + if {[string first $name $line 0] <

Re: [Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-19 Thread Simon Mali
No problem. I will reactivate the old file which I saved before changing this tcl file. Yes I am driving Beagle Bone Black. I have made an upgrade with proposed commands and among others also machinekit was upgraded: Preparing to replace machinekit-xenomai

[Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-19 Thread Simon Mali
How exactly to check which image or package version is currently installed on my memory card? How to upgrade to newer code? -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to

[Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-19 Thread Simon Mali
I have restarted the system but nothing substancially has changed. You said that I should test this: /usr/src/machinekit/src/hal/utils My folder /usr/src is empty. -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this

[Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-19 Thread Simon Mali
How to make an iso file out of deb package? For instance out of: http://deb.machinekit.io/debian/pool/main/m/machinekit/machinekit_0.1.1489929991-1mk.travis.master.git187f851f~1jessie_armhf.deb

Re: [Machinekit] Re: Problems with installing xhc-hb04 in my Machinekit BBB cnc project

2017-03-21 Thread Simon Mali
I have upgraded the OS with apt-get as you said. When I test proposed sequence I get the following output: root@beaglebone:/home/machinekit# realtime restart /usr/libexec/linuxcnc/rtapi_msgd: FATAL - will not run as root rtapi_msgd startup failed - aborting rtapi_app startup failed - aborting

[Machinekit] Problems with integrating Machinekit BBB into CNC machine

2017-05-14 Thread Simon Mali
and after that everything is ok, the system starts in high resolution mode. 3. How to run the machine with G code without homeing it? I hope that somebody can help me with this questions Best regards Simon Mali -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https

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

2017-05-14 Thread Simon Mali
Hello 1. Yes you are correct, it is a mill but the config is not the same as it was at my last sending of this files because I was adapting the setings to my actual machine. Please check the newest settings of the machine in the attached two files. I have tried with touch off for all 3 axes