模具论坛

 找回密码
 注册

扫一扫,微信登录

QQ登录

只需一步,快速开始

搜索
热搜: 冲压 注塑 求助
    回车查看更多
    论坛可能已存在您要发布的主题帖 关闭
      查看: 4779|回复: 23

      [分享] 端子模展开系数

      [复制链接]
      发表于 2009-3-30 01:00:59 | 显示全部楼层 |阅读模式
      很好的端子模展开系数。很准很全不错

      本帖子中包含更多资源

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

      x
      发表于 2009-3-30 08:19:19 | 显示全部楼层
      最好贴个效果图,让大家也看看啊。

      这次帮您贴出来  


      ;當內角為零的90度折彎且料厚小于或等于1.2時折彎系數是0.4t
      ;當內角為零的90度折彎且料厚小于1.5大于1.2時折彎系數是0.45t
      ;當內角為零的90度折彎且料厚大于1.5時折彎系數是0.5t
      ;當內角為零的非90度折彎且料厚小于或等于1.2時中型層的半徑為外圓弧由外向內偏移0.75t
      ;當內角為零的非90度折彎且料厚小于1.5大于1.2時中型層的半徑為外圓弧由外向內偏移0.71t
      ;當內角為零的非90度折彎且料厚大于1.5時中型層的半徑為外圓弧由外向內偏移0.68t
      ;r/t為內圓弧的半徑與料厚的比值
      ;*****************************************************;

      ;*****************************************************;
      ;;不鏽鋼內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor11]flyco@factor11[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.4))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.45))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.5))
      )
      ;*****************************************************;
      ;;不鏽鋼內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor12]flyco@factor12[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.75))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.71))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.68))
      )
      ;*****************************************************;
      ;;不鏽鋼內角非零的折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor13]flyco@factor13[/email]()
        (if (and (> r/t 0.0) (<= r/t 0.3)) (setq k 0.3))
        (if (and (> r/t 0.3) (<= r/t 0.4)) (setq k 0.35))
        (if (and (> r/t 0.4) (<= r/t 0.5)) (setq k 0.37))
        (if (and (> r/t 0.5) (<= r/t 0.6)) (setq k 0.38))
        (if (and (> r/t 0.6) (<= r/t 0.7)) (setq k 0.39))
        (if (and (> r/t 0.7) (<= r/t 0.8)) (setq k 0.40))
        (if (and (> r/t 0.8) (<= r/t 0.9)) (setq k 0.405))
        (if (and (> r/t 0.9) (<= r/t 1.0)) (setq k 0.41))
        (if (and (> r/t 1.0) (<= r/t 1.1)) (setq k 0.42))
        (if (and (> r/t 1.1) (<= r/t 1.2)) (setq k 0.424))
        (if (and (> r/t 1.2) (<= r/t 1.3)) (setq k 0.429))
        (if (and (> r/t 1.3) (<= r/t 1.4)) (setq k 0.433))
        (if (and (> r/t 1.4) (<= r/t 1.5)) (setq k 0.436))
        (if (and (> r/t 1.5) (<= r/t 1.6)) (setq k 0.439))
        (if (and (> r/t 1.6) (<= r/t 1.7)) (setq k 0.44))
        (if (and (> r/t 1.7) (<= r/t 1.8)) (setq k 0.445))
        (if (and (> r/t 1.8) (<= r/t 1.9)) (setq k 0.447))
        (if (and (> r/t 1.9) (<= r/t 2.0)) (setq k 0.449))
        (if (and (> r/t 2.0) (<= r/t 2.5)) (setq k 0.458))
        (if (and (> r/t 2.5) (<= r/t 3.0)) (setq k 0.464))
        (if (and (> r/t 3.0) (<= r/t 3.5)) (setq k 0.468))
        (if (and (> r/t 3.5) (<= r/t 3.75)) (setq k 0.47))
        (if (and (> r/t 3.75) (<= r/t 4.0)) (setq k 0.472))
        (if (and (> r/t 4.0) (<= r/t 4.5)) (setq k 0.474))
        (if (and (> r/t 4.5) (<= r/t 5.0)) (setq k 0.477))
        (if (and (> r/t 5.0) (<= r/t 6.0)) (setq k 0.48))
        (if (and (> r/t 6.0) (<= r/t 10.0)) (setq k 0.49))
        (if (and (> r/t 10.0) (<= r/t 15.0)) (setq k 0.5))
        (if (> r/t 15.0) (setq k 0.5))
      )
      ;*****************************************************;
      ;;磷銅內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor21]flyco@factor21[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.4))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.45))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.5))
      )
      ;*****************************************************;
      ;;磷銅內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor22]flyco@factor22[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.75))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.71))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.68))
      )
      ;*****************************************************;
      ;;磷銅內角非零的折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor23]flyco@factor23[/email]()
        (if (and (> r/t 0.0) (<= r/t 0.3)) (setq k 0.3))
        (if (and (> r/t 0.3) (<= r/t 0.4)) (setq k 0.355))
        (if (and (> r/t 0.4) (<= r/t 0.5)) (setq k 0.37))
        (if (and (> r/t 0.5) (<= r/t 0.6)) (setq k 0.385))
        (if (and (> r/t 0.6) (<= r/t 0.7)) (setq k 0.395))
        (if (and (> r/t 0.7) (<= r/t 0.8)) (setq k 0.405))
        (if (and (> r/t 0.8) (<= r/t 0.9)) (setq k 0.405))
        (if (and (> r/t 0.9) (<= r/t 1.0)) (setq k 0.41))
        (if (and (> r/t 1.0) (<= r/t 1.1)) (setq k 0.425))
        (if (and (> r/t 1.1) (<= r/t 1.2)) (setq k 0.426))
        (if (and (> r/t 1.2) (<= r/t 1.3)) (setq k 0.43))
        (if (and (> r/t 1.3) (<= r/t 1.4)) (setq k 0.433))
        (if (and (> r/t 1.4) (<= r/t 1.5)) (setq k 0.438))
        (if (and (> r/t 1.5) (<= r/t 1.6)) (setq k 0.442))
        (if (and (> r/t 1.6) (<= r/t 1.7)) (setq k 0.442))
        (if (and (> r/t 1.7) (<= r/t 1.8)) (setq k 0.445))
        (if (and (> r/t 1.8) (<= r/t 1.9)) (setq k 0.45))
        (if (and (> r/t 1.9) (<= r/t 2.0)) (setq k 0.452))
        (if (and (> r/t 2.0) (<= r/t 2.5)) (setq k 0.458))
        (if (and (> r/t 2.5) (<= r/t 3.0)) (setq k 0.464))
        (if (and (> r/t 3.0) (<= r/t 3.5)) (setq k 0.468))
        (if (and (> r/t 3.5) (<= r/t 3.75)) (setq k 0.47))
        (if (and (> r/t 3.75) (<= r/t 4.0)) (setq k 0.472))
        (if (and (> r/t 4.0) (<= r/t 4.5)) (setq k 0.474))
        (if (and (> r/t 4.5) (<= r/t 5.0)) (setq k 0.477))
        (if (and (> r/t 5.0) (<= r/t 6.0)) (setq k 0.48))
        (if (and (> r/t 6.0) (<= r/t 10.0)) (setq k 0.485))
        (if (and (> r/t 10.0) (<= r/t 15.0)) (setq k 0.5))
        (if (> r/t 15.0) (setq k 0.5))
      )
      ;*****************************************************;
      ;;鐵板類內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor31]flyco@factor31[/email]()
        (if (and (> t 0) (<= t 0.5)) (setq k 0.4))
        (if (and (> t 0.5) (< t 0.8)) (setq k 0.45))
        (if (and (>= t 0.8) (<= t 10)) (setq k 0.5))
      )
      ;*****************************************************;
      ;;鐵板類內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor32]flyco@factor32[/email]()
        (if (and (> t 0) (<= t 0.5)) (setq k 0.75))
        (if (and (> t 0.5) (< t 0.8)) (setq k 0.71))
        (if (and (>= t 0.8) (<= t 10)) (setq k 0.68))
      )
      ;*****************************************************;
      ;;鐵板類內角非零的折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor33]flyco@factor33[/email]()
        (if (and (> r/t 0.0) (<= r/t 0.3)) (setq k 0.3))
        (if (and (> r/t 0.3) (<= r/t 0.4)) (setq k 0.37))
        (if (and (> r/t 0.4) (<= r/t 0.5)) (setq k 0.38))
        (if (and (> r/t 0.5) (<= r/t 0.6)) (setq k 0.39))
        (if (and (> r/t 0.6) (<= r/t 0.7)) (setq k 0.40))
        (if (and (> r/t 0.7) (<= r/t 0.8)) (setq k 0.408))
        (if (and (> r/t 0.8) (<= r/t 0.9)) (setq k 0.414))
        (if (and (> r/t 0.9) (<= r/t 1.0)) (setq k 0.42))
        (if (and (> r/t 1.0) (<= r/t 1.1)) (setq k 0.425))
        (if (and (> r/t 1.1) (<= r/t 1.2)) (setq k 0.43))
        (if (and (> r/t 1.2) (<= r/t 1.3)) (setq k 0.433))
        (if (and (> r/t 1.3) (<= r/t 1.4)) (setq k 0.436))
        (if (and (> r/t 1.4) (<= r/t 1.5)) (setq k 0.44))
        (if (and (> r/t 1.5) (<= r/t 1.6)) (setq k 0.443))
        (if (and (> r/t 1.6) (<= r/t 1.7)) (setq k 0.446))
        (if (and (> r/t 1.7) (<= r/t 1.8)) (setq k 0.45))
        (if (and (> r/t 1.8) (<= r/t 1.9)) (setq k 0.452))
        (if (and (> r/t 1.9) (<= r/t 2.0)) (setq k 0.455))
        (if (and (> r/t 2.0) (<= r/t 2.5)) (setq k 0.46))
        (if (and (> r/t 2.5) (<= r/t 3.0)) (setq k 0.47))
        (if (and (> r/t 3.0) (<= r/t 3.5)) (setq k 0.473))
        (if (and (> r/t 3.5) (<= r/t 3.75)) (setq k 0.475))
        (if (and (> r/t 3.75) (<= r/t 4.0)) (setq k 0.476))
        (if (and (> r/t 4.0) (<= r/t 4.5)) (setq k 0.478))
        (if (and (> r/t 4.5) (<= r/t 5.0)) (setq k 0.48))
        (if (and (> r/t 5.0) (<= r/t 6.0)) (setq k 0.485))
        (if (and (> r/t 6.0) (<= r/t 10.0)) (setq k 0.5))
        (if (and (> r/t 10.0) (<= r/t 15.0)) (setq k 0.5))
        (if (> r/t 15.0) (setq k 0.5))
      )
      ;*****************************************************;
      ;;紅銅,鋁內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor41]flyco@factor41[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.4))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.45))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.5))
      )
      ;*****************************************************;
      ;;紅銅,鋁內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor42]flyco@factor42[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.75))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.71))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.68))
      )
      ;*****************************************************;
      ;;紅銅,鋁內角非零的折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor43]flyco@factor43[/email]()
        (if (and (> r/t 0.0) (<= r/t 0.3)) (setq k 0.3))
        (if (and (> r/t 0.3) (<= r/t 0.4)) (setq k 0.365))
        (if (and (> r/t 0.4) (<= r/t 0.5)) (setq k 0.375))
        (if (and (> r/t 0.5) (<= r/t 0.6)) (setq k 0.39))
        (if (and (> r/t 0.6) (<= r/t 0.7)) (setq k 0.4))
        (if (and (> r/t 0.7) (<= r/t 0.8)) (setq k 0.408))
        (if (and (> r/t 0.8) (<= r/t 0.9)) (setq k 0.41))
        (if (and (> r/t 0.9) (<= r/t 1.0)) (setq k 0.42))
        (if (and (> r/t 1.0) (<= r/t 1.1)) (setq k 0.424))
        (if (and (> r/t 1.1) (<= r/t 1.2)) (setq k 0.428))
        (if (and (> r/t 1.2) (<= r/t 1.3)) (setq k 0.432))
        (if (and (> r/t 1.3) (<= r/t 1.4)) (setq k 0.436))
        (if (and (> r/t 1.4) (<= r/t 1.5)) (setq k 0.44))
        (if (and (> r/t 1.5) (<= r/t 1.6)) (setq k 0.443))
        (if (and (> r/t 1.6) (<= r/t 1.7)) (setq k 0.445))
        (if (and (> r/t 1.7) (<= r/t 1.8)) (setq k 0.45))
        (if (and (> r/t 1.8) (<= r/t 1.9)) (setq k 0.452))
        (if (and (> r/t 1.9) (<= r/t 2.0)) (setq k 0.455))
        (if (and (> r/t 2.0) (<= r/t 2.5)) (setq k 0.46))
        (if (and (> r/t 2.5) (<= r/t 3.0)) (setq k 0.468))
        (if (and (> r/t 3.0) (<= r/t 3.5)) (setq k 0.47))
        (if (and (> r/t 3.5) (<= r/t 3.75)) (setq k 0.472))
        (if (and (> r/t 3.75) (<= r/t 4.0)) (setq k 0.474))
        (if (and (> r/t 4.0) (<= r/t 4.5)) (setq k 0.478))
        (if (and (> r/t 4.5) (<= r/t 5.0)) (setq k 0.48))
        (if (and (> r/t 5.0) (<= r/t 6.0)) (setq k 0.485))
        (if (and (> r/t 6.0) (<= r/t 10.0)) (setq k 0.5))
        (if (and (> r/t 10.0) (<= r/t 15.0)) (setq k 0.5))
        (if (> r/t 15.0) (setq k 0.5))
      )
      ;*****************************************************;
      ;;其它內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor51]flyco@factor51[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.4))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.45))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.5))
      )
      ;*****************************************************;
      ;;其它內內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor52]flyco@factor52[/email]()
        (if (and (> t 0) (<= t 1.2)) (setq k 0.75))
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.71))
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.68))
      )
      ;*****************************************************;
      ;;其它內內角非零的折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor53]flyco@factor53[/email]()
        (if (and (> r/t 0.0) (<= r/t 0.3)) (setq k 0.3))
        (if (and (> r/t 0.3) (<= r/t 0.4)) (setq k 0.365))
        (if (and (> r/t 0.4) (<= r/t 0.5)) (setq k 0.375))
        (if (and (> r/t 0.5) (<= r/t 0.6)) (setq k 0.39))
        (if (and (> r/t 0.6) (<= r/t 0.7)) (setq k 0.4))
        (if (and (> r/t 0.7) (<= r/t 0.8)) (setq k 0.408))
        (if (and (> r/t 0.8) (<= r/t 0.9)) (setq k 0.41))
        (if (and (> r/t 0.9) (<= r/t 1.0)) (setq k 0.42))
        (if (and (> r/t 1.0) (<= r/t 1.1)) (setq k 0.424))
        (if (and (> r/t 1.1) (<= r/t 1.2)) (setq k 0.428))
        (if (and (> r/t 1.2) (<= r/t 1.3)) (setq k 0.432))
        (if (and (> r/t 1.3) (<= r/t 1.4)) (setq k 0.436))
        (if (and (> r/t 1.4) (<= r/t 1.5)) (setq k 0.44))
        (if (and (> r/t 1.5) (<= r/t 1.6)) (setq k 0.443))
        (if (and (> r/t 1.6) (<= r/t 1.7)) (setq k 0.445))
        (if (and (> r/t 1.7) (<= r/t 1.8)) (setq k 0.45))
        (if (and (> r/t 1.8) (<= r/t 1.9)) (setq k 0.452))
        (if (and (> r/t 1.9) (<= r/t 2.0)) (setq k 0.455))
        (if (and (> r/t 2.0) (<= r/t 2.5)) (setq k 0.46))
        (if (and (> r/t 2.5) (<= r/t 3.0)) (setq k 0.468))
        (if (and (> r/t 3.0) (<= r/t 3.5)) (setq k 0.47))
        (if (and (> r/t 3.5) (<= r/t 3.75)) (setq k 0.472))
        (if (and (> r/t 3.75) (<= r/t 4.0)) (setq k 0.474))
        (if (and (> r/t 4.0) (<= r/t 4.5)) (setq k 0.478))
        (if (and (> r/t 4.5) (<= r/t 5.0)) (setq k 0.48))
        (if (and (> r/t 5.0) (<= r/t 6.0)) (setq k 0.485))
        (if (and (> r/t 6.0) (<= r/t 10.0)) (setq k 0.5))
        (if (and (> r/t 10.0) (<= r/t 15.0)) (setq k 0.5))
        (if (> r/t 15.0) (setq k 0.5))
      )
      ;*****************************************************;
      ;;內角為零的反折折彎系數表如:a+b+1.6t
      ;*****************************************************;
      (defun flyco@factorfz]()
        (setq k 1.6)
      )
      ;*********************修改系數區域終點**************************

      发表于 2009-4-3 08:07:20 | 显示全部楼层
      很好的端子模展开系数。很准很全不错
      发表于 2009-4-18 12:43:31 | 显示全部楼层
      楼主,这些有没有验证过啊,再说怎么加载的也是个门路啊
      发表于 2009-4-21 08:54:17 | 显示全部楼层
      不鏽鋼內角為零的90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor11]flyco@factor11[/email]()  ---- 郵箱--有誤
        (if (and (> t 0) (<= t 1.2)) (setq k 0.4))   ------------------板厚0~1.2    系數=0.4
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.45))   ------------------板厚大于1.2~1.5    系數=0.45
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.5))   ------------------板厚大于1.5~10    系數=0.5
      )
      ;不鏽鋼內角為零的非90度折彎系數表
      ;*****************************************************;
      (defun [email=flyco@factor12]flyco@factor12[/email]()  ---- 郵箱--有誤
        (if (and (> t 0) (<= t 1.2)) (setq k 0.75))  ------------------板厚0~1.2    系數=0.75       ~~=0.25
        (if (and (> t 1.2) (< t 1.5)) (setq k 0.71))  ------------------板厚大于1.2~1.5    系數=0.71      ~~=0.29
        (if (and (>= t 1.5) (<= t 10)) (setq k 0.68))  ------------------板厚大于1.5~10    系數=0.68      ~~=0.32
      )
      发表于 2009-4-21 08:57:19 | 显示全部楼层
      很准很全不错
      发表于 2009-5-11 12:07:00 | 显示全部楼层
      很好的端子模展开系数
      发表于 2009-5-11 13:40:43 | 显示全部楼层
      楼主加载后怎么用呀
      发表于 2009-5-11 14:09:33 | 显示全部楼层
      很好很好很好.....................
      发表于 2009-5-13 19:53:48 | 显示全部楼层
      不错。。。。。
      发表于 2009-5-21 02:35:31 | 显示全部楼层
      怎么加载啊
      发表于 2009-5-21 07:53:03 | 显示全部楼层
      多谢楼主的分享,谢谢了
      发表于 2009-5-21 07:53:27 | 显示全部楼层
      多谢楼主的分享,谢谢了
      发表于 2009-9-16 14:56:40 | 显示全部楼层
      請問如何加載到CAD里,運行命令是什么?
      发表于 2011-9-21 14:14:12 | 显示全部楼层
      請問如何加載到CAD里,運行命令是什么?
      发表于 2011-10-6 14:44:06 | 显示全部楼层
      学习啊!挺不错的!
      发表于 2011-10-6 15:06:41 | 显示全部楼层
      下来先学习学习,顶一个
      发表于 2011-10-6 17:21:39 | 显示全部楼层

      好贴。。。。。。。。。。。。。。。。。

      几个月没上过线了。。。。。顶一个。。。。。
      发表于 2011-10-6 22:06:06 | 显示全部楼层
      学习了   好东西
      发表于 2011-10-7 17:02:41 | 显示全部楼层
      学习了,谢了LA
      您需要登录后才可以回帖 登录 | 注册

      本版积分规则

      关闭

      招聘信息 上一条 /5 下一条

      关闭

      求职信息 上一条 /5 下一条

      关闭

      技术求助 上一条 /5 下一条

      QQ|小黑屋|手机版|模具论坛 ( 浙ICP备15037217号 )

      GMT+8, 2025-6-1 12:43

      Powered by Discuz! X3.4

      © 2001-2013 Comsenz Inc.

      快速回复
      返回顶部
      返回列表
       
      客服电话:0577-61318188
      模具论坛交流群:
      模具论坛交流群
      工作时间:
      08:30-17:30