Hey,
I have some questions about using an Arduino (or microcontrollers in general) in practice. A friend is working on Vacuum tanks that require a little bit of automation:
- 2x Measuring pressure
- 2x (Soft start) Relays to control the pump
- A few setpoints to adjust (so we need a display or PC that communicates somehow)
- Data logging (on a USB stick, and/or sending data to a PC)
There are beautiful systems for this. Large touchscreens, PLC's, industrial PC's. But since the functionality is rather simple, I think paying ~500 euro or more is way overdone for such an application. An Arduino plus some attachments (USB, LCD, maybe XBee) is a lot cheaper.
BUT, I'm a little bit concerned about its durability. That price difference has to come from something. As far as I know, these Vacuum pumps won't operate in extreme harsh environments, but you can surely expect some dust, power failures and 24/7 service. Are microcontrollers (and components such as a simple LCD or USB for logging on a stick) capable for that? Of course, we can make a box around that microcontroller, but I guess one might need a little bit more protection than that. Advices?
Oh, about durability & displays... Are those bigger LCD / TFT's (like these ones http://www.antratek.nl/Matrix-Orbital-graphic.html ) a wise choice? I'm thinking about keeping the display simple (LED's, 2x16 LCD) and using XBee communication with a PC to take care of the controls instead.
Cheers,
Rick