Re: [Emc-users] Profibus, parametrization frame

2016-08-20 Thread Michael Büsch
On Thu, 18 Aug 2016 20:31:13 +0200 Nicklas Karlsson wrote: > Does anybody here have any experince of the data in the parametrization frame > for profibus? All information needed for the SetPrm usually is stored in the GSD file. So you just need to know your

[Emc-users] PROFIBUS-DP for LinuxCNC with pyprofibus

2016-06-05 Thread Michael Büsch
Hi, I'd like to announce the first release of my LinuxCNC userspace HAL module for PROFIBUS-DP. It is based on the pyprofibus project that implements a PROFIBUS stack in Python. https://bues.ch/h/profibus pyprofibus includes an example LinuxCNC project (linuxcnc-demo directory) that connects

Re: [Emc-users] Awlsim, raspi-profibus

2016-05-22 Thread Michael Büsch
On Sat, 21 May 2016 18:17:58 -0400 Dave Cole wrote: > Have you looked for an open source ladder editor that could be re-used? > > I googled "open source ladder logic editor" and got a few hits. > > Have you seen this project? Apparently this was derrived from the >

Re: [Emc-users] Awlsim, raspi-profibus

2016-05-21 Thread Michael Büsch
On Sat, 21 May 2016 14:48:01 -0400 Dave Cole wrote: > >>I currently use a MAX485. > > So no special hardware like Siemens RS232 to Profibus adapters. > That's good. pyprofibus is not restricted to any hardware. It has a shim PHY layer that can be adapted to

Re: [Emc-users] Awlsim, raspi-profibus

2016-05-21 Thread Michael Büsch
On Tue, 17 May 2016 15:42:32 -0400 Dave Cole wrote: > I downloaded the Windows version of awlsim. > > Its very impressive.Regarding the Profibus interface; Are you > using a RS232/ RS485 converter to connect to the Profibus I/O block? > Is the methods of

Re: [Emc-users] Awlsim, raspi-profibus

2016-05-16 Thread Michael Büsch
On Sun, 15 May 2016 19:33:03 +0200 Nicklas Karlsson wrote: > Then trying to get raspi-profibus to work on an ordinary PC I discovered > there is an awlsim hal module suitable for PLC programming. It would be good > to know if anyone are working with awlsim? Or

[Emc-users] Awlsim 0.37 - STEP 7 compatible PLC for LinuxCNC

2015-01-16 Thread Michael Büsch
Hi LinuxCNC enthusiasts, I would like to announce version 0.37 of 'Awlsim', which is a STEP 7 compatible soft-PLC in development. http://bues.ch/h/awlsim Awlsim has a hardware interface and a hardware interface module that connects to LinuxCNC's HAL. This way Awlsim can be used as a LinuxCNC PLC

Re: [Emc-users] Odd behavior with Oword file calls

2011-12-24 Thread Michael Büsch
On Fri, 23 Dec 2011 23:08:03 -0500 BRIAN GLACKIN glackin.br...@gmail.com wrote: If line 19 calls 0b_5in_3 (b_5in_3.ngc found here http://pastebin.com/pvuYzZCN) the file will abort loading with an error message telling me I have an unknown o command around line 81. Try with a lowercase b at

Re: [Emc-users] fail2ban default setup gotcha

2011-12-24 Thread Michael Büsch
On Sat, 24 Dec 2011 09:05:57 -0500 gene heskett ghesk...@wdtv.com wrote: And sudo quits working, so you can't fix anything else. Even if sudo, su and direct root login stop working, you can still fix it by directly booting into a shell with init=/bin/bash rw And if that also fails (because you

Re: [Emc-users] CNC on fedora 14

2011-05-16 Thread Michael Büsch
On Mon, 2011-05-16 at 11:01 -0500, Jon Elson wrote: Kent A. Reed wrote: As for PREEMPT_RT, I have no idea whether it gives acceptable real-time performance, has an acceptable API, or is easy/hard to connect to EMC2 code. Perhaps some of the core developers can comment. From

[Emc-users] Python based GCode preprocessor

2010-12-13 Thread Michael Büsch
Hi EMC users, I pulled out enough hair over those weird O-Code control structures used in RS274 GCode. So I thought it would be cool to program the machine in python and use sane for-, while-loops and if-branches. Axis is able to read script-code, so this wrapper module exploits it. The python

Re: [Emc-users] EMC as an alternative to Heidenhain iTNC 530, Siemens 840D, etc.

2010-09-09 Thread Michael Büsch
On Thu, 2010-09-09 at 13:47 +0300, Anders Wallin wrote: The basic question I guess is would EMC be able to provice the same tool path quality as the (lower end) Siemens or Heidenhain controllers? You should run EMC in simulator mode, and use halscope or halstreamer to record all the joint

Re: [Emc-users] EMC as an alternative to Heidenhain iTNC 530, Siemens 840D, etc.

2010-09-09 Thread Michael Büsch
On Thu, 2010-09-09 at 17:33 +0200, Florian Rist wrote: Hi Michael G-code which consists of many many short G01-segments. What about adding a G64 P... or similar? I was about to mention that, too. I relay helps a lot. And on simple, not very rigid mills, it even improve the surface

Re: [Emc-users] Axis on Debian Squeeze crashes

2010-06-08 Thread Michael Büsch
On 06/07/2010 06:30 PM, Jeff Epler wrote: Internet searches imply that this may be a general OpenGL problem. http://shi.govasp.com/viewtopic.php?f=3t=58 http://canberra.autons.net/docs/linux/install.phtml http://www.cgl.ucsf.edu/pipermail/chimera-users/2009-March/003708.html Yep, I am pretty

[Emc-users] Axis on Debian Squeeze crashes

2010-06-06 Thread Michael Büsch
Hi, I'm trying to get EMC2 and Axis running on Debian Squeeze, but I ran into some serious difficulties. Axis crashes on initialization of a GL widget. I tried this on an x86_64 machine (rtai mode) and on PowerPC (simulation). Both crashes with an X error.