Re: [Emc-users] Buttons!

2011-03-29 Thread yann jautard
For what I recall when I was programming my gluing machine, I had LOTS of problems with the classicladder gui. It was very slow, mostly unusable, but did not slow down th rest of the computer. The slower part was the sequential editor. Les Newell wrote: > I did some tests and the problem is n

Re: [Emc-users] Buttons!

2011-03-29 Thread Les Newell
I did some tests and the problem is not Modbus itself. It is the GUI. Even if I disable Modbus the GUI really slows my machine down. I would guess the main problem is that I have a lot of rungs in my ladder. I originally set the ladder up about 18 months ago and I seem to remember the GUI bein

Re: [Emc-users] Buttons!

2011-03-28 Thread Dave
What motherboard/video card are you using? Dave On 3/28/2011 5:41 PM, Les Newell wrote: > Hmm, well if I load the user mode part of CL with --nogui then the cpu > load is about 20% but I don't have modbus. If I remove the --nogui then > I get the GUI, modbus works and CPU load goes up to 90%. > >

Re: [Emc-users] Buttons!

2011-03-28 Thread Les Newell
I can't remember what it was like without Modbus. I'll do some more tests later. Les On 28/03/11 13:30, Stephen Wille Padnos wrote: > I haven't looked at the code, but I wonder if there's some busy-waiting > or very short duration usleep()s in the serial receive function(s). > > Do you see the s

Re: [Emc-users] Buttons!

2011-03-28 Thread Les Newell
Hmm, well if I load the user mode part of CL with --nogui then the cpu load is about 20% but I don't have modbus. If I remove the --nogui then I get the GUI, modbus works and CPU load goes up to 90%. Les On 28/03/11 16:46, Dave wrote: > Les, > > I think something else may be wrong. > > I have u

Re: [Emc-users] Buttons!

2011-03-28 Thread Gary P. Fiber
I think that was the local exchange. I grew up in Fremont, OH and we were always FEderal 2, which changed to 332, my grandmother in WV was SKyline-X<- don't remember the number. I remember my dad making the call as it was operator assisted and you told her or him the city you wanted and the num

Re: [Emc-users] Buttons!

2011-03-28 Thread Dave
On 3/28/2011 4:40 AM, Mark Wendt wrote: > On 03/27/2011 01:56 PM, Kirk Wallace wrote: > >>> Why not? I found it to be a great fit for HMIs, and fearsomely easy. >>> Granted, if you already hack pics and avrs in your sleep, it probably >>> has little to offer, but for the other 99.7% of humanity

Re: [Emc-users] Buttons!

2011-03-28 Thread Dave
Les, I think something else may be wrong. I have used Classic Ladder quite a bit and I don't have any CPU loading issues at all. The last setup I did was driving step and direction motors via a LPT port on an Intel 330 based Atom motherboard. Last year Jeff Epler cleaned up the Modbus code fo

Re: [Emc-users] Buttons!

2011-03-28 Thread Stephen Wille Padnos
Les Newell wrote: > Thanks. I think I will have to go down that route because ClassicLadder > is being a real CPU hog. Without the CL GUI loaded my average CPU load > with Axis running is 20%. With Modbus enabled and the ClassicLadder GUI > running, CPU load averages 80%. > I haven't looked at

Re: [Emc-users] Buttons!

2011-03-28 Thread Mark Wendt
On 03/27/2011 01:56 PM, Kirk Wallace wrote: >> Why not? I found it to be a great fit for HMIs, and fearsomely easy. >> Granted, if you already hack pics and avrs in your sleep, it probably >> has little to offer, but for the other 99.7% of humanity, it makes >> simple things easy and moderately com

Re: [Emc-users] Buttons!

2011-03-27 Thread Les Newell
Thanks. I think I will have to go down that route because ClassicLadder is being a real CPU hog. Without the CL GUI loaded my average CPU load with Axis running is 20%. With Modbus enabled and the ClassicLadder GUI running, CPU load averages 80%. Les On 28/03/11 06:16, Kirk Wallace wrote: > >

Re: [Emc-users] Buttons!

2011-03-27 Thread Kirk Wallace
On Sun, 2011-03-27 at 18:12 +0100, Les Newell wrote: > Hi Kirk, > > > I made up a comp .c file for each of the Modbus devices I have been > > playing with. It's not difficult if one knows C. I suppose using Classic > > Ladder is another option but I don't know ladder. > I might look into doing tha

Re: [Emc-users] Buttons!

2011-03-27 Thread Kirk Wallace
On Sun, 2011-03-27 at 18:12 +0100, Les Newell wrote: > Hi Kirk, > > > I made up a comp .c file for each of the Modbus devices I have been > > playing with. It's not difficult if one knows C. I suppose using Classic > > Ladder is another option but I don't know ladder. > I might look into doing tha

Re: [Emc-users] Buttons!

2011-03-27 Thread Kirk Wallace
On Sun, 2011-03-27 at 12:55 -0400, Colin K wrote: > On Mar 27, 2011, at 12:25 PM, Kirk Wallace > wrote: > > Frankly, I don't see the Arduino as being well suited to CNC > > applications > > Why not? I found it to be a great fit for HMIs, and fearsomely easy. > Granted, if you already hack pics an

Re: [Emc-users] Buttons!

2011-03-27 Thread Les Newell
Hi Kirk, > I made up a comp .c file for each of the Modbus devices I have been > playing with. It's not difficult if one knows C. I suppose using Classic > Ladder is another option but I don't know ladder. I might look into doing that. If you use Modbus in ClassicLadder you have to have the GUI r

Re: [Emc-users] Buttons!

2011-03-27 Thread Colin K
On Mar 27, 2011, at 12:25 PM, Kirk Wallace wrote: > Frankly, I don't see the Arduino as being well suited to CNC > applications Why not? I found it to be a great fit for HMIs, and fearsomely easy. Granted, if you already hack pics and avrs in your sleep, it probably has little to offer, but for

[Emc-users] Buttons!

2011-03-27 Thread Les Newell
When I retrofitted my Colchester Trumph 2000 lathe I left the original control panel in place though it wasn't connected up. Yesterday I knocked up an Arduino based adapter so I now have a panel with 39 buttons (most with an LED indicator) that can talk to EMC through Modbus. It appears to Clas