Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

PLC Validation

Status
Not open for further replies.

gerone

Industrial
Mar 1, 2005
2
0
0
IE
I currently am working on a project to validate the PLC control software on a steam steriliser. Has anyone got any experience in this? Where do I start? Anyone know of any website with sample protocols? What are the main things I should cover?
 
Replies continue below

Recommended for you

There are no specific procedures that I know of, since testing is a function of the functionality of the software. However, what you appear to be asking is something akin to Formal Qualification Testing (FQT) and/or Design Verification Testing (DVT). The IEEE standards on software development may provide some guidelines.

In general, you need to basically run down through your Software Requirements Specification (SRS) and verify that each function is implemented and works to specification. If there are specific algorithmic functions, these need to be fed real or simulated inputs to see how the software reacts to the inputs and whether its outputs are according to specification. You might have an Algorithm Description Document (ADD) that shows, mathematically, how your software is supposed to process its inputs and how it generates outputs.

Additionally, you may have a prototype model of the process software in Matlab, in which case you can compare the model to the reality.

TTFN
 
Status
Not open for further replies.
Back
Top