找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 17320|回复: 3
打印 上一主题 下一主题

【原创】GPost FIL Tip#1

[复制链接]
跳转到指定楼层
1
发表于 2002-6-16 16:35:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
$$ Example FIL on 6/10/1998
  
REDEF/ON
  
$$ PRINT/ONRINT/ON,IN;rslt=POSTF(24,1)
  
A=1;B=2;C=3;D=4;E=5;F=6;G=7;H=8;I=9;J=10;K=11;L=12;M=13;N=14
O=15=16;Q=17;R=18;S=19;T=20;U=21;V=22;W=23;X=24;Y=25;Z=26
  
$$ -------------------------------------------------------------------------
$$ Start Up and Program Number
$$ This is for user to input the program number
$$ after the prompt on the screen and Post read in
$$ the text string then output to the MCD.
  
CIMFIL/ON,MACHIN                           $$ Startcode
  rslt=POSTF(13)                               $$ MUST DO  
  SEQNO/OFF
  prmpt=TEXT/'ENTER PROGRAM NUMBER'
  rslt=FILEF(0,1,prmpt)                       $$ File function and write to screen
  prgnm=TEXT/READ,0                       $$ Read from the screen
  INSERT/'O',prgnm,'$'
  PREFUN/90,NEXT                             $$ G90
  PREFUN/80,NEXT                             $$ G80  
  PREFUN/17,NEXT                             $$ G17
  PREFUN/0                                       $$ G00  
CIMFIL/OFF
  
$$ The fisrt 0 mean file on the screen and the second block 1 mean write  
$$ -------------------------------------------------------------------------
  
$$ ------------------------------------------------------------------------------
$$ Fixture Offset
  
CIMFIL/ON,SELECT                          $$ Output Fixture Offset with XY  G  
   fxt=POSTF(7,4)                            $$ Get G54 H
   REPEAT/X,Y,G,fxt,ALL                    $$ Output at XY same block
CIMFIL/OFF
  
$$ -----------------------------------------------------------------------
$$ TOOL PRE-SELECT
$$ -----------------------------------------------------------------------
  
1stc=0
  
CIMFIL/ON,LOADTL
  rslt=POSTF(2,1,1867,1)          $$ Set COMMAND value and let PP do the simulation mode
  rslt=POSTF(13)
  rslt=POSTF(2,1,1867,0)          $$ Set back to PP Excution mode
  IF(1stc.EQ.0)THEN
    1stn=POSTF(7,4)
    1stc=1
  ENDIF
  recnum=POSTF(7,1)
  max=999999
  DO/presel,inc=1,max                $$ start the do-loop
    rslt=POSTF(14)                     $$ Read next record
    rectyp=POSTF(7,2)               $$ Check the record type for 2000 record  
    CASE/rectyp
        WHEN/2000
            subtyp=POSTF(7,3)       $$ Check the sub-type record if the loadtl record
            IF(subtyp.EQ.(ICODEF(LOADTL)))THEN
               nxtnm=POSTF(7,4)
               inc=max+1
               rslt=POSTF(15,(recnum+1))
            ENDIF
        WHEN/14000
            nxtnm=1stn
            inc=max+1
            rslt=POSTF(15,(recnum+1))
    ENDCAS
  presel)CONTIN
  AUXFUN/6
  POSTN/OUT,T,nxtnm
CIMFIL/OFF
  
$$ ---------------------------------------------------------------------
$$ Turn the Spindle Off  
  
CIMFIL/ON,SPINDL
  recnum=POSTF(7,1)
  max=999999
  DO/prescn,inc=1,max                      $$ start the do-loop
    rslt=POSTF(14)                            $$ Read next record
    rectyp=POSTF(7,2)                      $$ Check the record type for 2000 record  
    CASE/rectyp
        WHEN/2000
            subtyp=POSTF(7,3)              $$ Check the sub-type record if the cycle record
            IF(subtyp.EQ.(ICODEF(CYCLE)))THEN
               cyctyp=POSTF(7,4)
               IF(cyctyp.EQ.(ICODEF(TAP)))THEN
               flag=1  
               inc=max+1
               rslt=POSTF(15,(recnum+1))
               ENDIF
            ENDIF  
            IF(subtyp.EQ.ICODEF(LOADTL))THEN
               flag=0
               inc=max+1
               rslt=POSTF(15,(recnum+1))
            ENDIF
        WHEN/14000
            flag=0
            inc=max+1
            rslt=POSTF(15,(recnum+1))
    ENDCAS
  prescn)CONTIN
  IF(flag.EQ.1)INSERT/'Taping Cycle Found$'
CIMFIL/OFF

评分

参与人数 1技术 +1 收起 理由
kensun + 1

查看全部评分

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏1 分享淘帖 赞一下!赞一下!
2
发表于 2007-7-1 12:55:16 | 只看该作者

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
3
发表于 2008-10-11 20:14:10 | 只看该作者

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
4
发表于 2013-8-26 12:41:58 | 只看该作者

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-11-11 19:25 , Processed in 0.029413 second(s), 16 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表