Re: [Emc-developers] Custom thread for component

2014-05-18 Thread Marius Liebenberg
ministic, so you have no guarantees of the 1us timing. > > >> -Original Message- >> From: Marius Liebenberg [mailto:[email protected]] >> Sent: Friday, 16 May 2014 9:30 PM >> To: EMC developers >> Subject: [Emc-developers] Custom thread for compone

Re: [Emc-developers] Custom thread for component

2014-05-18 Thread Frank Tkalcevic
t on linux. Non-realtime threads are non-deterministic, so you have no guarantees of the 1us timing. > -Original Message- > From: Marius Liebenberg [mailto:[email protected]] > Sent: Friday, 16 May 2014 9:30 PM > To: EMC developers > Subject: [Emc-developers] Cu

Re: [Emc-developers] Custom thread for component

2014-05-17 Thread Marius Liebenberg
On 2014-05-17 15:59, Gene Heskett wrote: > On Saturday 17 May 2014 05:06:08 EBo did opine > And Gene did reply: >> On May 16 2014 11:26 PM, Marius Liebenberg wrote: >>> On 2014-05-17 01:43, EBo wrote: On May 16 2014 11:14 AM, Gene Heskett wrote: > On Friday 16 May 2014 12:15:06 Marius Lie

Re: [Emc-developers] Custom thread for component

2014-05-17 Thread Gene Heskett
On Saturday 17 May 2014 05:06:08 EBo did opine And Gene did reply: > On May 16 2014 11:26 PM, Marius Liebenberg wrote: > > On 2014-05-17 01:43, EBo wrote: > >> On May 16 2014 11:14 AM, Gene Heskett wrote: > >>> On Friday 16 May 2014 12:15:06 Marius Liebenberg did opine > >>> > >>> And Gene did rep

Re: [Emc-developers] Custom thread for component

2014-05-17 Thread EBo
On May 16 2014 11:26 PM, Marius Liebenberg wrote: > On 2014-05-17 01:43, EBo wrote: >> On May 16 2014 11:14 AM, Gene Heskett wrote: >>> On Friday 16 May 2014 12:15:06 Marius Liebenberg did opine >>> And Gene did reply: Look under the High Speed Mode - up to 3.4Mb/sec http://www

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Marius Liebenberg
On 2014-05-17 01:43, EBo wrote: > On May 16 2014 11:14 AM, Gene Heskett wrote: >> On Friday 16 May 2014 12:15:06 Marius Liebenberg did opine >> And Gene did reply: >>> Look under the High Speed Mode - up to 3.4Mb/sec >>> >>> http://www.esacademy.com/en/library/technical-articles-and-documents/mi >

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread EBo
On May 16 2014 11:14 AM, Gene Heskett wrote: > On Friday 16 May 2014 12:15:06 Marius Liebenberg did opine > And Gene did reply: >> Look under the High Speed Mode - up to 3.4Mb/sec >> >> http://www.esacademy.com/en/library/technical-articles-and-documents/mi >> scellaneous/i2c-bus.html >> > Thank y

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Gene Heskett
On Friday 16 May 2014 12:15:06 Marius Liebenberg did opine And Gene did reply: > Look under the High Speed Mode - up to 3.4Mb/sec > http://www.esacademy.com/en/library/technical-articles-and-documents/mi > scellaneous/i2c-bus.html > Thank you Marius. But nowhere in that link is any mention of usi

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Marius Liebenberg
Look under the High Speed Mode - up to 3.4Mb/sec http://www.esacademy.com/en/library/technical-articles-and-documents/miscellaneous/i2c-bus.html On 2014-05-16 17:52, Gene Heskett wrote: > On Friday 16 May 2014 11:23:52 Marius Liebenberg did opine > > And Gene did reply: > >> All the devices are si

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Gene Heskett
On Friday 16 May 2014 11:23:52 Marius Liebenberg did opine And Gene did reply: > All the devices are situated on or near the bob or the controller > normally. I2c is not meant for long distance communications but rather > for closely located bussed devices. Having said that, I2c over > differenti

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Marius Liebenberg
All the devices are situated on or near the bob or the controller normally. I2c is not meant for long distance communications but rather for closely located bussed devices.Having said that, I2c over differential pair is very reliable over large distances. If the driver software is implimented a

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Gene Heskett
On Friday 16 May 2014 07:30:14 Marius Liebenberg did opine And Gene did reply: > Hi > I am busy with a generic i2c component. I2c has some timing related > features and I thought that it would make sense to load the component > in a thread that has a very certain predetermined thread cycle time. >

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Marius Liebenberg
On 2014-05-16 14:50, Sebastian Kuzminsky wrote: > On 05/16/2014 07:30 AM, Marius Liebenberg wrote: >> Hi >> I am busy with a generic i2c component. I2c has some timing related >> features and I thought that it would make sense to load the component in >> a thread that has a very certain predetermi

Re: [Emc-developers] Custom thread for component

2014-05-16 Thread Sebastian Kuzminsky
On 05/16/2014 07:30 AM, Marius Liebenberg wrote: > Hi > I am busy with a generic i2c component. I2c has some timing related > features and I thought that it would make sense to load the component in > a thread that has a very certain predetermined thread cycle time. This > way it would be very e

[Emc-developers] Custom thread for component

2014-05-16 Thread Marius Liebenberg
Hi I am busy with a generic i2c component. I2c has some timing related features and I thought that it would make sense to load the component in a thread that has a very certain predetermined thread cycle time. This way it would be very easy to impliment timeing related features. Is it OK to loa