one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
1968Post New Mindlance Interview Questions
What is wordpress media library?
Why apache spark is faster than hadoop?
How to declare a cursor with "declare ... Cursor" in ms sql server?
Explain the process of converting a Tree into a Binary Tree.
What is singular tag?
What language is dll written in?
How to get the first 100 rows from the flat file into the target?
Are successfactors, ariba, concur, sap hybris marketing, and other cloud solutions from sap included in the sap s/4hana product license?
What are the main types of concurrency design patterns?
List the primary header table for a crm business transaction?
Explain managing session state in windows azure?
Hi, I want to validate an analytical procedure of a specified impurity, but this impurity is unavailable for me. can I use the API instead of impurity in the linearity test? in Which reference can I find such information?
What are The MAP Types?
What is the think time? What is the threshold level for think time and how can be this changed?
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.