Additional Windchill Capabilities > Manufacturing Process Management > Customizing the Process Plan Explorer > Customizing Work Instructions > JSPs Used in Work Instructions
  
JSPs Used in Work Instructions
The following table lists and describes the JSPs used to configure work instructions.
JSP
Description
headerWorkInstruction.jsp
Creates the logo image shown in the top corner of the work instructions report. Right next to the logo, it creates a table showing information about the process plan for the operations shown in the report. At the far right, it creates the assembly table information for which this process plan was associated.
configSpecWorkInstruction.jsp
Creates the configuration specification table used in the work instructions report. Three types of configuration specifications are valid for this report: standard, baseline, and effectivity. The values shown are the ones for the expansion criteria that were applied to the data when the work instructions report was launched.
operationHeaderWorkInstruction.jsp
Displays the information created in the sequenceHeaderWorkInstruction.jsp in the left margin. Creates the label number of the operation or sub-operation and places it next to the sequence number. Below the label number, it creates a table showing the name, number, version, and short description of that operation.
operationDetailHeaderWorkInstruction. jsp
Creates the table below the operations header. It shows details of the operation, including work centers used, times and costs.
operationDetailWI.jsp
Creates the tables with the operation long description, its associated parts, its allocated resources, and its associated documents. If the value of the Displayed column in the documents table is Yes, the associated document is a recognized image to be displayed in the work instructions panel on the left of these detail tables. Image files that can be shown in work instructions must end with an extension specified by the following property:
com.ptc.windchill.mpml.WorkInstructi
onIllustrationFileExtensionAllowed
sequenceHeaderWorkInstruction.jsp
When operations are part of a sequence, this JSP creates links to the branching and return operations. If the operation is a sub-operation of another operation, this JSP creates links to the parent operation.
footerWorkInstruction.jsp
Creates the footer area shown at the end of each operation section. This displays the present state of the operation, its status, its inspection, when it was first created, who updated the operation last, and the last date and time of the update.
coreWorkInstruction.jsp
The core JSP that constructs the work instructions report. Processes the URL parameters and calls the Info*Engine tasks used to gather the data related to the operations found in a process plan. If the JSP is launched from a process plan, it calls
processPlanLogicWorkInstruction.jsp
If launched from an operation it calls
operationLogicWorkInstruction.jsp
This JSP also computes the parent and child relationship between operations, and the sequence branching and return operations. For each operation, it will call the JSPs that create the tables and displays the data returned by the Info*Engine tasks.
operationLogicWorkInstruction.jsp
Info*EngineInfo*Engine
Launches Info*Engine tasks that find all operations and standard procedures under an operation. Operations are sorted by operation label number. This JSP does not display items in the report.
processPlanLogicWorkInstruction.jsp
Launches Info*Engine tasks that find all operations, sequences, and standard procedures under an operation. The operations found are sorted by operation label number. This JSP does not display items in the report.