Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread Mark Wendt
On 03/31/2011 01:02 PM, Jon Elson wrote: Mark Wendt wrote: Had you tried the open source desktop version before you went with the commercial version? I bought the commercial version specifically so I could make a support call. No need to change anything now, and I know what to do when this

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread Viesturs Lācis
2011/4/1 Stephen Wille Padnos spad...@sover.net: It's probably not the interpreter that needs improvement, actually.  HAL can handle as many actuators as you want (subject to some execution time limits that nobody has come close to yet).  One could easily write a very very simple motion

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread spadnos
2011/4/1 Stephen Wille Padnos spad...@sover.net: It's probably not the interpreter that needs improvement, actually.  HAL can handle as many actuators as you want (subject to some execution time limits that nobody has come close to yet).  One could easily write a very very simple motion

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread Dave
Once you get into Hal you can gear axes, start and stop motion independant of any other axes, load distances to travel etc. It is sort of a motion erector set. Very capable. I've done some things with it but I feel like I have only scratched the surface of it's capabilities. And then you can

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread andy pugh
On 1 April 2011 16:14, Dave e...@dc9.tzo.com wrote: And then you can expand it by writing your own Hal components on top of that! I can envisage a HAL component that has parameters X0, Y0, Z0, X1, Y1, Z1 and SequenceNo. Outputs would be Pos-X, Pos-Y, PosZ, at-home, input would be

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread Tom Easterday
On Mar 31, 2011, at 10:46 PM, Stephen Wille Padnos wrote: That's precisely what EMC does when you use isolcpus on the kernel boot command line. In any case, I believe the EMC RT processes all bind to the highest CPU number (so if you have a 4-core, isolcpus should be 3). The documentation

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread Ralph Stirling
An interpreter that takes in this file format or similar would be a much better match for this kind of machine. The HAL layer would need to have all the stepgens and hardware drivers loaded as a single realtime system, but the stepgens would be fed by a custom interpreter and simplified

Re: [Emc-users] multiple instances of emc?

2011-04-01 Thread spadnos
On Mar 31, 2011, at 10:46 PM, Stephen Wille Padnos wrote: That's precisely what EMC does when you use isolcpus on the kernel boot command line. In any case, I believe the EMC RT processes all bind to the highest CPU number (so if you have a 4-core, isolcpus should be 3). The documentation I