[Xenomai] Programming Xenomai+analogy

2015-12-22 Thread GianPiero Puccioni
Hi, I am trying to use xenomai to accomplish a, I think, simple task, but I have never used real time programs before so I have some problems. What I need is to use a National Instruments PCI-MIO-16E-4 AD/DA to read data from the AD, do some simple operations on it, and output the result on the

Re: [Xenomai] Programming Xenomai+analogy

2015-12-22 Thread Jorge Ramirez Ortiz
On 12/22/2015 09:28 AM, GianPiero Puccioni wrote: > Hi, > > I am trying to use xenomai to accomplish a, I think, simple task, but I > have never used real time programs before so I have some problems. > > What I need is to use a National Instruments PCI-MIO-16E-4 AD/DA to > read data from the AD

Re: [Xenomai] Programming Xenomai+analogy

2015-12-23 Thread GianPiero Puccioni
On 23/12/15 00:45, Jorge Ramirez Ortiz wrote: have you tried reading the Xenomai demo code or the analogy utilities? http://git.xenomai.org/xenomai-3.git/tree/utils/analogy Yes, of course, but the analogy utils are not written for realtime (and there are some bits missing, for example insn_

Re: [Xenomai] Programming Xenomai+analogy

2015-12-23 Thread Jorge Ramirez Ortiz
On 12/23/2015 03:44 AM, GianPiero Puccioni wrote: > On 23/12/15 00:45, Jorge Ramirez Ortiz wrote: > >> >> have you tried reading the Xenomai demo code or the analogy utilities? >> http://git.xenomai.org/xenomai-3.git/tree/utils/analogy >> > > Yes, of course, but the analogy utils are not written

Re: [Xenomai] Programming Xenomai+analogy

2015-12-23 Thread Orestes Mas
If you know some french, you may have useful the book "Solutions temps réel sous Linux" [1]. The book itself is not free, but examples are available on its web site (I've no relation with its author). It covers Xenomai at a basic level, among other basic realtime programming concepts. [1] http:/

Re: [Xenomai] Programming Xenomai+analogy

2015-12-23 Thread Gilles Chanteperdrix
On Wed, Dec 23, 2015 at 04:45:00PM +0100, Orestes Mas wrote: > If you know some french, you may have useful the book "Solutions temps réel > sous Linux" [1]. The book itself is not free, but examples are available > on its web site (I've no relation with its author). > > It covers Xenomai at a ba

Re: [Xenomai] Programming Xenomai+analogy

2016-01-08 Thread GianPiero Puccioni
Sorry for the delay, but I was away for a few days ... and then got the flu... On 23/12/15 14:59, Jorge Ramirez Ortiz wrote: On 12/23/2015 03:44 AM, GianPiero Puccioni wrote: On 23/12/15 00:45, Jorge Ramirez Ortiz wrote: have you tried reading the Xenomai demo code or the analogy utilities?