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.

How to make a new Life Cycle State

Cat
5-Regular Member
5-Regular Member

How to make a new Life Cycle State

1. System Environment


Both English language pack (default language) and Korean language pack are installed on my Windchill (i.e., Windchill 10.2 M030). 

Make a directory folders for life cycle state.

I made a directory (\wtCustom\wt\lifecycle). Then put the folders under the Windchill home directory (%WT_HOME%).

Here is the Windchill Custom Life Cycle directory: %WT_HOME%\wtCustom\wt\lifecycle\ 

2. StateRB.rbinfo


1.png

Make a StateRB.rbinfo (File Extension: rbinfo) file for English language pack

Example:  E:\ptc\Windchill_10.2\Windchill\wtCustom\wt\lifecycle\StateRB.rbInfo

------------------------------------------------------------------------------------------------------

ResourceInfo.class=wt.tools.resource.EnumResourceInfo

ResourceInfo.customizable=true

ResourceInfo.deprecated=false

ResourceInfo.replacement=false

# Entry Contents

TOYOTA_MISSION_COMPLETED.value.value=Mission Completed

TOYOTA_MISSION_COMPLETED.shortDescription=Mission Completed

------------------------------------------------------------------------------------------------------


Note: If French language pack is installed, you need to save a file as StateRB_fr.rbInfo 

    Please check the following information for your reference:  [java] Process Locales = en_US,en_GB,es,fr,de,ja,it,ko,ru,zh_CN,zh_TW,pt_BR

Well, I installed Korean language pack on Windchill. Therefore, I made a StateRB_ko.rbInfo file for Korean language pack

------------------------------------------------------------------------------------------------------

ResourceInfo.class=wt.tools.resource.EnumResourceInfo

ResourceInfo.customizable=true

ResourceInfo.deprecated=false

# Entry Contents


TOYOTA_MISSION_COMPLETED.value=임무 완료

TOYOTA_MISSION_COMPLETED.shortDescription=임무 완료

------------------------------------------------------------------------------------------------------

3. Resource Build

Execute the following command on Windchill Shell: ResourceBuild wt.lifecycle.** true


2.png

4. Ant Build

Execute the following command on Windchill Shell: ant -f codebase\makejar.xml


3.png


4.png



After completing build, check whether a new state is created correctly.  Yay! Mission is completed.

5.png





0 REPLIES 0
Top Tags