Data Aquisition Help Needed 
Author Message
 Data Aquisition Help Needed

I am not sure which group to post this to, but I figured
I would try here first...because the software will be Visual
Basic...it's the hardware I haven't got a clue about, and I
was hoping someone could steer me in the right direction.

I am designing a project that graphs real time sensor
output from a system.

I would use aftermarket data aquisition boards except
I don't need all the extra functionality, and this project
is for a laptop...(Just a RS232 will due)

The sensor output would be either millivolts,
milliamps (4 - 20mA), or volts (0-4.5) fed into an
A/D converter...That's the extent of my knowledge...

What i would like to find out is;
How do I get the output into a readable/useable format?
I heard there are chips that will convert the data stream
to ASCII...

Any Help...Most appreciated!!

Thanks in advance.
H

--



Sun, 19 Jul 1998 03:00:00 GMT  
 Data Aquisition Help Needed


Quote:

>I am not sure which group to post this to, but I figured
>I would try here first...because the software will be
Visual

>I am designing a project that graphs real time sensor
>output from a system.

>I would use aftermarket data aquisition boards except
>I don't need all the extra functionality, and this project
>is for a laptop...(Just a RS232 will due)

        Dear Huck,

Several vendors offer VB-compatible libraries to control
acquisition cards and allow you to plot data in real-time.
Check first Data Translation (MA) or National Instruments
(TX). Data Translation provides a series of VBXs and cheap
A/D interfaces. NI has VB4.0 OCXs. I believe many
manufacturers propose PCMCIA, RS232-based acquisition cards.

Quote:
>What i would like to find out is;
>How do I get the output into a readable/useable format?
>I heard there are chips that will convert the data stream
>to ASCII...

The output of the board is likely to be coded with 12 or 16
bits (for instance: 0 binary = -1.25V, 4095 binary =
+1.25V). You'll need to convert these numbers into reals or
strings.

        Hope this helps.

Quoc Thang NGUYEN
Laboratory of Cellular and
Molecular Neurobiology
Dept. of Psychobiology
University of California, Irvine
Irvine, CA92717 USA
Ph: (714) 824-4730
Fx: (714) 824-3522



Fri, 24 Jul 1998 03:00:00 GMT  
 Data Aquisition Help Needed

Quote:

>I am not sure which group to post this to, but I figured
>I would try here first...because the software will be Visual
>Basic...it's the hardware I haven't got a clue about, and I
>was hoping someone could steer me in the right direction.

>I am designing a project that graphs real time sensor
>output from a system.

>I would use aftermarket data aquisition boards except
>I don't need all the extra functionality, and this project
>is for a laptop...(Just a RS232 will due)

>The sensor output would be either millivolts,
>milliamps (4 - 20mA), or volts (0-4.5) fed into an
>A/D converter...That's the extent of my knowledge...

>What i would like to find out is;
>How do I get the output into a readable/useable format?
>I heard there are chips that will convert the data stream
>to ASCII...

How rapidly do you need samples? (once per minute, every second,
10,000 samples/second...)

       *and*

How many bits does the A/D converter need?  Alternatively you
can tell me how small a signal you need to resolve.



Fri, 24 Jul 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Need help with Data Aquisition

2. QuickBasic data aquisition

3. real time data aquisition

4. VB and data aquisition via the serial port

5. multipart/form-data Need just data string help

6. Need Report to look at SQL Data source ( VB / CR newbie needs help)

7. HELP - Need help on DATE data type

8. Need help with accessing recordset data

9. VB6 Data Reporting Help Needed

10. Help needed with VBA to take data from a recordset to fill a listbox

11. Need HELP Importing Access List Box data to Word document

12. Need Help/Suggestions re. Exporting data to Excel

 

 
Powered by phpBB® Forum Software