A PLC is programmed to drive three motors A, B and C as follows : After running motor A for an hour, motor B should get ON and motor A should get OFF. And after running motor B for an hour, motor C should get ON and motor B should get OFF. And after running motor C for an hour, motor A should get ON and motor C should get OFF. (That is, a cyclic repetition with time period one hour) Now, the second condition is: If any motor gone faulty and is tripped, the consecutive motor should get ON and the faulty (tripped) motor should be eliminated from cyclic repetition. The remaining two motors should bear the cyclic repetition of one hour each. (For healthy motor take logic as high and for tripped motor take logic as low) Now, the third condition is: When motor A load(Amps) exceeds 60% of its rated load, motor B should get ON in parallel to motor A. And when both motors A & B are running in parallel, and if their load exceeds 60% of their rated load, motor C should also start in parallel to A & B. [Here the cyclic repetition is eliminated, until their loads become normal(40%)] [Take logic high(1) for load at 60% and logic low(0) for load at 40%] Now draw a flow chart or a ladder diagram to fulfill the above condition.
2118Post New MNC Instrumentation Interview Questions
Why do some medications contain hcl?
What are the media types?
What is the cause of bad sectors on hard drive?
What are j2ee components?
If perfect numbers, except 6, can be expressed by the sum of the cubes of an unbroken sequence of consecutive odd integers, what are the consecutive odd integerswhich, when cubed, give the perfect number 28?
How large can a mysql database become?
define tm1 package connector?
What are the types of keyfigure aggregation in terms of time?
How can you filter out specific type of file using file system controls?
How do I defragment my hard drive?
What is data structures in computer science?
Can the accessibility of a type member be greater than the accessibility of its containing type?
How do we calculate GNP and GDP?
What Is Financial Management System?
What are the rules about using an underscore in a c++ identifier?