cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Printing Work Instructions

agomes_10
6-Contributor

Printing Work Instructions

I'm having a issue when try to print work instructions. All formats available returns a disfigured formatting.

Is there any way to improve that format?

 

 

1 REPLY 1

may be you can check here if any customization is possible http://support.ptc.com/help/windchill/wnc/r11.1_m020/whc_en/#page/Windchill_Help_Center%2FWCExplorersCust_MPMLink_PPE.html 

 

Work Instruction Customizations
Work instructions can be customized for a number of reasons, including to replace the header and logo with our own information, or to provide simpler work instructions.
The following table lists some common work instruction customizations.
Customizations
Description
To change the time units of an operation:
Modify the following JSP:
timeUnit in coreWorkInstruction.jsp
For example, to change from seconds to minutes, change to m.
To change the time units for the steps in an operation:
Modify the following JSPs, as required:
setupTimeUnit

processingTimeUnit

LaborTimeUnit

queueTimeUnit,

teardownTimeUnit,

waitTimeUnit,

moveTimeUnit
For example, to change from seconds to minutes, change to m.
To relocate a table in the work instruction:
Navigate to the end of the following JSP:
coreWorkInstruction.jsp
Then re-design the HTML display.
To display the processing cost of an operation in a workinstruction:
Navigate to that the following tasks:
• getOperationsAndStProceduresUnder AnOperation.xml
• sortingOperations.xml
Add the following attribute to the above tasks:
MPM_Attr_MPMOperationProcessingCost
Then create the column and display data in the following JSP:
operationDetailHeaderWorkInstruction
.jsp
To change the font, size, or color of the titles in a workinstruction:
Modify the following CSS file and the JSPs that use the definition in the CSS file:
workInstructionStyles.css
To change the logo at the top of the work instruction, or in the operation table:
Use the following procedure:
xconfmanager -d
com.ptc.windchill.mpml.WorkInstructionLogo=<logo> -t
codebase/wt.properties
where <logo> is the full path to the logo .gif file found in the following folder:
codebase\netmarkets\jsp\mpml
The default value is: ../../images/ptcLogo_workInstructions.gif corresponding to folder codebase\netmarkets\images
To add an image extension type:
Add the extension type to the following property:
com.ptc.windchill.mpml.WorkInstructi
onIllustrationFileExtensionAllowed
To rearrange, remove, or add new tables:
Modify the following JSP:
coreWorkInstructions.jsp
Top Tags