How to Program Data Retrieval from Sensors for Beginners?

  • Thread starter Thread starter blkexp98
  • Start date Start date
  • Tags Tags
    Data Sensors
blkexp98
Messages
10
Reaction score
0
How do you get started learning how to write a program to display and manipulate information from various sensors? What I am mainly interested in are volts and mA's since that's what most transducers and sensors use. I would like to be able to see the information on a computer or eventually on a dedicated LCD screen but I think that's a little ambitious at this point. One of my pressure modules can be read via Hyperterminal but I would like to have a dedicated program to show various sensors all at once. I am just at a loss at where to start looking for help.

For example I have seen a companies program where they had its reading about 6 pressure transducers to make various calculations to give useful data. The guy who wrote the program was there but it wasnt a situation where I could take the time to ask about it.

Thanks for any help.
 
Engineering news on Phys.org
There are many programs that can collect and process data from external devices (and send data to them) - LabView, MATLAB, self-written code, ...
You always need some device to convert analog data (like voltages and currents) to digital data, of course.
 
blkexp98 said:
How do you get started learning how to write a program to display and manipulate information from various sensors? What I am mainly interested in are volts and mA's since that's what most transducers and sensors use. I would like to be able to see the information on a computer or eventually on a dedicated LCD screen but I think that's a little ambitious at this point. One of my pressure modules can be read via Hyperterminal but I would like to have a dedicated program to show various sensors all at once. I am just at a loss at where to start looking for help.

For example I have seen a companies program where they had its reading about 6 pressure transducers to make various calculations to give useful data. The guy who wrote the program was there but it wasnt a situation where I could take the time to ask about it.

Thanks for any help.

You need to first start by looking at how your various sensors transmit their data. Some only have analog outputs (putting out a voltage or current), so as mfb says, you need to digitize those analog values with some sort of data aquisition device, before the data can be read by a PC or laptop. Many sensors put out their data in some digital form, like via a USB connector or RS-232 connector (hence the HyperTerminal application can read their data). Others interface with microcontrollers via I2C or SPI or other serial data interfaces.

Here is some introductory information from National Instruments:

http://www.ni.com/data-acquisition/...arch&nicam=Measurements&nigrp=DataAcquisition

:smile:
 
Have a look at the mbed website. It has adc and dac capability as well as an easy interface (USB cable) to LabVIEW. I'm trying to use it to simulate a front panel of a CHP unit at the moment.
I've found the online compiler to be very useful and there is code online that can be manipulated to suit.

There may be better ways, but as someone starting out I found the mbed to be user friendly.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 9 ·
Replies
9
Views
10K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
2K