<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[伺服多工位定位思路]]></title>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873.html]]></link>
 <description><![CDATA[Latest 50 replies of 伺服多工位定位思路]]></description>
 <copyright><![CDATA[Copyright(C) 工控人家园]]></copyright>
 <generator><![CDATA[www.ymmfa.com]]></generator>
 <lastBuildDate><![CDATA[Wed, 22 Apr 2026 04:34:49 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[工控人家园]]></title>
 <link><![CDATA[http://www.ymmfa.com]]></link>
 <description><![CDATA[工控人家园]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第7楼往事诉风于2022-01-12 09:46发表的&nbsp;&nbsp;:

&#160;&#160;能详细说一下吗？
[/quote]
我以前做冲床送料也是差不多这样被客户套路过，还往前几步还他妈后退多少，费了我多少脑细胞，结果现场一调试比划，妮玛，产品超级简单。不要想太复杂，你都搞不懂，操作师傅也不会比你聪明，他经常被绕糊涂做错东 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251937.html]]></link>
 <author><![CDATA[受不了了]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 12 Jan 2022 02:04:04 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]引用第6楼受不了了于2022-01-11 22:42发表的&nbsp;&nbsp;:
感觉你是被客户绕糊涂了，不会大孔小孔复杂计算的，啥整除公倍数，这影响节拍。最多有变长，循环，跳步，切片之类的常见操作
[/quote]
&nbsp;&nbsp;能详细说一下吗？]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251925.html]]></link>
 <author><![CDATA[往事诉风]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Wed, 12 Jan 2022 01:46:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[感觉你是被客户绕糊涂了，不会大孔小孔复杂计算的，啥整除公倍数，这影响节拍。最多有变长，循环，跳步，切片之类的常见操作]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251855.html]]></link>
 <author><![CDATA[受不了了]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 11 Jan 2022 14:42:29 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[感谢大家的热线回帖&nbsp;&nbsp;&nbsp;&nbsp;可能我表述的不太详细&nbsp;&nbsp;&nbsp;&nbsp; 我打算是以大孔作为基准&nbsp;&nbsp; 默认初始位置为0&nbsp;&nbsp;&nbsp;&nbsp; 大孔中心到型材端头的距离25这个距离作为第一定位的长度（可以改变&nbsp;&nbsp; 不一定一直是25），1 号模具到2号模具的距离可以假设为100&nbsp;& ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251784.html]]></link>
 <author><![CDATA[往事诉风]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Tue, 11 Jan 2022 08:56:59 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[最常见的思路就是先设立一个基准,然后从这个基准开始往后累加,因为两种孔距都是变量,需要写一个可以动态求目标位置的算法,简单来说就是分别对两种孔距在下一个冲孔位置做取整后求差值,把这个差值走掉以后就可以冲孔,然后再走下一个

最终的效果就是看哪个孔在前,先走到这个位置冲一下,再走下一个位置再冲,至于具体冲哪一个 ..]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251429.html]]></link>
 <author><![CDATA[gxtmdb82164]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Mon, 10 Jan 2022 02:38:37 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[2楼说得很详细了]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251295.html]]></link>
 <author><![CDATA[huangaijia]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sun, 09 Jan 2022 07:52:20 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[就定长送料即可&nbsp;&nbsp;可能需要判断的是长度剪裁的时候可能不能冲孔&nbsp;&nbsp;这个需要计算，剪切剩余长度是否小于送料单次距离，小于就走剩余长度完成裁剪，然后接着走单次冲孔的剩余距离就行了&nbsp;&nbsp;主要的就是一个计算]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2251007.html]]></link>
 <author><![CDATA[凝眸流水]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Sat, 08 Jan 2022 01:06:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[和做包装箱的钢带机差不多]]></description>
 <link><![CDATA[http://www.ymmfa.com/read-gktid-1724873#2250955.html]]></link>
 <author><![CDATA[honggun]]></author>
 <category><![CDATA[综合讨论]]></category>
 <pubdate><![CDATA[Fri, 07 Jan 2022 12:49:34 +0000]]></pubdate>
</item>
</channel></rss>