plc based speed indicator

zahedjoyy009

Member
Join Date
Apr 2016
Location
KUET, Khulna
Posts
7
i have an idea to implement a system for indicating speed of vehicle. but i will not measure the speed of any vehicle directly. i will place two photoelectric sensors and the distance between them mayb 1 meter or 2. when any vehicle reach at the first sensor, it will sent a signal to the station where the sensors are connected with plc ladder logic. when the signal from the first sensor arrives, it will turned on a timer. the timer mayb set to a specific duration, mayb for 10 sec. this 10 sec is the maximum allowed time for the vehicle. any vehicle may reach the second sensor after 10 sec but thats not an problem because that vehicle mayb a slow speedy. but if the vehicle reach the second sensor before 10 sec then it will indicate that the vehicle is in high speed so it will sent an alarm signal at the station. can any1 pls help me for designing the ladder logic for this problem?
 
Welcome to the forum.

it would help if you tell us what plc.
Sounds like homework.
You are already on your way just by telling us what you need, so here's some help.

1. vehicle makes sensor and starts timer.
2. vehicle goes past sensor and keeps timing.
3. vehicle makes 2nd sensor, store the time and reset timer for next vehicle.
4. if stored time >= 10 sec, do nothing and reset stored value.
if stored time < 10 seconds, sound alarm

regards,
james
 
i'm working with LOGO siemens PLC.
i think you got the clear knowledge of my idea. but i dont know which timer could be useful for this purpose. and it will be so helpful for me if you sent me some rough ladder diagram using that specific timer. thank you.
 

Similar Topics

i have an idea to implement a system for indicating speed of vehicle. but i will not measure the speed of any vehicle directly. i will place two...
Replies
8
Views
2,211
I am trying to use tag based alarms in Studio 5000. It seems really great at making alarms automatic. I have a few alarms that require...
Replies
0
Views
1,060
I got a problem concerning the change of coins from a vending machine plc based, i use the rs logic starter lite with Rs emulate 500 along with...
Replies
5
Views
2,080
Dear Members, I am new to S5 series PLC, In one of my application, I need to communicate S5 6ES5942-7UA12/ or S5 6ES5941-7UA12 PLC with HMI(PC...
Replies
6
Views
2,184
How can I get a rough estimate of how much memory I will need for a controller if the code is not written yet, but I know how much I/O it will be...
Replies
10
Views
3,380
Back
Top Bottom