Previous in Forum: Stray Voltage   Next in Forum: electrical engineering
Close
Close
Close
7 comments
Rate Comments: Nested
Participant

Join Date: Nov 2008
Posts: 2

Data acquisition and storage

11/14/2008 5:33 PM

I'm trying to realize a system that:

  • Reads 3 serial ports
  • Reads a DC tension and digitizes it
  • Copies the four sets of above data in a hard disk as it receives them
  • Trasmits the same set of four data via fiber optic

I would be able to realize it with a regular computer but I would rather like to implement it with electronic boards of more limited dimensions and that, once powered, start automatically working (with no boot requirement). Can you please give me any hint how could I realize it ?

Thank you for any help, Mauri

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru

Join Date: Sep 2007
Location: Defreestville, NY
Posts: 1072
Good Answers: 87
#1

Re: Data acquisition and storage

11/14/2008 8:04 PM

Mauri, every data acquisition system has (at least) three critical parameters which you need to address.

The speed of the acquisition (how fast you need to acquire samples)

The precision of the samples in bits.

The accuracy (not the same as precision) of the samples.

Some details of your application would also be helpful to solicit suggestions from the CR4 braintrust. More details?

__________________
Charlie don't surf.
Register to Reply
2
Member

Join Date: Apr 2007
Location: Palmdale, CA
Posts: 7
Good Answers: 1
#2

Re: Data acquisition and storage

11/16/2008 1:08 AM

This could be done using a PIC microcontroller and a couple of UARTS in about 6 square inches of PC board or less. Take a look at microchip's line of PIC's.

Register to Reply Good Answer (Score 2)
Power-User

Join Date: Mar 2007
Posts: 284
Good Answers: 6
#3

Re: Data acquisition and storage

11/16/2008 1:26 AM

Try to look at a tiny computer called 'Arduino' which is inexpensive, programmable using C, no boot at restart, includes both digital inputs and analog A/D. I've used it. It works!

__________________
Constant change is here to stay!
Register to Reply Score 1 for Good Answer
Participant

Join Date: Nov 2008
Posts: 2
#7
In reply to #3

Re: Data acquisition and storage

04/05/2009 12:08 PM

Hi Dovy: I bought the Arduino, programmed it and solved my problem. It took me a while, but now my project is complete and I wanted to thank you for the good advice ! Bye, Mauri

Register to Reply
2
Guru

Join Date: Feb 2008
Location: Van Nuys, CA
Posts: 563
Good Answers: 33
#4

Re: Data acquisition and storage

11/16/2008 6:20 AM

Some combination of LabJack unit/sensors/add-ons and programming may get you close to what you want:

http://www.labjack.com/index.php

Register to Reply Good Answer (Score 2)
Member

Join Date: Oct 2008
Location: Gateway to the North
Posts: 7
Good Answers: 1
#5

Re: Data acquisition and storage

11/16/2008 9:28 AM

Sounds like a fairly simple automation project.

Have a look at omega automation.com Good value for these samll operations

  • Reads 3 serial ports -get a PLC that has 4 serial ports as an option
  • Reads a DC tension and digitizes it -you'll need an analog input for this
  • Copies the four sets of above data in a hard disk as it receives them-How much data are you storing? You'll need to set up some type of historian if the data is going to be large. Conversely many PLCs will store some data that can later be downloaded to a jump drive (USB memory stick)
  • Transmits the same set of four data via fiber optic-Use the remaining serial port to drive a serial port to fibre converter or see if you can get a PLC that has a fibre connection directly.
Register to Reply
Power-User
United States - Member - US Citizen - Born & Raised Engineering Fields - Control Engineering - HVAC/R Simplified Using PLC Controls Engineering Fields - Instrumentation Engineering - HVAC/R Simplified Using PLC Controls Engineering Fields - Energy Engineering - HVAC/R Simplified Using PLC Controls

Join Date: Mar 2007
Location: Brick, NJ (USA)
Posts: 110
Good Answers: 5
#6

Re: Data acquisition and storage

11/16/2008 9:39 AM

AVG

Uticor

EZAutomation

All found at www.AVG.net

Let me design a system for you. Expand on the parameters of what you are trying to record, ex. tension, count, pressure, temp, time etc. I can do all of this over ethernet. Wired, fiber optic, wireless! Give me a specification?

__________________
"Memorize the calculations, you look like a fool searching your notes while teaching class"
Register to Reply Score 1 for Good Answer
Register to Reply 7 comments

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

dovy (1); enauman (1); hayestp (1); jcchiefeng (1); Mauri (1); pantaz (1); stevem (1)

Previous in Forum: Stray Voltage   Next in Forum: electrical engineering

Advertisement