Hi All
I have just started a new job and one of the first things I have been asked to do is finish a project the previous guy started. Well after looking through the box of bits I have come to realise the project was never started. I have the following Items.
Arduino Uno R2
Arduino Ethernet Sheid
A small Red RTC Module
Sparkfun Electronics ADM2004D LCD unit
LEDS, resisters, cables.
They all look very nice, unfortuantly I dont have the slightest idea what to do with them.
What my employers told me is that the project is to be used to count components and monitor the state of the production line.
After further investigation I found some notes that the other guy left and his idea was.
Have a photosensor connected to the Arduino UNO, everytime a component went past the UNO it would increment its total by one and would show this on the LCD screen, if there was a pause of 60 + seconds between counts the LCD screen was to display Production Stopped and a Red LED would light, when a component passes again then it would light a green LED and continue to count. The UNO would also be connected to the Network, after every 5 components counted it would send this to a database on the network, if production stopped it would send whatever it had counted to the database along with the time the production stopped, when production starts again it sends this time to the database and so on. He also has a note that there must be some sort of redundancy so that if the UNO loses network connection it continues to store the information on an SD card and sends all the information to the database once the network is back up and running, also displaying Offline on the LCD.
I dont even know if what my employers are looking for is possible with the above, but any help will be appreciated.
Cheers
Dj