You are on page 1of 20

PRESENTATION CREATED BY APARNA

LIST OF TOPICS
1. STRUCTURE MANAGER

A. TYPES OF GENERIC STRUCTURE

B. BOM(BILL OF MATERIALS)

C. BOM COMPARE

D. BOM REVISE

E. LIFE CYCLE OF BOM


2. TEAMCENTER CUSTOMIZATION

3. TEAMCENTER CUSTOMIZATION ARCHITECHTURE

4. DEFINITION OF ITK

5. TYPES OF ITK

6. CONCEPTS OF ITK
1. STRUCTURE MANAGER:

It allows you to create a generic product structures that can be configured


to show the structure of the product at a particular time or for a certain unit.

A. TYPES OF GENERIC STRUCTURE:

There are two types of generic structure in structure manager. They are:

1. Precise assembly

2. imprecise assembly
1. Precise assembly: 2. imprecise assembly
B. BOM(BILL OF MATERIALS):

A bill of materials or product structure is a list of the raw materials,


sub-assemblies, intermediate assemblies, sub-components, parts, and the
quantities of each needed to manufacture an end product.

C. BOM COMPARE:

It is used to identify the differences between two products.


The comparision of BOM is done in two ways.
COMPARISION MODES FOR BOM COMPARE:
D. BOM REVISION RULE:

Revision Rule sets the list of criteria to select an appropriate revision of


components to configure the product structure.
E. LIFE CYCLE OF BOM:
2. TEAMCENTER CUSTOMIZATION:

The client is the user interface (UI) layer and is built and
customized using the Java language (rich client) or JavaScript (thin
client) and other methods. The server layer can be customized using
the Integration Toolkit (ITK) and the C++ programming language.
3. TEAMCENTER CUSTOMIZATION ARCHITECHTURE:
Teamcenter customization architecture can be broadly distinguished based
on Teamcenter technical architecture. It can be categorized in to three
layers.
 Server or Enterprise Layer
Web Layer
Client Layer
Based on above Customization Architect, Teamcenter customization
can be categorized in to following area.
Server Customization
 Portal Customization
Web or Thin client customization
SOA based customization
BMIDE extension customization
4. DEFINITION OF ITK:

It is Integration Toolkit(ITK) that consists of a set of software tools


that are provided by Siemens PLM Software.

5. TYPES OF ITK:

Internal ITK Programming

External ITK Programming


6. CONCEPTS OF ITK:
The following are some ITK concepts.
1.Architechture Overview
2.Application interfaces
3.Teamcenter object model
4.ITK Functions
1. ARCHITECHTURE OVERVIEW:

Client tier

Web tier

Enterprise Tier

Resource tier
2. APPLICATION INTERFACES:

Service Oriented Architechture(SOA)

Integration Tool Kit(ITK)

Application Interface Web Service(AIWS)

Application Integration Environment(AIE)

Generic Shell
3. TEAMCENTER OBJECT MODEL:

Product structure object model

item and item revision model

Form model

Access control model

Application encapsulation model


4. USING ITK FUNCTIONS:

The standard format of using ITK function is as follows:

int module_verb_class_modifier ( const type variable_name[dimension]

/* [I/O/OF] */ );

You might also like