From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Point a beginner in the right direction? Cheap bare-board to run with a RTOS for running ADA Date: Wed, 10 Jul 2013 10:06:19 +0200 Organization: cbb software GmbH Message-ID: <1t7hx3zc78rix$.haln61pskriq.dlg@40tude.net> References: <8a3093bb-90b3-4081-9b0b-dfde5aa6b851@googlegroups.com> <993despcuk1d.1ifczvyo501px.dlg@40tude.net> <51da9a80$0$6561$9b4e6d93@newsspool4.arcor-online.net> <1lfymwgas7bnf$.kh3wyk2tncb0.dlg@40tude.net> <1bj6kquk0z8ak$.oyr1yls3ny3e.dlg@40tude.net> <51dc8d46$0$6571$9b4e6d93@newsspool3.arcor-online.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: IenaDxMXK2hi7fvYcb+MlQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 2608 Xref: number.nntp.dca.giganews.com comp.lang.ada:182419 Date: 2013-07-10T10:06:19+02:00 List-Id: On Wed, 10 Jul 2013 00:23:01 +0200, Georg Bauhaus wrote: > Connect a thermometer in a fridge to an LCD display, with a controller > between them. Do I need tasking? TCP sockets? File systems? Sure. E.g. http://www.beckhoff.de/english.asp?ethercat/et1100_et1200.htm The sensor is a PT100, an analogue input sampled independently on the I/O protocol. In this case of ET1100 it is EtherCAT. The nature of the communication is that I/O to the master and sampling can be asynchronous or triggered by communication I/O etc. In short, it is tasking, shared memory, barriers and other "nice" stuff. This is clearly all over the top for a fridge right now. But this is not so distant future. A telephone is already a personal computer with all bells and whistles. So any household device will become. It may be funny, but yes, to service one bit of data of an actuator or sensor you will have a whole computer attached to it wielding the power of a workstation in early 90's. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de