Ok, i think next step would be for you to post a schematic showing how you will wire up the sensor and the display to the Arduino. It can be hand drawn and photographed, or use a scematic editor like Fritzing in schematic view.
To keep things simple for your first project i would recommend a display like this. It has a built-in driver circuit which will make using it much easier for you.
Those sensors don't appear to use a modulated IR light. That's OK in an indoor / controlled environment but if you have variable light conditions (i.e. outdoors) you might get stuck tweaking it constantly.
I'd recommend using any discrete red, white, or IR led as the emitter and a TSSP4038 (or TSSP58038) IR receiver for the receiver. Regarding the choice of LED, just about any small LED will work; these receivers are quite sensitive and capable of meters of range. Regarding these specific parts for the receiver, compared to typical receivers used with TV remotes and the like, they're different in that they're designed for continuous signals.
Thanks again for the input.
Being new to Arduino. I'm having trouble getting started.
I know what I am trying to achieve - but using the Arduino to integrate it is my catching point.
I don't know how to wire the sensor and LED unit to the Arduino.
I also don't know where to begin with the code.
There are several examples of code (like the examples I listed above).
OK, how big and what colour display do you need? Sounds like it needs to be used outdoors, so will need to be as bright as possible? Also this extra light that indicates the count of 100; any ideas on that?
I think the ir beam break detection is the crucial thing to get working first. For now you can send the count back to a laptop and see it updating on the serial monitor. If you can't find a way to make that work right, there's not much point wasting time working on the display.
Awesome - I'll start with the IR Beam in an outdoors setting.
The count of 100 - I'm guessing I'll run with a second Display that counts in 100's.
I'll also use an LED that will simply flash for about 5 seconds just to indicate 100 was reached. The LED will extinguish after that until the next 100 is reached.
I'll start on the count and message if I run into any snags.