Is It Possible,,Temp Sensor, Code, Display, Write To File

Hello,

I am very new to Arduino, and looking for a general yes or no if the project I have in mind is possible with Arduino technology, dictating if I research it more, below is the desired Idea.

I currently have a temp probe(k-type thermocouple, can be changed) that currently reads a temp drop every thirty seconds, from 400F° to 170F°, timing not consistent enough to use for programming. When the temp drops I want to record the min value of the drop. Then write to a file so later I can pull up with a laptop each drop for the day, and what temp it reached. I also need a small display to have the last x(lets say 10) drops displayed, so if I walk by I can see recent events without having a computer and opening the written file.

Eventually I would like the chip to also output 4-32VDC to a relay if the temp from a different probe drops below a set point, this point could be set up down button so the computer would not need to be present., Maybe have live set and actual temp displayed to the screen.

Also part of the eventual plan is have the chip control a Brushless DC gearmotor, made by Merkle-Korff-Model GF 5738B, uses 0-5 or 0-10 VDC for speed reference. This would ideally be able to be sped up or down by a button, so the computer would not need to come by, again have the setting current setting displayed on the screen.

I imagine this would be quite a project to undertake. I am currently trying to choose the correct route to save myself andf pocket book heartache down the road. Advanced thank you to all that reply.

Everything you described can be done in one day with all the parts.. The only question is , do you have the motor driver for the brushless motor ? (a "black box" that accepts the analog speed voltage command and drives the motor) ?

https://www.google.com/search?q=20x4+lcd+arduino&rlz=1C1GPCK_enUS504US504&espv=2&biw=1144&bih=658&tbm=isch&imgil=JuJaMaC69pQr_M%253A%253BNBMcSkdRbIACiM%253Bhttp%25253A%25252F%25252Ffritzing.org%25252Fprojects%25252Fvery-instructive-arduino-uno-with-lcd-20x4-buzzer&source=iu&pf=m&fir=JuJaMaC69pQr_M%253A%252CNBMcSkdRbIACiM%252C_&usg=__BONRpp8lq_Ss6TwjX8u2pgJnuL4%3D&ved=0CFEQyjc&ei=k3UTVN2vBoL8oQTglYKABw#facrc=_&imgdii=_&imgrc=zU5BfeyuoPbBaM%253A%3ByhbXf0pLDMRa5M%3Bhttps%253A%252F%252Fc2.staticflickr.com%252F8%252F7022%252F6421127235_0f644c003c_z.jpg%3Bhttps%253A%252F%252Fwww.flickr.com%252Fphotos%252Felboby%252F6421127235%252F%3B478%3B640

Thank you raschemmel,

I will start looking through the Arduino catalog to figure what product best fits what I need.

MJ