Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread David Kalwar
I have the exact same issue as described. Also using Blackbone beagle with cramps, two thermistors for Extruder and heated bed and both stop at the same time. As the machine is quite newly built I have not been able to investigate further. -- website: http://www.machinekit.io blog: http://b

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread Charles Steinkuehler
I may have just hit this issue myself. I am printing some stuff for the first time in a while, and after about a day the thermistor values froze and stopped updating. Interestingly, they continued to be stuck after relaunching my configuration, making this different than the ADC issues I had init

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread Charles Steinkuehler
On 12/26/2016 2:54 AM, David Kalwar wrote: > I have the exact same issue as described. Also using Blackbone > beagle with cramps, two thermistors for Extruder and heated bed and > both stop at the same time. > > As the machine is quite newly built I have not been able to > investigate further. Si

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

2016-12-26 Thread Charles Steinkuehler
On 12/21/2016 3:56 AM, DaBit wrote: > > If I have a system running Raspbian Jessie with PREEMPT-RT kernel, > what would be the easiest way to set up MK? You can build from source or I think someone is maintaining packages for the RPi. > Can I also do a RIP build and run both LinuxCNC and MK next

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

2016-12-26 Thread Charles Steinkuehler
On 12/23/2016 2:36 PM, trombom...@gmail.com wrote: > Thanks for answer. What I had in mind was little different. I was not > thinking > about clone in everything but only in function. I was actually thinking about > using the ARM part of the SoC to function as a kind of bridge. So the > initial

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread Jonathan Cohen
The hal_temp_bbb python script is running after the freeze occurs. It requires a reboot to get things going again. Next time it happens, I go through some of the diagnostic steps you pointed out. On Monday, December 26, 2016 at 12:24:00 PM UTC-5, Charles Steinkuehler wrote: > > I may have

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread 'Jakob kalwar' via Machinekit
Hi, I'm the Brother of David Kalwar, we work together on our 3D Printer/Mini Mill. We are using it with an old LCD monitor After I restartet machinekit twice I got an error message (first restart: Problem not solved). Maybe it can help you helping us out with this problem. Print file informati

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread Jonathan Cohen
So after a hour, the ADC froze. I opened up a terminal window and type realtime stop, followed by realtime start which killed the instance of machinekit that was running (became completely unresponsive. So I shut it down and started an instance of Machinekit from a terminal prompt. After hom

Re: [Machinekit] ADC and printing issues on the Beaglebone CRAMPS

2016-12-26 Thread 'Jakob kalwar' via Machinekit
So we just did a 2hour print and it the temp reading froze half way during the final layer... annoying! Anyway, the reading was back after the "sudo reboot" Here is some more log: Dec 26 20:16:29 beaglebone msgd:0: startup pid=2900 flavor=xenomai rtlevel=1 usrlevel=1 halsize=524288 shm=Posix g

[Machinekit] LCD data ouput in version 7.11

2016-12-26 Thread Dean Gouramanis
I can't seem to enable the display output in version 7.11 of machinekit. In version 7.4 I configured the uEnv.txt file as so: kms_force_mode=video=1024x768M@60D systemd=init=/lib/systemd/systemd optargs=capemgr.disable_partno=BB-BONELT-HDMI I am using the OPTOCAPE LVDS LCD cape. It connects

[Machinekit] Re: Driver for hardware PWM in BeagleBone Black (EHRPWM or EPWM)?

2016-12-26 Thread Marius Alksnys
Charles, Merry Christmas and happy New Year! :) I believe a signal is perfect in halscope. I didn't create any GPIO writers intentionally, but who knows.. How to check for other writers? Can't user LED's or some higher level driver like I2C cause this? 12/14/2016 03:46 PM, Charles Steinkueh

Re: [Machinekit] LCD data ouput in version 7.11

2016-12-26 Thread schoone...@btinternet.com
I can't help with the BBB specific problem, but am puzzled about where you are getting the version numbers from. There is no Machinekit version 7.11 (or 7.4.1) Are these perhaps the versions of the elinux SD card image, that also contains machinekit? On 27/12/2016 02:07, Dean Gouramanis wr