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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,603faa0ab50152a0,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.81.40 with SMTP id w8mr228780wix.0.1357952280930; Fri, 11 Jan 2013 16:58:00 -0800 (PST) Path: o9ni7755wio.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!eu.feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: Mutek Newsgroups: comp.lang.ada Subject: from LabView to Ada? HowTo? Date: Sat, 12 Jan 2013 00:57:59 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: D6eXnj6KBFyZUEn8i/jtDw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-01-12T00:57:59+00:00 List-Id: Hello, I wuold like to investigate if is possible to migrate or just restart over from an actual LabView Windows environment to a multiplatform Ada/ Gnu/Linux based solution. I use LabView to do very simple datalogging with a lot transducers: analog hight pressure transducers, thermocouple/temperature transducers, LVDT analog and PWM/digital datalogging and so on. I'm just using some very expensive NI boards but I would like to stay away from them. Is there a way to use Analog/Digital IO boards with GNU/Linux and program direct with Ada? Do you know if it's possible and how? (pointing me to some working reference) I mean something very closed to Arduino hardware but more professional in terms of measurement precision. Arduino needs to load the firmware via Processing so it's a bit far from what I mean (using Ada to metacompile Processing and then inject into the board)...I mean something closed to what you can do in C when vendors give you the drivers and the .h to develop direct your solution... So how can I do this in Ada? Thank you in advance for your feedback, m