Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 14th March 2008, 05:55 PM   (permalink)
Unhappy Assume I know nothing and need lots of help !

Hi guys, have been mooching round the board for a little while and thought I'd register and ask a few questions as I have been asked to help a friend and thought with your help I'd be able to help him (if that makes sense)


The plan is to monitor an array of various pressure and temperature sender units fitted to an engine test rig (Radial Aero engine).. The data is then sent via a serial (usb) interface, then a little software (Am part time programmer so no probs there) and the data can be saved realtime to a file for examination at a later date, and/or displayed..

In my simple way of looking at it, all I need to do
  1. Check resistance on each of the sensors (Using standard car sensors)
  2. Send the data via an interface through usb/serial port
  3. Read in data and display/save

I do have some minute amounts of finger melting skills and have done some basic projects, but if some kind soul could give me some pointers I'd really appreciate it


Many Thanks

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 06:14 PM   (permalink)
Default

sounds like you want to grab a hold of a microcontroller programmer, a microcontroller with some ADCs to read your resistances and EEPROM to store the data in. Reading it out via serial is probably your easiest bet as USB tends to get more tricky.
Norlin is offline   Reply With Quote
Old 14th March 2008, 06:52 PM   (permalink)
Default

Thanks for that, I guessed would need an ADC, just not sure about microcontroller info etc..

Microcontroller to perform what action, convert the value into an easy to read value ? (Sorry if am being particularly dim)

I have found this http://www.xdesignlabs.com/xlogger.php which at first glance appears to do what I need at a very good price, probably less then i could make one for, but would still like to have a go at building one

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:03 PM   (permalink)
Default

Have dug around some more and found this little baby that seems to fit my needs... However, how would I get to monitor more than 1 sensor (I need approximately 16!)?

http://www.iguanalabs.com/adc2051.htm

I have also found this http://www.xdesignlabs.com/xlogger.php which seems to fit the bill pretty much, I probably wouldn't be able to build one cheaper, but would like to try anyway


Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:27 PM   (permalink)
Default

Why not save the data in the PC? On the hardware side just digitize the data and transmit to the PC via serial port and the application on the PC will acquire the data and save it.. I think no need of EEPROM
__________________
Khizer Naeem Mughal
IIUI
Cry_Wolf is offline   Reply With Quote
Old 14th March 2008, 07:30 PM   (permalink)
Default

That is my plan to save it to the PC..

And why are my posts not showing !!!

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:32 PM   (permalink)
Default

Ah, some reason I thought he'd be gathering the data while the engine was in use, then retrieve the data at a later point to his PC, but if the PC can be connected while the data is being logged, there's no need for the EEPROM
Norlin is offline   Reply With Quote
Old 14th March 2008, 07:33 PM   (permalink)
Default

In fact, if he has a live connection, there's no need for a microcontroller even, just some ADC ICs and connect that up to the PC via a MAX232 or something and write a program.
Norlin is offline   Reply With Quote
Old 14th March 2008, 07:37 PM   (permalink)
Default

Odd !! thats my third reply ..

I had links in my other posts will that slow things down ?

Ok quick re-cap, on posts not shown lol..

Found a datalogger with ADC for 139USD (xlogger by xtal), 10 channels, I doubt I could build one for less but would like to have a go anyway.

What would I need the microcontroller for ? Would it be to make sense of the info from the sensors ?

By just throwing the raw data at the serial port what would I expect to see ?

Could I interpret the data with a bit of code ? (Which should be easy enough as long as I know what the raw data will be)

The way I understand the sensors is that they are basically a resistor which reduces or increases in resistance depending on the pressure/temperature..

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:40 PM   (permalink)
Cool

Quote:
Originally Posted by Norlin
In fact, if he has a live connection, there's no need for a microcontroller even, just some ADC ICs and connect that up to the PC via a MAX232 or something and write a program.


How will he make the data serial?
He mentioned that there are more than one sensors! so he need to multiplex
So i think that a controller is a must!
__________________
Khizer Naeem Mughal
IIUI
Cry_Wolf is offline   Reply With Quote
Old 14th March 2008, 07:42 PM   (permalink)
Default

Sorry, maybe I should explain things a bit...

It's for monitoring an aircraft engine (7cyl radial) on an engine test stand.. A laptop running Linux (As if there were any other OS's worth discussing )

Plan is to read the sensor data in through the serial interface and log it directly to file for analysis later, also to have a real-time display for monitoring purposes..

Once this is completed I plan to move the project on to log data on an eeprom, so the unit can be used in-flight.. The aircraft is a YAK15, so is not the most up-to-date technology wide !

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:44 PM   (permalink)
Default

How does the multiplexer work ? Does it take a reading from each sensor, and pass it on in order ?

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 07:52 PM   (permalink)
Default

if you use a microcontroller then i suggest you use a ADC 0808 (Analog to Digital Converter). It can take 8 analog inputs and multilex them as well Giving the digital out put of one Analog input at a time. Perfect for your case!
__________________
Khizer Naeem Mughal
IIUI

Last edited by Cry_Wolf; 14th March 2008 at 07:54 PM.
Cry_Wolf is offline   Reply With Quote
Old 14th March 2008, 08:25 PM   (permalink)
Default

Ok, so have had a read of the info on the ADC0808, it does look pretty much perfect apart form being half the size I need..

Could I use 3 ..

first one collecting data from 8 sensors second collecting data from another 8, the thirst collecting data from ADC 1 and 2, then sending that to the PC ?

the timing circuit am assuming is just a 555 ?

Sparks
sparks_vfr is offline   Reply With Quote
Old 14th March 2008, 08:28 PM   (permalink)
Default



You are totally wrong. First tell me how many Analog signals you need to monitor? are they 16?
__________________
Khizer Naeem Mughal
IIUI
Cry_Wolf is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 09:17 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.