Hello,
I am working now on pick to light project. (System should scan barcode and then light up LEDs assigned to the appropriate container. Detection of hand near right container should cause switching off the light (and of course some alarm for wrong pick).)
I've done some research to start with mock-up of the system. I'd like to use dedicated pick-to-light sensors to make hardware part of the project as simple as possible (sensor has integrated job lights). And here come my questions - how many sensors like this: (E-series, PNP no output) http://info.bannerengineering.com/cs/groups/public/documents/literature/125680.pdf
can I connect with one Arduino? Is Arduino Mega the best choice or is it better to use Arduino Uno and have less sensors per one board(or some external modules)?
There are also some sensors with IO-Link, but I'm not sure how it works - is it possible to integrate them with Arduino somehow?
Anyway, I want to start with 2 or 3 sensors and test how it works. If anyone tried to do something like this already, I'll be grateful for any tips/suggestions.
Oh, and is it necessary to use any pull-up resistors while connecting sensor? As I've read some say yes and others say that input circuit already has required resistors...
Have a nice day