资源描述
Windchill可视化配置
一.Windchill可视化服务器配置
1)系统环境配置:
1.修改主机名:例如
2.配置HOSTS:添加上Windchill应用服务器地址:例如:192.168.58.22
3.关闭防火墙
4.打开远程控制
2)安装必须软件:
1. 安装Adobe Acrobat Pro 11(这里是对应的Adobe LifeCycle ES4)
2. 安装filezilla_server_0.9.40,安装完毕后需要filezilla_server_0.9.40_patched中文件替换(解决中文名乱码问题)
3. 安装office 2010
4. 安装CREO Parametric 2.0(大于M070版本)
5. 安装Adobe LifeCycle ES4
6. 安装CREO VIEW 3.0 Adapter
3)部分必须软件安装说明
1.Adobe LifeCycle ES4安装配置说明:(忽略的内容为默认)
详细请见:lifecycle安装配置.docx
安装过程需要主页的页面
配置过程需要注意的页面
这里是可视化服务器开机登录密码
4gSgZdv4;V
这里是LifeCycle ES4的密码
配置LifeCycle
1. 打开浏览器,浏览至http://localhost:8080/adminui。
2. 输入User ID和Password,默认分别为administrator和password。
2.安装Creo View Adapter 3.0(忽略的内容为默认)
安装完毕后手动配置启动
将快捷方式放在启动文件夹中就可以实现开机启动
配置CREO VIEW Adapter
配置文档可视化
配置creo可视化
配置creo图纸生成可视化时请注意:请将配置好的config.pro替换原有系统的配置,详细请见文档:Windchill可视化生成PDF线性字体设置.docx
生成缩略图配置
二.Windchill应用服务器端
1. 配置site.xconf (配置前请备份好site.xconf文件)
在Windchill shell中执行如下命令:
xconfmanager -s worker.exe.whitelist.prefixes=C:\\ptc\\creo_view_adapters\\ -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s publish.service.enabled=true -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..PDF=DUMMY,preconverted=true -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s publish.service.documents.options=encodefilename\=true -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s publish.service.enabled=true -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s thumbnail.byworker.enabled=false -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s thumbnail.usecadagent=true -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..DOC=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..DOCX=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..XLS=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..XLSX=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..PPT=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s worker..PPTX=OFFICE -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s publish.configspec.default.useasstoredifavailable=false -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -s publish.markoutofdaterepublishmethod=com.ptc.wvs.server.publish.PublishHelper/markRepublishAll -t codebase/WEB-INF/conf/wvs.properties
xconfmanager -p
windchill stop & windchill start
2.配置工作器代理
方法一:管理员账号登录Windchill,站点——实用程序——工作器代理管理
一共需要添加三个:creo数据可视化,office数据可视化,缩略图配置
方法二:修改D:\ptc\Windchill_10.2\Windchill\conf\wvs\agent.ini文件
[agent]
transferpath=$(wt.temp)\transfer
port=5600
numworkers=3(服务器数量,对应的是系统使用了几个工作器代理)
;
[worker1](三个代理的一个:这里是CREO的可视化)
autobusystop=
port=601
username=pdm(FTP用户名)
shapetype=PROE
autoidlestop=
hosttype=nt
remotepath=D:\ptc\temp(FTP缓存路径)
autostart=false
maxinstances=1
password=pdm(FTP密码)
exe=C:\ptc\creo_view_adapters\proe_setup1\proeworker.bat(可视化服务器中的可视化程序)
localpath=ftp:/temp(FTP缓存路径)
starttime=15
prompt=
distributed=false
availabletime=
startfromlocal=FALSE
host=(可视化服务器主机名)
autoerrorstop=false
;
[worker2] (三个代理的一个:这里是office的可视化)
localpath=ftp:/temp
maxinstances=1
username=pdm
prompt=
starttime=15
host=
password=pdm
autostart=false
autoidlestop=
startfromlocal=FALSE
exe=C:\ptc\creo_view_adapters\doc_setup\docworker.bat
remotepath=D:\ptc\temp
hosttype=nt
port=601
distributed=false
autoerrorstop=false
availabletime=
shapetype=OFFICE
autobusystop=
;
[worker3] (三个代理的一个:这里是缩略图)
localpath=ftp:/temp
maxinstances=1
username=pdm
prompt=
starttime=15
host=
password=pdm
autostart=false
autoidlestop=
startfromlocal=FALSE
exe=C:\ptc\creo_view_adapters\pvsthumb_setup\pvsthumbworker.bat
remotepath=D:\ptc\temp
hosttype=nt
port=601
distributed=false
autoerrorstop=false
availabletime=
shapetype=THUMBNAIL
autobusystop=
;
展开阅读全文