十五年专注于
液压缸筒生产

全国咨询热线:
400-086-9833

   热门关键词修理 加工 活塞杆 缸筒 不锈钢

无标题文档

天圆液压产品中心

当前位置:主页 > 行业资讯 >

Inventor 液压站iLogic应用二例(2)

时间:2017-05-30 11:00来源:来自网络 作者:天圆液压 点击:
L 的值,模型会随着参数发生变化,还可以直接在对话 ¨ 框中输入 D 、 L 的值,如果超出对应的范围,系统会执行 iLogic 规则,出现提示框,并将参数值设为最小 ( 图 8) 。 2.Inventor iLogic 应用之二:与 Execl 表

L的值,模型会随着参数发生变化,还可以直接在对话¨框中输入DL的值,如果超出对应的范围,系统会执行iLogic规则,出现提示框,并将参数值设为最小(8)

  2.Inventor iLogic应用之二:与Execl表格的数据交互

这里以建立GB标准冲压模具的滑动导向对角导柱模架(9)为例,讲解利用Inventor iLogic调用Execl表格数据的过程。

  图9

滑动导向对角导柱模架由6部分组成:上模座、下模座、导柱1、导柱2、导套1及导套2,用户首先选择模架型号,如图10所示。系统从模架Execl工作表型号列中寻找到“100×63×110130”所在行,分别读取上模座、下模座、导柱1、导柱2、导套1及导套2的型号,然后再根据赋值的型号分别从对应的工作表中读取相应的参数,以上模座为例,其型号为“100×63×25”,系统从上模座Execl工作表(11)中寻找到“100×63×25”所在行,上模座的模型参数分别被赋予对应的值。其他模型亦然。

10

  图11

  具体过程如下。

  首先分别建立模架、上模座、下模座、导柱及导套Execl工作表,这个过程需要根据GB标准一一录入。

  第二步,分别建立上模座、下模座、导柱及导套的三维模型,并且用所有对应工作表中的同名参数去驱动。例如,上模座建立ilogic的规则如下。

  Parameter.UpdateAfterChange=True

  i=GoExcel.FindRow(“模架模座模柄.xls”上模座型号“=”,型号)

  Parameter(“L”)=GoExcel.CurrentRowValue(“L”)

Parameter(“B”)=GoExcel.CurrentRowValue(“B”)

Parameter(“HH”)=GoExcel.CurrentRowValue(“H”)

Parameter(“hhh”)=GoExcel.CurrentRowValue(“h”)

  Parameter(“L1”)=GoExcel.CurrentRowValue(“L1”)

  Parameter(“B1”)=GoExcel.CurrentRowValue(“B1”)

  Parameter(“L2”)=GoExcel.CurrentRowValue(“L2”)

Parameter(“B2”)=GoExcel.CurrentRowValue(“B2”)

Parameter(“SS”)=GoExcel.CurrentRowValue(“S”)

  Parameter(“S1”)=GoExcel.CurrentRowValue(“S1”)

  Parameter(“R”)=GoExcel.CurrentRowValue(“R”)

  Parameter(“l2”)=GoExcel.CurrentRowValue(“l2”)

  Parameter(“D”)=GoExcel.CurrentRowValue(“D”)

  Parameter(“D1”)=GoExcel.CurrentRowValue(“D1”)

  Parameter(“d1”)=GoExcel.CurrentRowValue(“d1”)

  Parameter(“t2”)=GoExcel.CurrentRowValue(“t2”)

  Parameter(“S2”)=GoExcel.CurrentRowValue(“S2”)

(责任编辑:admin)
分享按钮
------分隔线----------------------------