Interested in linking to "A new idea about operations manuals"?
You may use the Headline, Deck, Byline and URL of this article on your Web site. To link to this article, select and copy the HTML code below and paste it on your own Web site.
02/10/2005
ADVERTISEMENT
If the operator presses the drawbar-unclamp push button, whether hardwired or virtual, and any of the required conditions are not met, then a message can be displayed to inform the operator what conditions are missing. The same approach can be applied to startup sequences, manual operations, and fault recovery.
Thinking like the operator--not the designer--can pay huge dividends in the effectiveness of the message. Messages such as: “Analog Voltage From Tool Retainer Position Transducer Fails to Meet Acceptable Criteria,” typically will be less meaningful to the operator or even a technician than something like this: “TOOL SHORT CLAMP--CHECK X12 PROX.”
In addition, the added information in the second message—the address of the proximity sensor—makes it easy to locate in the electrical schematics.
This might seem a daunting task, but it can be a manageable part of the software development process. I try to discipline myself so that immediately following any sort of “enable” line, I automatically add the logic to inform the operator of missing conditions if they are attempting to initiate the programmed action. This helps keep the structure of my logic consistent, and ensures that I don’t neglect any of the conditions.
This approach won’t be a substitute for all aspects of a machine or process manual. Many of the necessary procedures to set up and/or maintain a piece of equipment are very involved, and require more than the 255 characters that your programming software allows for messages. These items need to be addressed in an offline manual in order to provide the forum and detail required. More detailed troubleshooting items also might need to be addressed elsewhere.
In the example above, an offline manual might be required if the solution to the stated fault is not readily apparent. However, these more detailed items encroach more into the maintenance manual than the operations manual. Nevertheless, don’t hesitate to include maintenance-type activities into the messages when feasible.
If you’re anything like me, you’d probably prefer to add messages to your control software than to painstakingly write a Word document detailing the same items. Not only does the control software provide for a more immediate, more useful feedback that the operator will actually get to see, but the returns for the time spent are significantly higher for you and your company.
ControlDesign.com is the only multimedia source dedicated to the controls, instrumentation, and automation information needs of industrial machine builders, those original equipment manufacturers (OEMs) that build the machines that make industry work.