PLM之家精品课程培训

PLM之家精品课程培训

联系电话:18301858168   |   QQ咨询:939801026
NX二次开发培训

NX二次开发培训

UFUN/NXOpen C++和实战案例

适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术。
公众号二维码

关注公众号

点击扫描二维码免费在线高清教程

课程详情
Catia二次开发培训

Catia二次开发培训

市场需求大,掌握核心技术前景广阔

Catia二次开发的市场需求大,人才稀缺。掌握开发技能潜力巨大,随着经验积累将在汽车、航空等领域有所作为。
B站二维码

在线原创B站视频

点击关注工业软件传道士主页

课程详情
Teamcenter培训

Teamcenter培训

全方位培训,从基础应用到高级开发全覆盖

涵盖用户应用基础培训、管理员基础培训、管理员高级培训及二次开发培训等全方位内容,由多年经验讲师打造。
QQ群二维码

加入同行交流

点击扫描二维码加入QQ群

课程详情
×

PLM之家plmhome公众号

课程涵盖: PLM之家所有原创视频

×

关注B站视频

所有高清视频一览无余,全部在线播放学习

×

加入PLM之家QQ群

同行交流,疑问解答,更多互助

PLM之家PLMHome-国产软件践行者

[资料] Teamcenter BMIDE冷部署TEM Deploy方式原理和步骤

[复制链接]

2018-5-14 19:03:08 9424 1

mildcat 发表于 2013-11-25 18:21:27 |阅读模式

mildcat 楼主

2013-11-25 18:21:27

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
) G3 l; v6 B' z; Y" b4 o7 D' N
Teamcenter BMIDE冷部署TEM Deploy方式原理和步骤 TEM.bmp
( V2 `3 d3 }# k' u* F) O4 \

9 I$ ?" @* J$ p' S4 ]5 O% m9 ALet‘s understand these steps in detail.   X$ U4 W: G* U% P+ L
1)   Copy the template files, install scripts to TC_ROOT/install/<template>
, e6 N: w9 J* U: wa.   In this step the TEM will unzip files in your template package to the folder ' z7 F  n6 d/ a1 y  P% z; A
TC_ROOT/install/<templatename> 0 u* ?. _7 O3 B" i" A0 |( E
2)   Copy libraries to various folders in TC_ROOT 9 R8 Y1 o4 `0 J0 D+ Q8 v
a.   TEM will copy the libraries or executables in your template package to respective folders in 6 C0 f" y# t3 o  V5 Y
TC_ROOT
! T/ P. L3 f  Z* p; I6 A2 g3)   Download files to TC_DATA/model from datasets (Applicable from Teamcenter 8.3 onwards)
" ~8 o' I4 P& g; t% fa.   BMIDE utilities will download the current TC_DATA/model files from dataset ' @* W1 o& |3 _$ U2 d* _
4)   Copy the latest template files from TC_ROOT/install/<template> to TC_DATA/model  
6 P2 h, \6 c/ q9 O9 k5)   Generate delta.xml
5 ?; d! z# h  y3 u# ya.   In this step, the delta.xml is generated using the files in TC_DATA/model  1 A3 i3 x  w: c: g1 w2 d* l- F
i.   Copy model.xml to model_backup.xml % r5 F+ P  S4 L1 v- x9 Y' V# A
ii.   Copy model_lang.xml to model_backup_lang.xml . _' T# F( i3 g# H
iii.   Consolidate template listed in master.xml to model.xml and model_lang.xml
9 E( O' c8 F# E; J2 k0 |1 Div.   Load model_backup.xml and model_backup_lang.xml as old model
  u! k; Q* b4 k7 |v.   Load model.xml and model_lang.xml as new model  
1 s2 c" Y  ~* Cvi.   Compare and generate delta.xml ) a+ D3 T: x5 Z, O! h* f. k
b.   Teamcenter 8.3 onwards 9 e+ l) ]2 C, c2 {0 P2 R
i.   If any errors occur during this step, all files in TC_DATA/model are restored from datasets ( M- s% a% D2 U% V$ f5 C
(except for model.xml and model_backup.xml).
1 a2 j" ~/ E$ c! B8 i1 m6)   Upload files from TC_DATA/model to datasets (Applicable from Teamcenter 8.3 onwards) 6 D9 a9 E# P, f8 ?" ^
a.   If delta.xml file generation is successful, files in TC_DATA/model folder are uploaded to the database. 1 g# `  r- o6 `) M4 r0 y" r
7)   Run install scripts for all selected templates  
* y- K' w+ j* U+ Da.   If template install, run the install_<template>.script for the template being installed. 9 A* {  c( M4 V+ d. f: x
b.   If template update, run the install_<template>.script for all templates being updated. While running # q2 _( Q3 R3 ]3 \0 X$ D
the install script, TEM will skip the call to business_model_updater in the file ; G4 r4 r* k" d5 j6 t+ a
install_<template>.default
" }5 r2 W7 P! R0 @5 `- O, z8)   Update the database with delta.xml using business_model_updater
* C. v% R$ ?# S  Y4 }a.   The utility business_model_updater updates the database with the contents delta.xml 3 |) L1 B6 P( A0 t9 F% z" m
9)   Generate CLIPS rules, PLMXML schema file using the extracted file
, w1 s- B" ~6 l! B% q5 f8 sa.   Invoke utility to generate the CLIPS rule file. This utility does the following.. 4 b7 Q) ]+ C5 c
i.   Extract data model from database. + {/ P7 b8 N( g/ A. \0 ~/ \
ii.   Load the extracted data model. If there are loader errors, TEM deploy will report failure. $ m/ {. e/ X" M7 R- r
iii.   Generate CLIPS rules using the loaded model. ) b. m9 a+ [3 W- W
b.   Invoke utility to generate the PLMXML XSD file. This utility does the following.. 2 N: e6 w6 f5 |: I5 |+ Z* D& L
i.   Extract data model from database.
3 i9 s' O" Y4 O& k1 o% J# d( P" Pii.   Load the extracted data model. If there are loader errors, TEM deploy will report failure.
0 r( Z( `# {' Q! D3 j7 W9 ?' \  [iii.   Generate required schema file.
* f3 C5 a" P. D: ^( \; A8 N
5 A7 Z2 R4 \# k& h0 t2 U8 l8 F
& y' Q% x$ I6 b7 X/ J" {
该会员没有填写今日想说内容.
回复

使用道具 举报

全部回复1

banghzu206 发表于 2018-5-14 19:03:08

banghzu206 沙发

2018-5-14 19:03:08

1fsfsfsfsfsffsf
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复 支持 反对

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了