Beginner, need help please

21374

Member
Join Date
Jul 2007
Location
Melbourne
Posts
3
hey everyone,
i am doinga project and wondering whether plc's are the riight thing to use and if so how difficult it would be to do. i will have two microwave sensors, if an object passes through the first sensor but the not the second it is counted as a miss. If it goes through the first sensor and the second it is counted as a hit. Would a plc be able to put this ina variable which a could then put onto a screen as a percenatage?

thanks
 
You'll need a simple PLC as you have just 2 inputs (I assume that they are either digital inputs or analog inputs 0..10V DC). I think you can use Siemens LOGO! (6ED1 052-1CC00-0BA5)

Note: i don't know how to visualize the percentage in LOGO, but if you used a display which supports VBS then it's easy. LOGO has counters which you can count the hits and misses.
 
Last edited:
AMAZINGAHMED said:
You'll need a simple PLC as you have just 2 inputs (I assume that they are either digital inputs or analog inputs 0..10V DC). I think you can use Siemens LOGO!

Before you rush out and buy a Logo or Alpha or whatever, how fast are these inputs? If you are sensing a slow-moving vehicle, no problem but if this is sensing a projectile of some sort then you may need some sort of high-speed inputs.

Are you just using the PLC as a counter or are you doing something else too?
 
504bloke said:
If you need high speed counting then the Logo Manual States
504bloke said:
2 inputs can be used for counting up to 2 kHz (DC versions only).

Yep. That's fine if you're using one input to count misses (or hits + misses) and the other to count hits.

If the logic is not that simple then you may need interrupt inputs rather than just high speed counter inputs.

21374: If its possible to make the second sensor and not the first, is that a hit or a miss? (Or will it always make the first sensor when it makes the second?) When the second sensor is made, is the first sensor still made or has it already gone off?
 
21374 said:
hey everyone,
i am doinga project and wondering whether plc's are the riight thing to use and if so how difficult it would be to do. i will have two microwave sensors, if an object passes through the first sensor but the not the second it is counted as a miss. If it goes through the first sensor and the second it is counted as a hit. Would a plc be able to put this ina variable which a could then put onto a screen as a percenatage?

thanks

If you can disclose what your application is in a little more detail then you'll probably get a more useful answer.

At this point, it is very easy to 'assume' too much about your project to give an objective answer.
 
Thanks for your help. The project is for a basketball ring to count misses and goals, so one sensor is located at the top of the backboard to sense the ball coming in the vicinity of the ring, then the second sensor is located underneath the net to determine if the ball has passed through. The first sensor will be located so it will pick up every ball that comes in. So, if the the ball goes through the first sendor and not the second then it is a miss. Would that need high speed inputs?
 
21374 said:
so one sensor is located at the top of the backboard to sense the ball coming in the vicinity of the ring, then the second sensor is located underneath the net to determine if the ball has passed through.

I may be wrong but if the ball passes near the net but on the outside of it will the sensor be selective enough to not give you a false signal. What if a hand from a defender is close to the net just after the ball is detected near the backboard? How fast is the microwave sensor? I'm thinking of the posiblity of just seconds before the end of a time period and the ball is heaved from beyond half court and makes a perfect swish. The speed the ball is traveling would be too fast for many types of sensors.
 
21374 said:
Thanks for your help. The project is for a basketball ring to count misses and goals

If it is a school project or just for learning then it's ok but if it's something to be reliable then i don't think this solution is the best one.
milldrone suggested some situations where the system wont act as it's intended to. I'm no fan of basketball anyway:p
 
It wouldn't be used in a game, just at training. Maybe while practicing jump shots or freethrows. It is for school but it is a big assignment that goes for the whole year. Would PLC's be hard to program for this? Also, with the Siemens LOGO is there anyway you can run taht screen off to a bigger screen? or maybe use the data from the plc and put it onto a screen?
 

Similar Topics

hello everyone, I have a siemens s7-1200 that is dismantle from a worksite. I want to learn writing program. however, it's locked and need a...
Replies
8
Views
1,953
Hi :site: I have worked with allen Bradley mainly and attended slc/plc5 fundamentals but didn't have much time into programming. Just for...
Replies
9
Views
3,196
I'm an electrician and I started to learn programming. My dream is to start programming for Siemens. I spoke with a company more about a job and...
Replies
17
Views
4,776
First I'm am using the logixpro trial version form the learning pit. I'm having some problems with a program. I need some help. It would be...
Replies
6
Views
2,949
I have 2 CompactLogix 1769-L32E controllers. Each one has the following modules: Slot 1: 1769-IA16 AC Digital Input Slot 2: 1769-IQ16 DC Digital...
Replies
11
Views
4,158
Back
Top Bottom