<?xml version="1.0" encoding="utf-8" ?>



<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="zh_CN">
<title><![CDATA[PBC]]></title>
<link rel="alternate" type="text/html" href="http://conion.blog.bokee.net"/>
<modified>2011-06-19T09-55-02 CST</modified>
<tagline type="text/html" mode="escaped"><![CDATA[致力于管状带式输送机（pipe belt conveyor）的设计、研发，力求精益求精，创造一流。]]></tagline>
<generator url="http://www.bokee.net/" version="2.0">bokee.net</generator>
<copyright>Copyright (c) 2005,  conion</copyright>


<entry>
<title>使用iLogic实现Inventor工程图的自动重量和比例功能（转自verycad数字化设计）</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8283589.html"/>
<issued>2011-06-19T09-55-02 CST</issued> 
<created>2011-06-19T09-55-02 CST</created>
<modified>2011-06-19T09-55-02Z</modified>
<id>tag:conion.blogchina.com,2005://8283589</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>Inventor</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>1、打开 工程图模板，新建 iLogic规则，名称为&ldquo;重量比例&rdquo;</p>
<p>2、写入以下代码：</p>
<p>doc = ThisDoc.Document<br />
If doc.ActiveSheet.DrawingViews.Count &gt;0 Then<br />
iProperties.Value(&quot;Custom&quot;, &quot;比例&quot;)=doc.ActiveSheet.DrawingViews(1).ScaleString<br />
iProperties.Value(&quot;Custom&quot;, &quot;重量&quot;)=CStr(Round(ThisDrawing.ModelDocument.ComponentDefinition.MassProperties.Mass,2))<br />
Else<br />
iProperties.Value(&quot;Custom&quot;, &quot;比例&quot;)=&quot;&quot;<br />
iProperties.Value(&quot;Custom&quot;, &quot;重量&quot;)=&quot;&quot;<br />
End If</p>
<p>3、设置为：&ldquo;静默操作&rdquo;，&ldquo;不自动运行&rdquo;</p>
<p>4、在 事件触发器 中关联到 &ldquo;保存文档前&rdquo;</p>
<p>5、在标题栏模板表格中插入 &ldquo;自定义特性-工程图&rdquo;的&ldquo;重量&rdquo;，&ldquo;比例&rdquo;参数</p>
<p>6、保存模板，完成设置。这样在每次保存工程图时既会自动填定或者更新重量和比例了。</p>]]>
</content>
</entry>

<entry>
<title>CAD中快速批量修改图元Z坐标方法</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275871.html"/>
<issued>2011-06-17T13-29-34 CST</issued> 
<created>2011-06-17T13-29-34 CST</created>
<modified>2011-06-17T13-29-34Z</modified>
<id>tag:conion.blogchina.com,2005://8275871</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>AutoCAD</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">a）用qselect命令调出快速选择框，对象类型分别选择直线、圆弧、圆、椭圆四类，因为只有这四类的特性栏里才有起止点的Z坐标。运算符选择全部选择，其他选项默认。点确定就可看到图纸中相关图元即被选定。</span></div>
<div style="text-indent: 21.75pt"><span style="font-size: small">b）利用命令Ctrl+1查询特性，修改其起点Z坐标和终点Z坐标即可。</span></div>]]>
</content>
</entry>

<entry>
<title>CAD中剪切延伸尺寸标注方法</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275844.html"/>
<issued>2011-06-17T13-25-37 CST</issued> 
<created>2011-06-17T13-25-37 CST</created>
<modified>2011-06-17T13-25-36Z</modified>
<id>tag:conion.blogchina.com,2005://8275844</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>AutoCAD</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div><span style="font-size: small">&nbsp;&nbsp;&nbsp; 存在标注的图元，在进行图元剪切或延伸操作时想尺寸标注一步跟随动，操作办法就是选择对象时一同把尺寸线选择进去即可。拉伸操作亦如此。</span></div>]]>
</content>
</entry>

<entry>
<title>CAD中大于180度的角度标注方法</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275832.html"/>
<issued>2011-06-17T13-23-37 CST</issued> 
<created>2011-06-17T13-23-37 CST</created>
<modified>2011-06-17T13-23-37Z</modified>
<id>tag:conion.blogchina.com,2005://8275832</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>AutoCAD</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">角度命令，默认指定顶点，选择角度的两个端点即可。</span></div>]]>
</content>
</entry>

<entry>
<title>CAD mechanical中引出序号重新对齐方法</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275819.html"/>
<issued>2011-06-17T13-21-47 CST</issued> 
<created>2011-06-17T13-21-47 CST</created>
<modified>2011-06-17T13-21-47Z</modified>
<id>tag:conion.blogchina.com,2005://8275819</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>AutoCAD</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">引出序号amballoon&mdash;&mdash;选择重新组织（E）&mdash;&mdash;选择引出序号后确定&mdash;&mdash;再选择对齐方式 [角度(A)/独立(S)/水平(H)/垂直(V)] 即可。</span></div>]]>
</content>
</entry>

<entry>
<title>CAD中图形输出的最快捷最优方法</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275810.html"/>
<issued>2011-06-17T13-19-57 CST</issued> 
<created>2011-06-17T13-19-57 CST</created>
<modified>2011-06-17T13-19-56Z</modified>
<id>tag:conion.blogchina.com,2005://8275810</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>AutoCAD</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: medium"><span style="font-family: 宋体">调出打印界面，打印机名称选择publishtoweb PNG或者publishtoweb JPG，其他设置如正常打印，点确定后输入文件名及选择好路径，再点保存即可。</span></span></div>]]>
</content>
</entry>

<entry>
<title>中联重科第二届三维设计大赛个人赛一等奖作品</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787973.html"/>
<issued>2010-12-11T20-30-57 CST</issued> 
<created>2010-12-11T20-30-57 CST</created>
<modified>2010-12-11T20-35-17Z</modified>
<id>tag:conion.blogchina.com,2005://6787973</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>管带机</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>下面这是我的个人作品，用Inventor制作的管带机整机模型。</p>
<p><img height="304" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857705.jpg" /></p>
<p><img height="279" alt="" width="443" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857706.jpg" /></p>
<p><img height="246" alt="" width="449" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857709.jpg" /></p>
<p><img height="277" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857710.jpg" /></p>
<p><img height="277" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857711.jpg" /></p>
<p><img height="263" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857712.jpg" /></p>
<p><img height="304" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857713.jpg" /></p>]]>
</content>
</entry>

<entry>
<title>下运带式输送机制动位置放置的比较</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787854.html"/>
<issued>2010-12-11T20-19-05 CST</issued> 
<created>2010-12-11T20-19-05 CST</created>
<modified>2010-12-11T20-19-05Z</modified>
<id>tag:conion.blogchina.com,2005://6787854</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>带式输送机</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt 0.1pt"><font size="3"><span lang="EN-US"><font face="Times New Roman">a</font></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">）高速轴端的液压盘式制动器的制动力大，可实现软制动的功能，可用于下运偏角较小的情况。</span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font size="3"><span lang="EN-US"><font face="Times New Roman">b</font></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">）低速轴端的液压盘式制动器安全、可靠，即可实现恒扭矩的制动，也可实现恒减速制动，一般用于下运倾角较大的情况。</span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font size="3"><span lang="EN-US"><span style="mso-spacerun: yes"><font face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">&mdash;&mdash;《浅谈长距离小倾角向下运输带式输送机的设计》</span></font></p>
<p>&nbsp;</p>]]>
</content>
</entry>

<entry>
<title>管带机托辊安装注意点</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787818.html"/>
<issued>2010-12-11T20-16-19 CST</issued> 
<created>2010-12-11T20-16-19 CST</created>
<modified>2010-12-11T20-16-19Z</modified>
<id>tag:conion.blogchina.com,2005://6787818</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>管带机</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">&nbsp;&nbsp;&nbsp; 托辊的安装应在桁架全部安装完成后再进行。在桁架组装时就安装托辊</span><span lang="EN-US" style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-fareast-font-family: 宋体">(</span><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">即托辊随桁架一起吊装</span><span lang="EN-US" style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-fareast-font-family: 宋体">)</span><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">，一方面增加了桁架安装起吊重量，桁架在起吊过程中易变形；另一方面，整条胶带机桁架安装周期较长，托辊安装后处在露天环境下的时间相对较长，易生锈。</span></p>]]>
</content>
</entry>

<entry>
<title>世界第一长管带机</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787300.html"/>
<issued>2010-12-11T19-09-43 CST</issued> 
<created>2010-12-11T19-09-43 CST</created>
<modified>2010-12-11T19-58-53Z</modified>
<id>tag:conion.blogchina.com,2005://6787300</id>
<author>
<name>conion</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/conion.html</url>
</author>
<dc:subject>管带机</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>世界第一长管带机KOCH设计，应用于秘鲁Atocongo，全长8.171公里，6.5公里在底下，300管径，双向运料，胶带为凤凰产品，型号为ST2500，15个水平弯，20个立面弯，转弯半径R&ge;300m，2008年正式运行。</p>
<p><img height="140" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857593.jpg" /></p>]]>
</content>
</entry>

</feed>

