<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>若枫后处理论坛 - 数控宏程序</title>
    <link>http://www.postp.net/forum.php?mod=forumdisplay&amp;fid=454</link>
    <description>Latest 20 threads of 数控宏程序</description>
    <copyright>Copyright(C) 若枫后处理论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 09 May 2026 09:55:38 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.postp.net/static/image/common/logo_88_31.gif</url>
      <title>若枫后处理论坛</title>
      <link>http://www.postp.net/</link>
    </image>
    <item>
      <title>雷尼绍探头MAZAKE程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12837</link>
      <description><![CDATA[这是我公司使用的雷尼绍官方提供的宏程序，分享给需要的人]]></description>
      <category>数控宏程序</category>
      <author>627604250</author>
      <pubDate>Sat, 27 May 2023 09:49:12 +0000</pubDate>
    </item>
    <item>
      <title>车削多头螺纹宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12836</link>
      <description><![CDATA[程序原文如下，广数系统


%
O0001
#1=10.;(大径)
#2=8.;(小径)
#3=-50.;(终点)
#4=1.5;(牙距)
#5=1.012;(缩水率）
#6=15.;(起点)
#7=6;(螺纹头数)
#8=#4*#5;
#9=#7*#8;
#10=#6+#9
T0101;
M03 S500;
M08;
WHILE [#6 LT #10] DO 1;
G0 G99 X[#1+2.];
Z#6;
G76 P020160 Q2 ...]]></description>
      <category>数控宏程序</category>
      <author>627604250</author>
      <pubDate>Sat, 27 May 2023 07:12:24 +0000</pubDate>
    </item>
    <item>
      <title>分享一个自编刻字宏程式</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12799</link>
      <description><![CDATA[自已做的一个刻字程式，不使用公共变量，不用担心变量冲突。
感谢下载，赚点积分。]]></description>
      <category>数控宏程序</category>
      <author>wx_6215164942</author>
      <pubDate>Tue, 28 Jun 2022 03:29:42 +0000</pubDate>
    </item>
    <item>
      <title>这个怎么理解</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12740</link>
      <description><![CDATA[]]></description>
      <category>数控宏程序</category>
      <author>忄吾</author>
      <pubDate>Sat, 19 Feb 2022 05:48:59 +0000</pubDate>
    </item>
    <item>
      <title>分享一个自写自用的用户宏清空程序（单独清空）</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12723</link>
      <description><![CDATA[[img][/img]]]></description>
      <category>数控宏程序</category>
      <author>wx_9869788484</author>
      <pubDate>Sun, 26 Dec 2021 16:28:43 +0000</pubDate>
    </item>
    <item>
      <title>分享一个自编的刀具寿命宏程式</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12692</link>
      <description><![CDATA[]]></description>
      <category>数控宏程序</category>
      <author>wx_6215164942</author>
      <pubDate>Sat, 21 Aug 2021 07:35:58 +0000</pubDate>
    </item>
    <item>
      <title>铣内螺纹宏程序FANUC</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12635</link>
      <description><![CDATA[原程序如下图，绝对是我自己原创，如有雷同纯属巧合。
已在FANUC小黄机上用过,M12是禁止程序预读
使用G65调用]]></description>
      <category>数控宏程序</category>
      <author>yangjianhao</author>
      <pubDate>Wed, 25 Nov 2020 03:21:59 +0000</pubDate>
    </item>
    <item>
      <title>请高手帮我编一段宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12550</link>
      <description><![CDATA[请高手帮忙编一个宏程序  加工中心法拉克系统用

#7=机床时间（年）
IF[#7大于2022]删除程序O111]]></description>
      <category>数控宏程序</category>
      <author>王天俊</author>
      <pubDate>Sun, 24 May 2020 12:26:04 +0000</pubDate>
    </item>
    <item>
      <title>铣锥孔宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12516</link>
      <description><![CDATA[O0001
#1=110 ()
#2=90 
#3=30
#4=10  
#5=0.5  
#6=0   
G91 G28 X0 Y0 
T1 M06
S1000 M03
G90 G43 H01 Z100 M08
G00 Z10
G52 X0 Y0
M98 P0002
G52 X200 Y0
M98 P0002
G52 X0 Y0
M30

O0002
G00 Z300
WHILE[#6LE#3]DO1
#7=#1/2-#6*TAN[#2/2]-#4/2
G0]]></description>
      <category>数控宏程序</category>
      <author>zhifeng0877</author>
      <pubDate>Thu, 16 Jan 2020 00:48:41 +0000</pubDate>
    </item>
    <item>
      <title>mastercam2017测头界面怎么变成中文</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12489</link>
      <description><![CDATA[谢谢各位大神，求指导]]></description>
      <category>数控宏程序</category>
      <author>小洲</author>
      <pubDate>Tue, 24 Sep 2019 11:53:50 +0000</pubDate>
    </item>
    <item>
      <title>铣圆宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12443</link>
      <description><![CDATA[有点小bug Q直小于0.1就会少一层没铣 径向算出小数点后数无穷时会少一圈   希望哪位大师完善一下  谢谢]]></description>
      <category>数控宏程序</category>
      <author>weitey</author>
      <pubDate>Sat, 18 May 2019 15:16:30 +0000</pubDate>
    </item>
    <item>
      <title>FANUC系统：在程序中，自动输入坐标、刀具参数的办法</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12407</link>
      <description><![CDATA[]]></description>
      <category>数控宏程序</category>
      <author>63308228</author>
      <pubDate>Wed, 27 Feb 2019 01:38:35 +0000</pubDate>
    </item>
    <item>
      <title>MARCO B 宏程序分享</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=12406</link>
      <description><![CDATA[一个宏程序的文档，适合初学]]></description>
      <category>数控宏程序</category>
      <author>63308228</author>
      <pubDate>Wed, 27 Feb 2019 01:35:18 +0000</pubDate>
    </item>
    <item>
      <title>对刀器（Z轴设定器）对刀宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11914</link>
      <description><![CDATA[本模块中也有人分享对刀的宏程序，在此我也分享下我编写的对刀宏程序。
有句话说的好“常在河边走，哪有不湿鞋。”，很多同行，一定有分错中心和对错刀的这样的经历。这样给自己带来或大或小的风险，甚至涉及到自己的人身安全。而这宏程序可以准确、快捷、安全的为你自 ...]]></description>
      <category>数控宏程序</category>
      <author>shen_yan_jie</author>
      <pubDate>Wed, 28 Nov 2018 11:07:15 +0000</pubDate>
    </item>
    <item>
      <title>螺旋程序很大，希望用macro_post 能解决</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11911</link>
      <description><![CDATA[螺旋程序很大，希望用macro_post 能解决]]></description>
      <category>数控宏程序</category>
      <author>jianling223</author>
      <pubDate>Mon, 26 Nov 2018 12:28:24 +0000</pubDate>
    </item>
    <item>
      <title>分中棒分中宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11905</link>
      <description><![CDATA[]]></description>
      <category>数控宏程序</category>
      <author>shen_yan_jie</author>
      <pubDate>Sun, 28 Oct 2018 06:50:31 +0000</pubDate>
    </item>
    <item>
      <title>CNC机床线性测量宏程序</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11892</link>
      <description><![CDATA[O0001
#1=0(测量起点位置mm)
#2=50(测量终点位置mm)
#3=10(测量步距mm)
#4=2(过冲量mm)
#5=5000(暂停时间ms)
IF[#2 LE 0]
{
  #3000=1(测量终点位置设置错误！)
}
IF[[#2-#1]MOD[#3]!=0]
{
  #3000=1(测量行程非测量步距整数倍！)
}
G40 G17 G90 G54 G49 G80
#11=#1
G01 ...]]></description>
      <category>数控宏程序</category>
      <author>CNCADT</author>
      <pubDate>Sat, 01 Sep 2018 03:37:58 +0000</pubDate>
    </item>
    <item>
      <title>北京發那科發佈的宏程序教材</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11731</link>
      <description><![CDATA[北京發那科發佈的宏程序教材]]></description>
      <category>数控宏程序</category>
      <author>蔡旭閔</author>
      <pubDate>Mon, 02 Oct 2017 02:57:00 +0000</pubDate>
    </item>
    <item>
      <title>VT7.3前置刀架数控车模型</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11661</link>
      <description><![CDATA[做数控车宏程序模拟用的]]></description>
      <category>数控宏程序</category>
      <author>ckc517</author>
      <pubDate>Mon, 24 Apr 2017 12:26:33 +0000</pubDate>
    </item>
    <item>
      <title>别人的</title>
      <link>http://www.postp.net/forum.php?mod=viewthread&amp;tid=11456</link>
      <description><![CDATA[]]></description>
      <category>数控宏程序</category>
      <author>yangwein73</author>
      <pubDate>Mon, 04 Jul 2016 06:28:33 +0000</pubDate>
    </item>
  </channel>
</rss>