内容索引


Global Line Setup on localhost/hostname

# Edit c:\windows\system32\drivers\etc\hosts
192.168.56.1 DESKTOP-I56EN0B
# 192.168.56.1 是Oracle Virtualbox的虛擬網卡
# 以上設置有時候可以避免使用代理或VPX時無法使用機器名訪問GL的問題

Global Line 客戶端安裝自簽名文件

GL服務器導出簽名文件

客戶端打開導出的pfx文件

將cert放在Trusted Root Certification Authorities

NX接口 – NX最小化安裝組件

Vericut接口 – Vericut最小化安裝組件

CAM Models Interface需要选择,否则可能无法显示3D图纸(.stp)

一個批處理文件.BAT運行NX接口Solid Convert

存儲以下内容為.BAT文件,例如: RUN.BAT

@echo off
set NX_PATH="C:\Program Files\Siemens\NX 12.0"
set PATH=%NX_PATH%\NXBIN;%PATH%
start /D %NX_PATH%\MACH\resource\configuration run_journal CreateToolKinematicstp.vb -args CreateToolKinematics.config.xml

修改“C:\Program Files\Siemens\NX 12.0”修改為安裝的NX所在的文件夾

修改CreateToolKinematicstp.vb,注釋第46行

...
Module NXJournal
    Dim nxSession As Session = Session.GetSession()
    'Dim nxUI As UI = UI.GetUI   '注釋該行,前面加'
    Dim lw As ListingWindow = nxSession.ListingWindow

...

雙擊RUN.BAT – 不用打開NX即可運行Solid Convert


藉鑒CRIBWISE系統的刀具壽命管理流程

參考資料:Tool Life tracking

前提與條件

壽命管理的對象:整套刀(Tool Assembly)的物理刀具(Durable – Serialized,一物一碼)。且該整套刀勾選了Service選項后,設定理論壽命。如下圖所示。

操作流程视频

使用注释方法来统计加工数量的方法

CRIBWISE系統的整套刀管理

刀具數據錄入步驟(組件)

刀具供应商信息 – 价格解析

注解:因爲F1(help) 文檔中沒有提及Average price的計算公式,在此解釋:The price of most tool items will change over time, it may be wise to calculate the cost of the current stock with a unit price that takes such price changes into account. The floating average price will be calculated for every new entry with the following formula

So the Average price of an item depends on price and amount of items you issued during a “New entry” on tool cribs over time.

客户端安装 – TCR(TNC)设置

建议使用客户端安装包安装,但还是要注意:TDM服务器文件夹路径用UNC时

  • 最好不要太长
  • 不要有中文!!

客户端使用中把服务器文件夹映射网络驱动盘是最省心的:

差别表新增功能 – 设置参数

TDM 113: Difference Lists Database View

Environment variable:TDM_LISTLISTVIEW
Possible values:1, 2 or 3
Default value:1
active by default
Description:You can set the data source for difference lists with this parameter.
1: TDM_LISTLISTVIEW:Comparison of the tool list with the machine’s magazine stock.
2: TDM_LISTLISTVIEWEX:Comparison of the tool list with the machine’s current tool stock.
3: Customized view – it has to be available in the database. The view has to be entered into the input field.
Menu items:Tool Planning > Difference Lists

注解:选项3可以使用外部定制的表,也许可以和MDC采集的的实际刀库信息比对。

TMS Tips – 通過PIN登錄系統的設置