Re: [Emc-developers] Array HAL Pin Type?

2012-02-11 Thread Pavel Shramov
On Fri, Feb 10, 2012 at 04:00:34PM -0800, Kirk Wallace wrote: > Can a HAL pin type be created for an array? I would like a HAL pin be > able to handle a packet. Array hal pin will have problems with syncronization - how to ensure that new packet is fully written and you'll get correct result and no

Re: [Emc-developers] Technical questions for the developer's list?

2012-02-11 Thread Spiderdab
Il giorno ven, 10/02/2012 alle 14.08 -0500, Mark Haynes ha scritto: > Hello Everyone, ...cut... > Finally, I have been looking for a good movement recording feature for CNC > applications. Such as being able to record the users movement of the machine > and then have G-code automatically generat

Re: [Emc-developers] Array HAL Pin Type?

2012-02-11 Thread andy pugh
On 11 February 2012 10:17, Pavel Shramov wrote: > Array hal pin will have problems with syncronization - how to ensure that > new packet is fully written and you'll get correct result and not mix of > two values. That shouldn't be a problem between two HAL functions in the same thread. It might

Re: [Emc-developers] Array HAL Pin Type?

2012-02-11 Thread Kirk Wallace
On Sat, 2012-02-11 at 10:29 +, andy pugh wrote: > On 11 February 2012 10:17, Pavel Shramov wrote: > > > Array hal pin will have problems with syncronization - how to ensure that > > new packet is fully written and you'll get correct result and not mix of > > two values. > > That shouldn't be

Re: [Emc-developers] Array HAL Pin Type?

2012-02-11 Thread andy pugh
On 11 February 2012 16:31, Kirk Wallace wrote: > What I am thinking about is to have two sets of components, one set for > Modbus slaves such as for VFD's, PLC's, pendants, etcetera, then a set > for ports /dev/ttyS0, S1, eth0, etcetera. The slave components create > packet data, the port compone